Interface | Description |
---|---|
ConnectionLogger |
Callbacks interface for the connection logger.
|
HTMLRendererIMAPCallback |
Callbacks to provide IMAP data for message rendering.
|
HTMLRendererTemplateCallback |
Callbacks to provide templates for message rendering.
|
IMAPOperationItemProgressListener |
Progress listener for IMAP operations working with items such as IMAPFetchMessagesOperation.
|
IMAPOperationProgressListener |
Progress listener for IMAP operations working with stream of data.
|
OperationCallback |
Callbacks of an operation.
|
OperationQueueListener |
Listener of the queue of operations.
|
Class | Description |
---|---|
AbstractMessage |
Abstract message.
|
AbstractMessagePart |
Abstract embedded message part.
|
AbstractMultipart |
Abstract MIME multipart.
|
AbstractPart |
Abstract MIME part.
|
Address |
RFC 822 address.
|
Attachment |
Attachment when parsing or building a RFC 822 message.
|
AuthType |
Authentication type.
|
ConnectionLogType |
Logs type for the connection logger.
|
ConnectionType |
Connection type.
|
Encoding |
MIME encoding.
|
ErrorCode |
Error codes.
|
HTMLRendererTemplateCallbackUtils |
Default implementations for HTMLRendererTemplateCallback
|
IMAPAppendMessageOperation |
Operation to append an message using IMAP.
|
IMAPCapability |
Capabilities of the IMAP server.
|
IMAPCapabilityOperation |
Operation to fetch the capabilities of the IMAP server.
|
IMAPCopyMessagesOperation |
Operation to copy IMAP messages.
|
IMAPFetchContentOperation |
Operation to fetch a message or an attachment from the IMAP server.
|
IMAPFetchFoldersOperation |
Operation to fetch the list of folders (or subscribed folders).
|
IMAPFetchMessagesOperation |
Operation to fetch the list of messages in a folder.
|
IMAPFetchNamespaceOperation |
Operation to fetch the namespace.
|
IMAPFetchParsedContentOperation |
Operation to fetch a message and parse it.
|
IMAPFolder |
IMAP folder.
|
IMAPFolderFlags |
Flags of a folder.
|
IMAPFolderInfo |
Folders info such as message count, uid validity, etc.
|
IMAPFolderInfoOperation |
Operation to get info of a folder.
|
IMAPFolderStatus |
Folder status.
|
IMAPFolderStatusOperation |
Operation to fetch a folder status.
|
IMAPIdentity |
Identity of an IMAP client or an IMAP server.
|
IMAPIdentityOperation |
Operation to notify the identity of the client and get the identity of the server.
|
IMAPIdleOperation |
Operation for IMAP IDLE (wait for incoming messages).
|
IMAPMessage |
IMAP messages.
|
IMAPMessagePart |
IMAP embedded message part.
|
IMAPMessageRenderingOperation |
Operation to render an IMAP message.
|
IMAPMessagesRequestKind |
Items to request when fetching the list of messages.
|
IMAPMultipart |
IMAP multipart
|
IMAPNamespace |
IMAP Namespace
|
IMAPNamespaceItem | |
IMAPOperation |
IMAP Operation.
|
IMAPPart |
IMAP part.
|
IMAPQuotaOperation |
IMAP QUOTA Operation.
|
IMAPSearchExpression | |
IMAPSearchKind |
Search types.
|
IMAPSearchOperation |
IMAP Search operation.
|
IMAPSession |
IMAP session.
|
IMAPStoreFlagsRequestKind |
Store request kind.
|
IndexSet |
Unordered set of indexes.
|
Log |
Logging.
|
MessageBuilder |
RFC 822 Message builder.
|
MessageFlag |
Flags of a message.
|
MessageHeader |
Message header.
|
MessageParser |
RFC 822 message parser.
|
MessagePart |
Parsed embedded message part.
|
Multipart |
Parsed multipart.
|
NativeObject |
Native C++ Object wrapper.
|
NNTPFetchAllArticlesOperation |
Operation to fetch all numbers of all the articles of a newsgroup.
|
NNTPFetchArticleOperation |
Operation to fetch the content of a given article.
|
NNTPFetchHeaderOperation |
Operation to fetch header of a given article.
|
NNTPFetchOverviewOperation |
Operation to fetch list of summary headers of a set of articles of a newsgroup.
|
NNTPFetchServerTimeOperation |
Operation to fetch the server time.
|
NNTPGroupInfo |
Newsgroup infos.
|
NNTPListNewsgroupsOperation |
Operation to list newsgroups.
|
NNTPOperation |
NNTP Operation.
|
NNTPSession | |
Operation | |
PartType |
MIME Part type.
|
POPFetchHeaderOperation |
Operation to fetch the header of a message.
|
POPFetchMessageOperation |
Operation to fetch a message.
|
POPFetchMessagesOperation |
Operation to fetch the list of messages.
|
POPMessageInfo |
Info about a message.
|
POPOperation |
POP Operation.
|
POPSession | |
Range |
Range of integer values.
|
SMTPOperation | |
SMTPSession |
Exception | Description |
---|---|
MailException |