retrieve mail from Gmail account with pop3?
I want to retrieve e-mail from my account on Gmail in my application, but I have a problem. I cant establishe a connection with pop3 server...
Do you have an example (full) in Java code for retrieving a mail from Gmail account.
I used the example from JavaMail Api 1,4 Specifications, but I have a problem with the parameters. (protocol null), and I dont know why...
Help me, please...

