Gmail extensions in Mail.dll
Here’s the list of Gmail IMAP protocol extensions implemented in Mail.dll:
- Extension of the LIST command: XLIST
- Extension of the SEARCH command: X-GM-RAW
- Access to the Gmail unique message ID: X-GM-MSGID
- Access to the Gmail thread ID: X-GM-THRID
- Access to Gmail labels: X-GM-LABELS
- OAuth and OAuth 2.0: XOAUTH, XOAUTH2
You can read on how to use Mail.dll with Gmail in the following articles:
- Get Gmail thread id
- Search Gmail thread id
- Get Gmail message id
- Search Gmail message id
- Get Gmail labels for specified messages
- Label message with Gmail label
- Search Gmail label
- Localized Gmail IMAP Folders
- Search Gmail using Gmail’s search syntax
- Create Gmail url-ID via IMAP
OAuth 2.0
- OAuth 2.0 with Gmail over IMAP for web applications
- OAuth 2.0 with Gmail over IMAP for installed applications
January 15th, 2016 at 12:43
[…] Here you can find some more information about how to search by X-GM-THRID and all other Gmail IMAP extensions. […]