MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.58k stars 623 forks source link

[Android]How to use rfc822 to parse attachments #1971

Closed gnmmdk closed 1 year ago

gnmmdk commented 1 year ago

The email attachment contains Chinese, and the display is empty. I think the issue has said that it needs to use RFC822 for parsing. How to use it? Use public static native attachment attachmentWithRFC822Message (byte [] var0) or public static native MessageParser messageParserWithData (byte [] var0)? Which object does "byte []" get from?