使用 php 发送 IMAP 命令

发布于 2024-08-25 12:17:27 字数 82 浏览 4 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(2

顾忌 2024-09-01 12:17:27

截至撰写本文时,我认为您无法从外部访问 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

夜访吸血鬼 2024-09-01 12:17:27

该库于几天前发布,并表示它支持 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)

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