Hi,
     I don't see any line when I give the command
------------
USER b...@localhost
+OK
PASS bob
+OK Welcome b...@localhost
LIST
+OK 0 0 
-------------

I left the config file as it is since I read the following comment in config 
file

<!-- This configuration file is designed to run without alteration for simple 
tests. -->

Boby


-----Original Message-----
From: Stefano Bagnara [mailto:[email protected]] 
Sent: Wednesday, January 20, 2010 3:46 PM
To: James Users List
Subject: Re: Unable to read mail using pop3

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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to