Android Question Mailparser and eMail in WebView

William Hunter

Active Member
Licensed User
Longtime User
I am using TOP 10 to find a signature that would identify mail suitable for parsing as MultipartBody. I have simply been using "multipart" with not very good results. Is there a more appropriate signature I should be looking for?

Also messages with Encoding base64, parsed as SimpleBody, come through the parser as 0 byte. Is this a format the Mailparser cannot parse? Any help greatly appreciated.

Best regards :)
 

William Hunter

Active Member
Licensed User
Longtime User
What is TOP 10?

MailParser expects attachments to be encoded in base 64.
I am using the TOP command in Pop3 to look for a signature in the Top 10 lines of the message. I need to identify messages that should be parsed as MultipartBody. That's why I ask what is the signature for this type of message.

Best regards :)

Edit: Perhaps this is a better way to ask my question. What content types can the Mailparser successfully process as MultipartBody?
 
Last edited:
Upvote 0
Top