The number of unread messages in Gmail

I am using the API to prepare for training (a training publication), and I think that allowing users to allow access to their email directly from my application without logging in to them.

I have done this so far, but I also want to display the number of unread emails in my application. I can not find this in the API.

How can I get around this?

+3
source share
1 answer

Are you writing your application in Python?

If so, check out gmail notifier .

This is a python application for Linux desktops, but it contains a count of unread messages.

Hope this helps.

+2

Source: https://habr.com/ru/post/1704700/


All Articles