02-09-2012 02:15 PM
When getting a list of email, I do it like this:
store = Session.waitForDefaultSession().getStore(); Folder[] folders = store.list();
But messages that come to my other email accounts do not appear. How do I see those messages/folders as well?