Close
jGuru Forums
Posted By: Alexander_Lefter Posted On: Saturday, March 30, 2002 08:35 PM
When trying to connect with my email provider "pop.broadband.rogers.com", found INBOX "empty", even if it isn't.
J:javamail-1.2demo>java GetMessageExample DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3. POP3Store,Sun Microsystems, Inc] POP3: connecting to host "pop.broadband.rogers.com", port 110 S: +OK InterMail POP3 server ready. C: USER abc@rogers.com S: +OK please send PASS command C: PASS 1234 S: +OK abc@rogers.com is welcome here C: STAT S: +OK 0 0 INBOX is empty C: QUIT S: +OK abc@rogers.com InterMail POP3 server signing off.
Re: found INBOX "empty"
Posted By: Laurent_Mihalkovic Posted On: Monday, April 1, 2002 12:46 PM