dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
292 stars 134 forks source link

How to send maxResults to Gmail API #212

Open stefanofinetti opened 3 years ago

stefanofinetti commented 3 years ago

I noticed that ->all()->preload() only shows the last 100 messages from my gmail account. I know that Gmail APIS have a parameter to increase that number up to 500, but I couldn't find a way, and I can't read the pagecount to create a meaningful paginator for showing the correct number of messages