You sometimes find the need to run a protocol dialogue on the command line via telnet. I recently had to do this for POP3. In fact it's quite simple if you follow the example below where lines starting with a plus are responses from the server:
telnet my.pop.server 110 Trying 123.456.789.123... Connected to my.pop.server. Escape character is '^]'. +OK Hello there. user user@my.pop.server +OK Password required. pass secret +OK logged in. list +OK POP3 clients that break here, they violate STD53. 1 2213 2 2823 . retr 1 +OK 2213 octets follow. [email content] .
Recent comments
1 week 2 days ago
2 weeks 15 hours ago
2 weeks 3 days ago
5 weeks 2 days ago
7 weeks 4 days ago
14 weeks 6 days ago
16 weeks 2 days ago
19 weeks 1 day ago
21 weeks 4 days ago
22 weeks 2 days ago