gmail4j
gmail4j copied to clipboard
Gmail API for Java
If there's anyone who would like to become a maintainer of this project, please step up! :)
i'm trying to build the app after adding the implementation group: 'com.googlecode.gmail4j', name: 'gmail4j', version: '0.4' I got this error: Program type already present: com.sun.mail.smtp.SMTPOutputStream this is my all dependencies:...
Hello , i need the same access of gmail mails and have to show in my application in android,so can you please help me to modify this jar in android...
hi, I've been using the features of gmail4j, but i cannot check if gmail connection is success (from GmailClient and subclasses instances). Some ideas about that? best regards
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...
m contacting you since Im using your gmail4j java library in order to get some messages from a gmail account. This is being used just for testing matters and I...
When attempting to login to at google apps account where the domain name is required after the "@" i.e. notarealemployee"@"finalconcept.com.au the IMapGmailConnection anyway appends "@google.com" to the username. Maybe a...