How to get gmail threadid using imap xoauth

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


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/


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

链接地址: http://www.djcxy.com/p/51420.html

上一篇: C#匿名类可以实现一个接口吗?

下一篇: 如何使用imap xoauth获取gmail的threadid