Contents

MEDecodedMessage

An object that contains the RFC 2822 data for a message, without encryption or digital signatures.

Declaration

class MEDecodedMessage

Overview

When MailKit invokes your message security handler’s decodedMessage(forMessageData:) method, you decode the message data and return an instance of MEDecodedMessage that contains unencrypted MIME data.

Topics

Decoding Messages

Initializers

Instance Properties

See Also

Decrypting Messages and Verifying Signatures