Email & Communication Protocols (SMTP, IMAP, POP3, MIME) Flashcards
(4 cards)
SMTP (Simple Mail Transfer Protocol)
What it does:
๐ค Sends emails from a client to a mail server, or between servers.
Port:
Usually uses port 25 or 587 (for secure sending)
Example:
When you click โSendโ in Gmail, SMTP delivers the message to the recipientโs mail server.
POP3 (Post Office Protocol v3)
What it does:
๐ฅ Downloads emails from the server to the device, then deletes them from the server.
Port:
Port 110, or 995 for encrypted
Best for:
Single-device email access (like old-school Outlook)
IMAP (Internet Message Access Protocol)
What it does:
๐ Accesses email on the server, keeping it synced across multiple devices.
Port:
Port 143, or 993 for secure
Best for:
Modern email apps where users check mail from phone, tablet, and PC
MIME (Multipurpose Internet Mail Extensions)
What it does:
๐ Allows emails to carry attachments like images, PDFs, and videos.
Why itโs important:
SMTP on its own can only send plain text. MIME turns your email into a rich message with formats and files.