network Network MOC


The Post Office Protocol 3 (POP3) stores emails in server until computer syncs with server to save storage on server. This typically uses port 110 and 995.

Downsides include:

  • Losing emails on faulty computer
  • Difficult for email on multiple devices

Commands

CommandDescription
USER <USERNAME>Login user
PASS <PASSWORD>Login password
STATNumber of saved emails
LISTList all emails
RETR <ID>Get email
DELE <ID>Delete email
CAPADisplay capabilities
QUITClose connection