Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 
Latest News

Access repair download
Repair Database Files




Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Online Demo  | Download  | Order  | History 
 

POP3 Client

Features  | Detailed Description 
 

The POP3 Client is an ActiveX control from the Clever Internet ActiveX Suite library.
It allows you to retrieve e-mail messages from mail server in your application. This component implements a standard POP3 client as specified in RFC 1939, RFC 1734 and RFC 2449 documents.

Features:

  • Download messages, Retrieve message headers, List and Delete messages
  • Authentication with different methods: USER/PASS, APOP, CRAM-MD5, NTLM
  • Secure access to POP3 mailbox using TLS and SSL
  • Support for most common POP3 extensions
  • Events for sending commands, receiving responses, e-mail retrieving progress
  • Custom POP3 commands and enhanced status codes
  • Free one year upgrades and support

Proxy server support

To use proxy in POP3 client, you can simple set-up the connection parameters (Server, UserName and Password) to this proxy server. As a result, the POP3 control will connect to the specified proxy server. The connection to the real mail server will be handled by proxy.

Retrieve messages in just few lines of code

PopClient.Server = "pop.domain.com"
PopClient.UserName = "Beth@domain.com"
PopClient.Password = "1234"
PopClient.Open

PopClient.RetrieveTo messageNo, mailMessage

Checking e-mail size using a single line of code

MessageSize = PopClient.GetSize(messageNo)

Samples in VB, C++, C# and VB.NET

Please see the Demos code (MailProgress, MailSendReceive, MailClient, Pop3ClientSSL) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this component in your application.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2010