Rfc822MessageDataProcessor

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

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
open override fun encodeToInternetMessageData(    from: String,     to: List<String>,     cc: List<String>?,     bcc: List<String>?,     subject: String?,     body: String?,     attachments: List<EmailAttachment>?,     inlineAttachments: List<EmailAttachment>?,     isHtml: Boolean,     encryptionStatus: EncryptionStatus,     replyingMessageId: String?,     forwardingMessageId: String?): ByteArray

Encode an email message to a ByteArray of data.

Link copied to clipboard

Parse a ByteArray of data to an email message.