IncomingEmailMessage

Constructors

this
this(string[] lines)
this
this(immutable(ubyte)[][] mboxLines, bool asmbox)

Members

Functions

extractGPGData
ubyte[] extractGPGData()
extractGPGSignature
immutable(ubyte)[] extractGPGSignature()
fromEmailAddress
string fromEmailAddress()
toEmailAddress
string toEmailAddress()

Properties

hasGPGSignature
bool hasGPGSignature [@property getter]

Variables

attachments
MimeAttachment[] attachments;
from
string from;
gpgalg
string gpgalg;
gpgmime
MimePart gpgmime;
gpgproto
string gpgproto;
headers
string[string] headers;
htmlMessageBody
string htmlMessageBody;
subject
string subject;
textAutoConverted
bool textAutoConverted;
textMessageBody
string textMessageBody;
to
string to;

Meta