Skip to content

Conversation

@rasa
Copy link
Contributor

@rasa rasa commented Apr 19, 2022

This can work along with the maxResults property to see how many results there are without downloading them all:

gmail = Gmail()
gmail.maxResults = 1
messages = gmail.get_messages(query='example')
print("There are %d estimated results" % gmail.resultSizeEstimate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant