2010/1/19 George, Boby <[email protected]>: > Hi, > I haven't done any modification to the config.xml. However I have > modified the james-fetchmail.xml for changing the fetchall attribute to true.
So, let's check with telnet. Use telnet to connect to POP3 and issue these commands: --------------- telnet #jamesip# 110 USER #username# PASS #pass# LIST QUIT ----------- LIST should return one line per message. If this works then you are having javamail client configuration issues, if this doesn't work and you didn't change james config then you probably missed how james works somehow. So, let's start from that test. Tell us what you see. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
