Mailbox

Mailbox

This represents an in-memory representation of a user's mailbox.

Constructors

this
this(string username)
Undocumented in source.

Members

Functions

addBaseFolder
Folder addBaseFolder(string folderName)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteMailbox
void deleteMailbox()
Undocumented in source. Be warned that the author may not have intended to support it.
getFolders
Folder[] getFolders()
Undocumented in source. Be warned that the author may not have intended to support it.
storeMessage
void storeMessage(Folder folder, string mailID, JSONValue mailBlock)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createMailbox
Mailbox createMailbox(string username)
Undocumented in source. Be warned that the author may not have intended to support it.
isMailbox
bool isMailbox(string username)

Returns true if the given mailbox, username, exists.

Variables

username
string username;

The owner of this Mailbox

Meta