06-02-2012 03:32 AM
I am able to access my Inbox folder name using the code below
Store store = Session.getDefaultInstance().getStore();
Folder[] folders = store.list(Folder.INBOX);
Folder inbox = folders[0];
System.out.println("folder name is--"+inbox.getFullName());
Now i want to know how can i access each mails under this folder,i mean i want to read all the emails under this inbox folder.Is it possible ?
06-02-2012 05:47 AM
I recommend the Search box (bear top right hand side). I found this Thread, just by typing in "Inbox list". I am sure there are others that are just as useful: