0

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

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112
whomba
  • 387
  • 5
  • 13

1 Answers1

1

You cannot do that as he atom only provides access to the very latest 20 unread messages

Otto Kanellis
  • 3,629
  • 1
  • 23
  • 24