headers
A dictionary that contains the message’s header values.
Declaration
var headers: [String : [String]]? { get }Discussion
If MailKit hasn’t downloaded the full message, this dictionary may only contain a subset of the message’s headers.
A dictionary that contains the message’s header values.
var headers: [String : [String]]? { get }If MailKit hasn’t downloaded the full message, this dictionary may only contain a subset of the message’s headers.