Variations of this question have been addressed in several earlier posts:
- Getting mail from GMail into Java application using IMAP
- How do you send email from a Java app using Gmail?
The general approach is to use IMAP/SMTP via JavaMail. The FAQ even has a special entry for working with Gmail.