This document summarizes three major mail services - SMTP, POP3, and IMAP - and provides details on how each protocol works. SMTP is used for outbound email and uses port 25. POP3 and IMAP are for inbound email, with POP3 using port 110 and IMAP using port 143. The main difference between POP3 and IMAP is that POP3 assumes only one client can access the mailbox at a time, while IMAP allows simultaneous access from multiple clients.