有谁知道在哪里可以找到免费的 imap 客户端 c++对于 Windows(不是 libEtpen)

发布于 2024-10-15 17:35:48 字数 85 浏览 3 评论 0原文

我在过去 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弱骨蛰伏 2024-10-22 17:35:48

最古老、最强大的 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++.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文