server-user  

Re: Unable to read mail using pop3

Stefano Bagnara
Wed, 20 Jan 2010 02:16:45 -0800

2010/1/19 George, Boby <boby.geo...@fmr.com>:
>   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: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org