|
The POP3 Server is an ActiveX control from the Clever Internet ActiveX Suite library. This control represents POP3 server and allows you to read mail provided by your own application as specified in RFC 1939, RFC 1734 and RFC 2449 documents.
- Multithreading, Unlimited connections support
- Read email messages from the disk
- SSL and TLS Encryption - Explicit and Implicit modes
- User Authentication with different methods: USER/PASS, APOP, CRAM-MD5, NTLM
- Customize the user and thread performance settings
- Free one year upgrades and support
The POP3 Server control allows you to create your own POP3 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 SMTP Server, it is possible to read incoming messages received by SMTP Server without writing a single line of the code. Simple put both POP3 and SMTP server components on to the Form and use the same MailBox path to mail message files.
Using POP3 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 - 'STLS'.
Please see the Demos code (Pop3Server, Pop3ServerSSL) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|