Skip to main content
  1. Posts/

Telnet POP3 Commands

··36 words·1 min·

If you ever need to communicate with a POP3 server via telnet to test it, here’s some commands you can use:

USER userid
PASS password
STAT
LIST
RETR msg#
TOP msg# #lines
DELE msg#
RSET
QUIT