使用 PHP 阅读 IMAP 电子邮件以及建议的课程?

发布于 2024-11-09 02:13:44 字数 118 浏览 0 评论 0原文

我想在我的应用程序中添加一个瘦电子邮件客户端,您可以在其中阅读/删除电子邮件。问题是某些电子邮件具有内联附件,并且存在苹果邮件和各种附件类型等。是否有一个好的类可以完成所有有关检测邮件类型并将媒体等与电子邮件分离的脏工作。

I want to add to my app a thin email client where you can read/delete your emails. The problem is certain emails have inline attachments and there is apple mail and all sorts of attachment types etc. Is there a good class that does all the dirty work in regards to detecting the mail type and separating media etc from the email.

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

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

发布评论

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

评论(1

无畏 2024-11-16 02:13:44

我使用了这个类 检索邮件,但我个人建议您使用 IMAP 代替。 php.net 中有很多示例可供参考。为了发送电子邮件,我使用了 swiftmailer

I used this class to retrieve mails, but I personally recommend you to use IMAP instead. There're lots of examples in php.net to follow. To send emails I used swiftmailer.

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