Testing POP3 mail box with telnet
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
See telnet
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
See telnet