如何使用 imap xoauth 获取 gmail threadid

发布于 2024-10-20 16:31:31 字数 272 浏览 1 评论 0原文

我读过这篇通过 IMAP 查找 Gmail url-ID,但我注意到 Greplin ( https://www.greplin.com) 能够成功获取线程 id。

有人可以帮我吗?

问候, 马诺伊

I read this Find Gmail url-IDs via IMAP, but I noticed Greplin (https://www.greplin.com) is able to get thread id successfully.

Can anyone help me here?

Regards,
Manoj

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

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

发布评论

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

评论(2

無處可尋 2024-10-27 16:31:31

Gmail提供了一个属性

“X-GM-THRID”

对于线程 id

您可以使用 imap fetch 函数来获取线程 id 。

请参阅此处的文档
http://code.google.com/apis/gmail/imap/

Gmail provides An attribute

"X-GM-THRID"

for thread id

you can use imap fetch function for getting thread id .

see documentation here
http://code.google.com/apis/gmail/imap/

半枫 2024-10-27 16:31:31

我认为可以通过 libgmailer.php (curl) http://sourceforge.net/search/ 访问?q=libgmailer

I think that is can be access via libgmailer.php (curl) http://sourceforge.net/search/?q=libgmailer

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