|
The IMAP Server ActiveX control is used for receiving mail, managing messages and IMAP folders on the server.
This ActiveX control represents fully functional multithreaded server with the ability to customize the user and thread performance settings, supports all IMAP4 extensions according to RFC 1730, RFC 1731 and RFC 2060 protocols.
IMAP Server supports multiple mailboxes (IMAP folders) in one user account. User can create, subscribe, unsubscribe, delete and rename folder and append, read, copy, move and delete messages with IMAP4 service.
Working together with POP3 Server allows sharing the "INBOX" folder between POP3 and IMAP servers and read incoming messages with POP3 and IMAP clients simultaneously.
You can use X.509 certificates for establishing the SSL / TLS secured connection.
Please see the Demos code (ImapServer, ImapServerSSL) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation for more details about using this control.
The most common members of the IMAP Server control can be seen below:
Name |
Description |
BatchSize |
Specifies the size of the transferred batch. |
Capabilities |
Gets or sets the IMAP4 server capabilities list. |
CaseInsensitive |
Specifies whether the user account validation is case-insensitive. |
MailBoxSeparator |
Represents a character used to separate a mailbox in the hierarchical mailbox namespace. |
MaxThreadCount |
Gets or Sets the number of requests to the server that can be active concurrently. |
MinThreadCount |
Gets or Sets the number of idle threads the server maintains in anticipation of new requests. |
Port |
Specifies the port on which the IMAP server will listen to the user connections. |
TimeOut |
Determines the time-out interval (in milliseconds) for initiating socket operations. |
UserAccounts |
Provides a list of users which have allowed connecting to the IMAP server. |
UseTLS |
Specifies whether the component should use the TLS / SSL security protocol. |
|
Name |
Description |
Start |
Starts the IMAP server. |
Stop |
Stops the IMAP server. |
|
|