有谁知道在哪里可以找到免费的 imap 客户端 c++对于 Windows(不是 libEtpen)
我在过去 2 天使用 libetpen 并尝试在 VS Express 中编译它而没有任何缺陷,有人知道任何好的易于使用的 imap c++ 免费库吗?
Im working with libetpen for the last 2 days and trying to compile it in VS express without any lack , does any body knows any good easy to use imap c++ free lib ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最古老、最强大的 IMAP 客户端库之一是 UW 的 c-client 。它是免费的。它为 Pine 等邮件程序和 PHP 等平台提供 IMAP 支持。 c-client 库几乎肯定会在您的平台上编译。在过去 3 年里,它没有进行太多更新,但 IMAP 在此期间基本保持静态。
唯一的主要缺点:它的级别可能比您想要的要低一些,而且它是 C 而不是 C++。
One of the oldest and most robust IMAP client libraries is UW's c-client. It's free. It provides the IMAP support for mailers like Pine and for platforms like PHP. The c-client library will almost certainly compile on your platform. It hasn't been updated much over the past 3 years, but IMAP has largely been static over that period.
The only major drawbacks: It's probably a little lower-level than you'd like, and it's C rather than C++.