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
2 weeks 4 days ago
8 weeks 1 day ago
8 weeks 1 day ago
9 weeks 4 hours ago
10 weeks 1 day ago
12 weeks 1 day ago
13 weeks 13 hours ago
13 weeks 5 days ago
17 weeks 6 days ago
18 weeks 4 days ago