问题
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
来源:https://stackoverflow.com/questions/5220262/how-to-get-gmail-threadid-using-imap-xoauth