Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript to check Gmail Unread Count

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?

like image 558
Ternary Avatar asked Nov 14 '22 09:11

Ternary


1 Answers

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.

like image 192
tovare Avatar answered Dec 28 '22 23:12

tovare