Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何适用于 Android 的库,例如 Mac 和 iOS 的 MailCore,它有助于处理电子邮件协议。或者是否有任何库或 API 支持 SMTP、IMAP、POP3、RFC822、MIME 和 HTML 消息的呈现。
HTML 的呈现由WebView或TextView相当有限的 HTML 处理。
WebView
TextView
其余的将由第三方 Java 库处理,例如 JavaMail。