MailBee.NET POP3
Posted by download in Software on 12-12-2010
Application details
MailBee.NET POP3 is a set of powerful and robust .NET components for receiving, parsing and managing mail on POP3 servers.
Written in 100% managed C# code, MailBee.NET POP3 can be used in desktop, console and ASP.NET applications developed in C#/VB.NET/etc.
Features
* Download entire messages
* Download headers only
* UNIQUE Download messages/headers in PIPELINING mode – can Boost performance up to 1000%
* UNIQUE Download messages with a single line of code (QuickDownloadMessage)
* Download messages through a proxy server
* Get already downloaded messages if the entire operation failed in the Middle
* Delete messages
* Supports secure TLS/SSL connections out-of-Box (supports Gmail, etc)
* Secure authentication (APOP, CRAM-MD5, DIGEST-MD5, NTLM, kerberos)
* UNIQUEWindows Integrated Authentication (authenticate using the current Windows user credentials)
* User-defined authentication methods
* Automatic detection and use of POP extensions (CAPA)
* Logging POP3 session into a file or memory
* Returns e-mails as MailMessage objects which can be interchanged with other objects (Smtp, etc)
* Can check DomainKeys signatures of e-mails
* Parses bounced e-mails and delivery Notifications
* Send user-defined commands to the server
* Rich set of events and asynchronous processing options
* Can be placed on the form or created in the code