以编程方式获取 POP3 邮件唯一 ID 和邮件大小

发布于 2024-09-09 01:09:50 字数 103 浏览 2 评论 0原文

我需要访问 POP3 电子邮件帐户并获取邮件的唯一 ID 列表及其相应的文件大小。我正在使用 CodeIgniter 并可以访问 Zend 库。尝试执行类似于 LIST 命令的操作。有想法吗?

I need to access a POP3 email account and obtain the the list of messages' unique id and its corresponding file size. I'm using CodeIgniter and have access to Zend libraries. Trying to do something similar to the LIST command. Ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

萌化 2024-09-16 01:09:50

查看 Zend 中的“阅读邮件消息”框架文档。
Zend_Mail_Storage_Pop3 就是您正在寻找的。

Take a look into "Reading Mail Messages" in the Zend Framework documentation.
Zend_Mail_Storage_Pop3 is what you are looking for.

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