Hi,
I am downloading the mails from a gmail account using POP3.
I am specifying the folder name as "INBOX" but it is downloading all
the sent as well as received mails.
Why is this happening?
This is my program:
Folder folder = store.getFolder("INBOX");
folder.open(Folder.READ_WRITE);
Message[] msg = folder.getMessages();
Thanks....
Lew - 15 Apr 2007 14:32 GMT
> Hi,
>
[quoted text clipped - 7 lines]
> folder.open(Folder.READ_WRITE);
> Message[] msg = folder.getMessages();
I tried to compile your program but couldn't.

Signature
Lew