如何使用 IMAP PHP 验证新电子邮件?

发布于 2024-10-16 04:51:48 字数 449 浏览 6 评论 0原文

我找到了一种更好的方法: 通过 PHP 在循环中检查 Gmail IMAP 是否有新消息


我使用 Google 来管理我的电子邮件,并运行 Nginx + PHP。如果我想检查传入的邮件以与每个消息主题交互(以触发操作),据我所知,我只有两个选择:1)通过 IMAP PHP / cron 作业访问 Google 或 2)将消息转发到我的我可以在其中设置一个子域来将消息传送到 PHP 脚本。坦率地说,我更喜欢第一个选项,因为我已经测试并完成了所有 IMAP 功能。如果第二个解决方案确实是最好的,我更愿意使用 Postfix。然而,我希望来自已经浏览过这片未知水域的人的一些启发。谢谢。

I found out a better way to do this: Check Gmail IMAP via PHP for new mesages in a loop


I use Google to administer my e-mails and I run Nginx + PHP. If I want to check incoming mail to interact with each message subject (to trigger an action), as far as I know, I have only two options: 1) access Google via IMAP PHP / cron job or 2) forward the messages to my server where I can have a subdomain set to pipe the messages to a PHP script. Frankly, I'd preffer the first option because I have already all the IMAP functions tested and done. And if the second solution is really the best, I'd preffer to use Postfix. However, id like some light from somebody who has already browsed this unknown waters. Thank you.

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

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

发布评论

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

评论(1

岁吢 2024-10-23 04:51:49

Zend Framework 有很好的 IMAP 支持。查看 Zend_Mail_Storage_Imap:
http://framework.zend.com/manual/en/zend.mail .read.html

Zend_Mail 中还有很多其他有用的东西。请记住,您可以只使用您需要的一个类。您不需要使用整个框架。

Zend Framework has pretty good IMAP support. Check out Zend_Mail_Storage_Imap:
http://framework.zend.com/manual/en/zend.mail.read.html

There are lots of other useful things in Zend_Mail. Remember, that you can use just the one class you need. You don't need to use the whole framework.

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