使用 PHP 阅读 IMAP 电子邮件以及建议的课程?
我想在我的应用程序中添加一个瘦电子邮件客户端,您可以在其中阅读/删除电子邮件。问题是某些电子邮件具有内联附件,并且存在苹果邮件和各种附件类型等。是否有一个好的类可以完成所有有关检测邮件类型并将媒体等与电子邮件分离的脏工作。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了这个类 检索邮件,但我个人建议您使用 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.