使用 php 发送 IMAP 命令
我正在尝试使用 php 脚本访问雅虎邮件 IMAP 服务器。我读到雅虎需要特定的 IMAP 命令“ID (“GUID”“1”)”。我如何发送这个命令?
I'm trying to access yahoo mail IMAP server with a php script. I read that yahoo requires a specific IMAP command “ID ("GUID" "1")”. How do I send this command ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
截至撰写本文时,我认为您无法从外部访问 Yahoo 的 IMAP 服务。然而,一般来说,您会想要使用套接字函数。
http://us.php.net/manual/en/ref.sockets。 php
As of this writing, I don't believe you can access Yahoo's IMAP services externally. However, in general, you will want to use socket functions.
http://us.php.net/manual/en/ref.sockets.php
该库于几天前发布,并表示它支持 Yahoo! 的 IMAP 变体:http://github。 com/petewarden/handmadeimap(我自己没有尝试过)
This library was released a couple of days ago and says it supports Yahoo!'s IMAP variant: http://github.com/petewarden/handmadeimap (I've not tried it myself)