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
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/
I think that is can be access via libgmailer.php (curl) http://sourceforge.net/search/?q=libgmailer