Sunday, September 05, 2010

Post Office Protocol Version 3 Client API

A Common Language Specification (CLS) compliant Application Programming Interface (API) for retrieving mail messages from a POP3 server.
This class closely mimics the behavior of the System.Net.Mail.SmtpClient class.
This project is suitable for .NET programmers who wish to implement a POP3 client architecture in their application.
The full source for both the client API and a demo program can be found in the source repository.
Read more: Codeplex