使用 imap 和 php 检索最近 3 封电子邮件
我试图弄清楚如何使用 imap 和 php 获取最新的 3 封电子邮件(已看到和未看到)。由于邮箱内有 1 000 封电子邮件,因此需要节省资源。我认为获取所有标头可能需要太多资源。
我只需要发件人、主题和日期...
知道吗?感谢您的任何建议/帮助/解释/提示...
I'm trying to figure out how to get the latest 3 emails (SEEN and UNSEEN) using imap and php. It need to be ressource-efficient since the mailbox as 1 000 emails inside. Getting all header may need too much ressources I think.
I just need the sender, the subject and the date...
Any idea? Thanks for any syggestion/help/explaination/hint...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我是这样做的:
PHP-Ref IMAP: http://php.net/manual/ en/ref.imap.php
问候
多米尼克
I did it like that:
PHP-Ref IMAP: http://php.net/manual/en/ref.imap.php
Regards
Dominic
又怎样呢
?
http://php.net/manual/en/function.imap-search.php
What about
?
http://php.net/manual/en/function.imap-search.php
会做这项工作。
Will do the job.