How to get gmail threadid using imap xoauth

2019-04-07 03:27发布

问题:

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

回答1:

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/



回答2:

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



标签: oauth gmail imap