1

My android application need to communicate with the gmail server to receive emails from other gmail accounts so that i can show the e-mails in my android application.. Can anybody suggest me a API or Docs or tutorial to accomplish this.... Thanks in advance.....

Regards, HONY

HONy
  • 175
  • 1
  • 1
  • 8

1 Answers1

0

You most probably want to interface with a IMAP or a POP mail server. Just lookup on Google. I'm sure that there are already libraries for Java (maybe also for Android) avaiable.

This SO question discuesses how to connect to a Gmail server in a desktop java application, but I think you can port it also to android.

Community
  • 1
  • 1
evotopid
  • 5,288
  • 2
  • 26
  • 41