Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get gmail threadid using imap xoauth

Tags:

oauth

gmail

imap

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

like image 910
ManojMarathayil Avatar asked Mar 07 '11 13:03

ManojMarathayil


1 Answers

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/

like image 91
Vivek Goel Avatar answered Oct 21 '22 11:10

Vivek Goel