Aspose::Email::Clients::Imap
Contents
[
Hide
]Aspose::Email::Clients::Imap namespace
The Aspose::Email::Clients::Imap namespace contains the core API for IMAP client functionality in Aspose.Email for C++. It includes types for message appending, monitoring, search criteria, attachment metadata, and backup configuration.
Classes
| Name | Description |
|---|---|
| AppendMessagesFromFileResult | Contains result of operation with messages |
| AppendMessagesFromMessageObjectResult | Contains result of operation with messages |
| AppendMessagesResult | Contains result of operation with messages |
| BackupSettings | Class contains options for backup operation |
| BaseSearchConditions | Provides base class for the search conditions. |
| ESearchOptions | ESEARCH Result Options This method works only if server supports ESEARCH extensi |
| IImapMonitoringState | Holds folder monitoring state. This can be used to resume folder monitoring from |
| ImapAttachmentInfo | Represents an attachment information. |
| ImapAttachmentInfoCollection | Represents the collection of ImapAttachmentInfo |
| ImapClient | Allows applications to access and manipulate messages by using the Internet Mess |
| ImapFolderInfo | Represents an IMAP folder. |
| ImapFolderInfoCollection | Provides a container for a collection of ImapFolderInfo objects. |
| ImapFolderInfoCollectionBase | Provides a container for a collection of ImapFolderInfo objects |
| ImapIdentificationInfo | Represents class-container with identification information to exchange between m |
| ImapMailboxInfo | Contains set of special-use mailboxes |
| ImapMessageFlags | Represents the flags associated with the message. |
| ImapMessageInfo | Represents a Imap message object. |
| ImapMessageInfoCollection | Provides a container for a collection of ImapMessageInfo objects |
| ImapMessageInfoCollectionBase | Provides a container for a collection of ImapMessageInfo objects |
| ImapMonitoringErrorEventArgs | Class contains monitoring error event data. |
| ImapMonitoringEventArgs | Class contains monitoring event data. |
| ImapNamespace | Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342 |
| ImapPageInfo | Contains information about retrieved page when paging methods are used. |
| ImapQueryBuilder | Represents the builder of search expression that used by IMAP protocol. |
| ImapQuota | Contains information about quota for mailbox resource. |
| ImapQuotaRoot | Contains information about quota root for mailbox resource. |
| MessageThreadResult | Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html |
| ModificationSequenceField | Defines set of values for selected field to search. |
| PageSettings | The settings for the ImapClient.ListMessagesByPage method |
| PageSettingsAsync | The settings for the ImapClient.BeginListMessagesByPage async method. |
| RangeSeqSet | Container with range of values to search. |
| RestoreSettings | The settings for the ImapClient.Restore method |
| RestoreSettingsAsync | The settings for the ImapClient.Restore async method. |
| SequenceSetBaseValue | Base class for different containers for values to search. |
| SequenceSetField | Defines set of values for selected field to search. |
| SimpleSeqSet | Simple container for value to search. |
| SortConditions | Provides the search conditions for the SORT extension. Compatibles with SORT IMA |
| ThreadSearchConditions | Provides the search conditions to retrieve email thread. Compatibles with THREAD |
| XGMThreadSearchConditions | Provides the search conditions to retrieve email thread. Compatibles with X-GM-E |
Enumerations
| Name | Description |
|---|---|
| ImapCommandResult | Enumerates the imap command results. |
| ImapKnownAuthenticationType | None |
| ImapListFields | Fields that may be retrieved from the server |
| ImapNamespaceType | Represents IMAP namespace type More details: https://tools.ietf.org/html/rfc2342 |
| ImapSpecialFolderTypes | Represents enumeration of special-use mailboxes More details see in RFC6154 http |
| ImapStatusCode | Represents the status responses. |
| ListFoldersOptions | The folder list selection options Please note, this options are supported in cas |
| ListFoldersReturnOptions | Return options for ListFolders operation Please note, this options are supported |
| SortingKey | Sort criterias for “SORT” command See more: https://tools.ietf.org/html/rfc5256 |