POP3: Difference between revisions
From DWIKI
mNo edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
=FAQ= | =FAQ= | ||
==pop3 session== | ==pop3 session== | ||
telnet pop3.example.com 110 | telnet pop3.example.com 110 | ||
USER foo | USER foo | ||
PASS s3cr3t | PASS s3cr3t | ||
LIST | LIST | ||
QUIT | |||
Latest revision as of 12:19, 6 January 2009
Post Office Protocol 3
FAQ
pop3 session
telnet pop3.example.com 110 USER foo PASS s3cr3t LIST QUIT
