.Net POP3 客户端
.net 有一个用于发送邮件的 SMTP 客户端 但没有用于阅读邮件的 pop3 客户端。 我以前使用过 WEBDAV,但我真的想要一个简单的 pop3 或 imap 客户端,这是稳定的
我知道似乎有 10000 个示例,但如果他们做了 SMTP 客户端,为什么没有官方 .net 客户端
呢?
.net has a SMTP client for sending mail
but no pop3 client for reading mail.
Ive used WEBDAV before, but I really want a simple pop3 or imap client thats stable
I know there seems to be 10000 of examples, but why no offical .net client if they made a SMTP client
any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
F#.NET Journal 文章F# 中的电子邮件客户端(2010 年 3 月 31 日)描述了如何仅用几行 F# 代码编写自己的代码,以以下序列表达式为中心:
The F#.NET Journal article An e-mail client in F# (31st March 2010) describes how you can write your own in just a few lines of F# code, centered around the following sequence expression:
这是我使用的库。它非常容易使用,没有任何问题。
This is the library I used. It was very easy to use, didn't have any problems with it.