以编程方式获取 POP3 邮件唯一 ID 和邮件大小
我需要访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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.