gmail4j
gmail4j copied to clipboard
Only 20 unread messages returning
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?