Mail

Mail

This represents an in-memory representation of a mail message.

Constructors

this
this(Mailbox mailbox, Folder folder, string mailID)
Undocumented in source.

Members

Functions

deleteMessage
void deleteMessage()

Removes the mail message from the folder

getMailID
string getMailID()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
JSONValue getMessage()

Returns the mail message JSON

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createMail
Mail createMail(Mailbox mailbox, Folder folder, JSONValue mailBlock)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta