|
You can manually interact with a POP server to perhaps manually delete
an email that your mail too is having trouble downloading, or simply
to check things out. Here's a sample manual session:
$ telnet pop.togaware.com 110
Trying 203.95.38.50...
Connected to pop.togaware.com.
Escape character is '^]'.
+OK Hello there.
USER kayon
+OK Password required.
PASS Secret
+OK logged in.
LIST
+OK POP3 clients that break here, they violate STD53.
1 2269
2 1498
3 2816
4 2113
.
RETR 1
+OK 2269 octets follow.
Return-Path: <[email protected]>
Delivered-To: [email protected]
...
.
DELE 1
+OK Deleted.
QUIT
+OK Bye-bye.
Connection closed by foreign host.
|
Copyright © 1995-2006 [email protected]
|
|