是否支持在.Net Framework中使用C#的POP3客户端?

Ary*_*rya 15 .net c# pop3 .net-3.5

.net框架中是否支持POP3客户端?

如果是这样,请告诉我它的名字,因为我一直在寻找它,但我无法找到它.

问候!

Dar*_*bio 9

看看这个项目:SourceForge上的http://sourceforge.net/projects/hpop/.

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


Ora*_*son 6

新的选项(截至2014年)是来自Xamarin的MailKit,可在MIT许可下获得.它比OpenPOP.NET更快地解析来自磁盘25x的消息.它包括对IMAP,POP3和SMTP的支持,并且似乎非常快速和强大.