tiki-archive / app-strategy-goog

Account provider for Google
MIT License
0 stars 0 forks source link

Get total message count for user #78

Closed ricardobrg closed 2 years ago

ricardobrg commented 2 years ago

As a user I want to know the progress of my inbox indexing. As a developer I need the total message count in the Gmail inbox.

Google has now an endpoint that gives the total message count https://developers.google.com/gmail/api/reference/rest/v1/users/getProfile?apix_params=%7B%22userId%22%3A%22me%22%7D

This can be used to show the estimate time to index the whole inbox.

Acceptance criteria 1 - Method that gets the total messages count by account

NickkTMD commented 2 years ago

expected result: Image

method result: Image