3

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?

Pshemo
  • 122,468
  • 25
  • 185
  • 269
iko_wp
  • 739
  • 6
  • 9

2 Answers2

3

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

Community
  • 1
  • 1
Bill K
  • 62,186
  • 18
  • 105
  • 157
0

Now there are Gmail APIs by google. Here is the link for it.

ayushgp
  • 4,891
  • 8
  • 40
  • 75