gmail4j icon indicating copy to clipboard operation
gmail4j copied to clipboard

Only 20 unread messages returning

Open EyalEi opened this issue 12 years ago • 0 comments

When following the code sample and asking for

final List<GmailMessage> messages = client.getUnreadMessages();

I'm getting only the latest 20 unread messages. There are more in my account and I need to have them. What's the way to achieve that?

EyalEi avatar Jan 26 '14 14:01 EyalEi