Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gmail Java Library

Tags:

java

gmail

Is there any Gmail Java libraries? I've looked at the Java Libraries from Google and GData, without much luck.

I've done a search already, and a lot of libraries I've found seem to be outdated and old.. I was just curious if anyone knew of more up to date libraries?

like image 486
iko_wp Avatar asked Jan 25 '26 01:01

iko_wp


1 Answers

I'm sure there is a simple web-interface but the recommended solution is IMAP and SMTP for which you will find dozens of libraries.

Bill's answer here has example of how to use SMTP: https://stackoverflow.com/a/47452/12943

like image 75
Bill K Avatar answered Jan 27 '26 15:01

Bill K