Todd Littlefield <[EMAIL PROTECTED]> writes:

> This may not be for the faint of heart but it is an option...  The
> RFC will contain all the commands that you can use...  A google search
> should produce some links...

>From my notes:


POP3 conversation:
------------------

$ telnet mailserver 110
Trying 127.0.0.1...
Connected to mailserver.com.
Escape character is '^]'.
+OK POP3 server at foobar.com ready <[EMAIL PROTECTED]>
user kclark
+OK kclark authenticate please
pass mySecretPassword
+OK kclark's mailbox has 1 messages (3072 octets)
stat
+OK 1 3072
list
+OK 1 messages (3072 octets)
1 3072

Reply via email to