Find Gmail url-IDs via IMAP

后端 未结 9 982
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 16:02

One of my favourite features of Gmail is the ability to bookmark urls to certain messages like this:

https://mail.google.com/mail/#all/124c8f386d41fd3a

What

9条回答
  •  北海茫月
    2020-12-07 16:30

    Gmail provides an attribute: X-GM-THRID for thread id.

    You can use imap fetch function for getting the thread id.

    Also see the documentation here.

提交回复
热议问题