Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 254 Bytes

pop3.md

File metadata and controls

14 lines (9 loc) · 254 Bytes

POP3

  • Use nc -v <host> 110 to connect to <host> on pop3 port.

Login

  • User <account name>
  • PASS <password>

POP3 Commands

  • LIST lists messages in mailbox.
  • RETR <message number> retrieves message number.
  • QUIT ends session.