I am currently working on a JS application using OAuth 2.0 to access the gmail atom feed https://mail.google.com/mail/feed/atom/ I am able to successfully sign the request, and retrieve the emails, however I am only able to access the first 20. Is there any way to access more than 20 emails in this feed? If not, is there any way using a different feed?
Thanks -A