如果我知道该电子邮件ID,是否可以使用gmail.js获取有关特定电子邮件的信息?
在新窗口中打开电子邮件 gmail:如果我知道它的ID,如何在url中打开发送电子邮件的电子邮件,如果我知道它的ID?
我需要吗 ?我需要ID,而不是消息ID。要获取电子邮件ID,我需要获取有关所需电子邮件的全部信息。在Gmail API中,您可以使用
“ nofollow noreferrer”> method:用户.messages.get 。
结果您获得ID(以黄色污染)
” a href =“ https://github.com/kartiktalwar/gmail.js/” rel =“ nofollow noreferrer”> gmail.js库?图书馆是Gmail API的包装纸。我知道方法
To open email in new window GMAIL: How to open a Sent email in browser by URL if I know its id?
I need the Id , not message ID. To get the Id of email I need to get the whole info about needed email. In Gmail API you can get it by using
The result you get the Id (tainted in yellow)
Is it possible to get same info about email using gmail.js library? Library is wrapper of GMAIL API. I know about method gmail.new.get.email_id but its only works if specific email is in cache. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好使用官方 google api javascript客户端从Gmail API请求数据。我建议您从 QuickStart
I think you would be better off using the official Google api JavaScript client to request data from the Gmail api. I recommend starting with quickstart