如何使用 imap xoauth 获取 gmail threadid
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Gmail提供了一个属性
对于线程 id
您可以使用 imap fetch 函数来获取线程 id 。
请参阅此处的文档
http://code.google.com/apis/gmail/imap/
Gmail provides An attribute
for thread id
you can use imap fetch function for getting thread id .
see documentation here
http://code.google.com/apis/gmail/imap/
我认为可以通过 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