How can I reliably link to a Gmail conversation given a thread ID if the user is logged into multiple accounts?

前端 未结 1 1285
终归单人心
终归单人心 2020-12-17 04:34

If you\'re logged into multiple Gmail accounts, Google changes the URLs to reference which account you\'re currently using. For example:

https://mail.google.co

相关标签:
1条回答
  • 2020-12-17 05:36

    Looks like you can include a query parameter called authUser that specifies the email account you want to link to:

    https://mail.google.com/mail/?authuser=your.email.address@gmail.com#all/138d85da096d2126

    0 讨论(0)
提交回复
热议问题