in reply to Re: Re: How to check number of messages using Net::POP3?
in thread How to check number of messages using Net::POP3?
Could you please explain this, for I don't understand it. quit works pretty good if you manually emulate a POP3 client:
$ telnet *host* 110 Trying *host*... Connected to *host*. Escape character is '^]'. +OK *host* POP3 Server (Version 1.006d) ready at <Wed Dec 24 00:29:42 +2003> user *user* +OK please send PASS command pass invalidpass -ERR invalid usercode or password, please try again quit +OK *host* POP3 Server (Version 1.006d) shutdown. Connection closed by foreign host.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to check number of messages using Net::POP3?
by Roger (Parson) on Dec 23, 2003 at 23:37 UTC | |
by b10m (Vicar) on Dec 24, 2003 at 00:18 UTC |