Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Handles the processing of email message data which includes the encoding and parsing of the email message content.

Link copied to clipboard

A class which handles the processing of email message data which includes the encoding and parsing of the RFC 822 compatible email message content.

Link copied to clipboard
data class SimplifiedEmailMessage(val from: List<String>, val to: List<String>, val cc: List<String>, val bcc: List<String>, val subject: String?, val body: String?, val attachments: List<EmailAttachment> = emptyList(), val inlineAttachments: List<EmailAttachment> = emptyList()) : Parcelable
Link copied to clipboard