Test POP3 with Telnet Example
A simple example of how to use telnet to connect to port 110 (POP3) of a mail server to check what is wrong with a connection:
(You'll have to have a clue as to what's going on, you type in the lines that do NOT start with a '+'. I.e. user, pass, list, stat, retr)
Blatantly ripped off of this page: http://www.petri.co.il/smtp_pop3_and_telnet.htm
+OK Microsoft Exchange 2000 server version 6.0.6249.0 (srv1.dpetri.net) ready.
user danielp@dpetri.net
+OK
pass sbhtkp
+OK User successfully logged on.
list [LC: A list of emails in the inbox is listed]
+OK 1 642
1 642
.
stat
+OK 1 642
retr 1
+OK
Received: from srv1.dpetri.net ([192.168.0.100]) by srv1.dpetri.net with Microsoft SMTPSVC
(5.0.2195.5329);
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Test POP3 with Telnet Example