EAGetMail POP3 & IMAP4 component allows developers to deliver required reliability and functionality email applications in C#, VB.NET, JScript.NET, ASP.NET or other .NET framework more easily. Many advanced features are supported including TNEF parser (winmail.dat) and S/MIME.
EAGetMail namespace contains classes that allow you to parse and receive email messages. Parseing email message, winmail.dat (TNEF) and encrypted message becomes very easily. The classes in this namespace can be used from ASP.NET or any managed application.
Mail class provides a functionality to parse, decrypt email message. You can parse sender, recipients, subject, headers, body text and attachments. Moreover, you can verify digital signature or decrypt encrypted email with digital certificate.
MailClient class enables your application to receive email from arbitrary POP3 & IMAP4 email server. SSL connection and secure user authentication (NTLM) are supported as well. MailClient class also makes it easy to manage IMAP4 folders and get email header without download the whole email.