For checking email of suroboy@suroboy.com , for example, just telnet the pop server (mail.suroboy.com) port 110:
# telnet mail.suroboy.com 110
Trying 72.233.78.218…
Connected to suroboy.com.
Escape character is ‘^]’.
+OK Hello there.
Then type the user email :
user suroboy@suroboy.com
+OK Password required.
Server says “OK, now give me the password”, so give the password :
pass xxxxxxxxxx
+OK logged in.
For view all email , type :
list
+OK POP3 clients that break here, they violate STD53.
1 1496
2 1480
.
If you want to see email number 2, so type :
retr 2
+OK 300 octets
From: “suroboy@gmail.com”
To: “suroboy@suroboy.com”
Subject: Test
Date: Wed, 27 Aug 2008 16:16:32 +0700
Just test
Finished ?? You can quit by type :
quit
+OK Bye-bye.
Connection closed by foreign host.
POP3 Guide:
Port number: 110
Commands :
user name – enter login name
pass string – enter password
stat – show statistics of email account
list [n] – list statistics of all messages
or message number n
top n nlines – show header of message number n
and n lines of the body
retr n – show header and body of message number n
dele n – delete message number n
rset – unmark deleted messages
quit – close and quit transmission
Accessing your POP mail through TELNET is posted by Suroboy under Mail. If you love it, you might consider to subscribe to our feed, follows me on Twitter, or receive our latest post via email.
While you're here, why don't you see the other posts which are related to Accessing your POP mail through TELNET like No related posts, -.
If you found this page useful, consider linking to it.
Simply copy and paste the code below into your web site (Ctrl+C to copy)
It will look like this: Accessing your POP mail through TELNET
Do you want to RE-PUBLISH this article in your website?
Simply copy and paste the code below into your web site form (Ctrl+C to copy)
