Testing POP3 mail box with telnet

Written by Yujin Boby

Edit in WordPress

To test if pop3 mailbox work using telnet, use

telnet MAIL_SERVER_IP 110
user YOUR_EMAIL_ADDRESS
pass YOUR_EMAIL_PASSWORD

Once logged in, you can use commands like

STAT
LIST
RETR
DELE
RSET
TOP
QUIT

telnet pop3

See telnet