EyalEi
EyalEi
I need to get the body of my messages, but message.getContentText() gives an error: java.lang.UnsupportedOperationException: This GmailMessage implementation does not provide getContentText() I'm using version 0.5 snapshot, and instantiating an...
I'm trying the sample code given here with either version 0.4 or 0.5 snapshot. In both GmailClient.EmailSearchStrategy does not compile. The enum exists in the source code that can be...
When following the code sample and asking for final List messages = client.getUnreadMessages(); I'm getting only the latest 20 unread messages. There are more in my account and I need...