domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
962 stars 210 forks source link

Gmail API pagination #469

Closed mkupferman closed 4 months ago

mkupferman commented 5 months ago

Fetch more than 100 Gmail messages per run by using the nextPageToken field returned by users.messages.list(). Also provide a boolean .ini option (paginate_messages) to override this new behavior.