Javascript to check Gmail Unread Count

大兔子大兔子 提交于 2020-01-02 05:15:13

问题


How in javascript would get the number of unread emails for the currently signed in gmail account?

Related question - does Google offer any documentation on this sort of stuff?


回答1:


Here's the docs's you are looking for:

http://code.google.com/apis/gmail/docs/

Note, that there's no way to 'steal' the unread count from someones account using somme simple javascript without authentication.



来源:https://stackoverflow.com/questions/3081421/javascript-to-check-gmail-unread-count

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