Is there an URL to open the Gmail compose window with a specific message ID in full-screen (pop-out)

自作多情 提交于 2019-11-29 02:19:34

问题


I use the new Gmail API to create a draft for my user. The API response provides the newly created message ID.

I can then open the compose window with the URLhttps://mail.google.com/mail/#drafts?compose=[message-id]. However I would like to open a full-screen (popped-out) compose window. Is there an URL for that ? This URL must of course be parameterised with the message id.

To be more precise, this is what I get, and this is what I want.


回答1:


Try this:

https://mail.google.com/mail?authuser=me@gmail.com#all/{message_id}

Just replace {message_id} with the actual ID string.



来源:https://stackoverflow.com/questions/24548210/is-there-an-url-to-open-the-gmail-compose-window-with-a-specific-message-id-in-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!