blue::ext::httpmail::Folder | Allows querying and manipulation of folders |
blue::ext::httpmail::FolderException | Thrown when an exception occurs when manipulating a Folder |
blue::ext::httpmail::HttpMailException | Base class for HttpMail specific exceptions |
blue::ext::httpmail::Mailbox | Logs into the HttpMail account |
blue::ext::httpmail::MailboxException | Base class for Mailbox exceptions |
blue::ext::httpmail::MailboxInvalidModeException | Thrown when an operation is attempted on a Mailbox that's in a state where the operation is not valid (setting user or password while being logged in) |
blue::ext::httpmail::MailboxLoginException | Thrown when the Mailbox fails to login successfully |
blue::ext::httpmail::MailboxMessageSendException | Thrown when an attempt to send an email message from the Mailbox failed |
blue::ext::httpmail::Message | Allows retrieval of the message body |
blue::ext::httpmail::MessageLoadException | Thrown when the message cannot be retrieved from the server |