On Tue, 4 Apr 2000, Or Botton wrote:
> Cristian Burneci wrote:
>
> > After sending the password, maybe the server generates an error message
> > (i.e. "Mailbox in use"), too fast too see on the status bar.
>
> Thats not what the POP3 log showed, and not what the status bar shown.
> The part where the POP request for password just stay there for
> along time, and then abort.
You might try telnet'ing directly to your pop3 server. Like this:
telnet your.pop3.server 110
Trying x.x.x.x...
Connected to xxx.
Escape character is '^]'.
+OK POP3 xxx server ready
user your_username
+OK
pass your_password
+OK
list
+OK
1 1234
2 987
3 111
retr 1
+OK
<msg>
quit
+OK
Just to see if it works...
--
marie