Telnet - POP3 Commands (receiving mail using telnet)

Telnet from your computer to the mail server:
    telnet mail.domain.ext 110
alternatively you can use openssl to talk to a pop3s server:
    openssl s_client -connect mail.domain.ext:995
You should receive a reply like:
    +OK POP3 localhost.localdomain v2000.70rh server ready
For the initial connection, and each command that you enter, the mail server will respond with either:
    -ERR <ERROR_TEXT>
    +OK <MESSAGE_TEXT>

Commands that you can use are:

contact us

Note: This information will only be used to reply to your feedback. We respect your privacy and will never abuse your email address or other personal information.

bottom corner