Is there support for a POP3 client using C# in the .Net Framework?

Arya picture Arya · Nov 18, 2010 · Viewed 20.3k times · Source

Is there support for POP3 client in the .net framework?

If so, please tell me it's name as I have been searching for it, but I was unable to find it.

Regards!

Answer

Darbio picture Darbio · Nov 18, 2010

Have a look at this project: http://sourceforge.net/projects/hpop/ on SourceForge.

It is a free, open source .NET Class library in C# for communicating with POP3 Servers(retrieve/delete messages and attachments). Supports decoding files in Base64/QP encoding, including attachemnts, MS-TNEF format, and MS mht file. Compiles on Mono, DotGNU and .NET framework