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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.