OpenPop.NET
Robust open source POP3 client and MIME parser written in C#
.NET library written in C# with a full implementation of a POP3 client. Easy to use but yet powerful. Includes a robust MIME parser backed by several hundred test cases.
The easiest way to install OpenPop.NET is via NuGet.
In Visual Studio's Package Manager Console, simply enter the following command:
Install-Package OpenPop.NET
Our homepage (http://hpop.sourceforge.net/) includes examples, documentation and a general introduction for email.
For more information, visit our...