0

I need a Java program running on Windows to react to incoming email on a specific Google Apps email address.

I am not against using any sort of middleman program or language to accomplish this as easily and reliably as possible.

What are my best options?

Maarx
  • 633
  • 1
  • 7
  • 18

2 Answers2

1

Integrate with Google directly.

http://code.google.com/apis/gmail/oauth/

Chris
  • 201
  • 2
  • 13
0

...or you can fetch email from the Gmail account using IMAP or POP3.

Community
  • 1
  • 1
ewall
  • 27,179
  • 15
  • 70
  • 84