Newsletter:

(Source Code) Access GMail with imap using java mail API

Source Code : Access GMail with imap using java mail API

I had to search through quite a few web pages for this. So I am putting it here for future reference. My concience pricks for putting all the code in main method. But I guess this is an exception. :)

import java.util.Properties;

import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.NoSuchProviderException;
import javax.mail.Session;
import javax.mail.Store;

public class InboxReader {

....
...

[Read More..]

Courtesy:- Harikrishnan83.wordpress.com