| Author |
Listing all Message in a Email Folder
|
Tom Ben
Ranch Hand
Joined: Aug 17, 2001
Posts: 109
|
|
I am using the Email API to connect to my pop3 account a list all my messages. By if the message is not new then it tells me that the Folder is empty when I know there is three already opend emails in there I am using "int totalMessages = folder.getMessageCount();" but it keeps saying that there are zero message in the INBOX. What am I doing wrong here?
|
Sun Certified Programmer on the Java 2 Platform
|
 |
 |
|
|
subject: Listing all Message in a Email Folder
|
|
|