|
The IMAP Server is an ActiveX control from the Clever Internet ActiveX Suite library. This ActiveX control represents IMAP4 server which allows receiving mail, managing messages and IMAP folders on the server as specified in RFC 1730, RFC 1731 and RFC 2060 documents.
- Multithreading, Unlimited connections support
- Manage emails and folders on the disk
- List messages and folders, Subscribe/Unsubscribe folders
- Create, Delete and Rename folders
- Search, Copy, Download and Upload messages, Modify message Flags
- SSL/TLS Encryption, user Authentication - LOGIN, CRAM-MD5, NTLM
The IMAP Server control allows you to create your own IMAP services which are fully compatible with most popular email client tools such as Outlook, Outlook Express, Mozilla Thunderbird, TheBat, Eudora and many more.
When using together with POP3 Server, it is possible to share the "INBOX" folder between POP3 and IMAP servers and have access to incoming messages with standard POP3 and advanced IMAP4 protocols. Simple put both POP3 and IMAP server ActiveX controls on to the Form and use the same MailBox path to mail message files.
Using IMAP Server control, you can transfer confidential messages under secure socket layer. You can specify how to start SSL negotiation protocol.
You can implicitly start SSL negotiation after the connection is established or first connect in plaintext, and then explicitly start SSL negotiation through a protocol command - 'STARTTLS'.
Please see the Demos code (ImapServer, ImapServerSSL) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|