Skip to content

Conversation

rasa
Copy link
Contributor

@rasa rasa commented Apr 18, 2022

This will speed up processing, as the code was defaulting to retrieving 100 messages. Now, it will retrieve 500 messages by default, unless the user specifies a lower amount via:

gmail = Gmail()
gmail.maxResults = 10
messages = gmail.get_messages(query='example')

@OttomanZ
Copy link

@jeremyephron Hi, can you take a look into adding this into the system, I believe that this is a must have for many applications that rely on consistently getting inbox results, and if we are fetch all of them it slows us down.

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.

2 participants