← Back to list

POP, IMAP, and SMTP: How Email Worked, How It Still Works, and What’s Replacing It

Email is one of the oldest and most resilient technologies on the internet. Despite being invented decades ago, it’s still at the core of…

Ooi Han Yi · 2026-02-20 00:30 · 0 claps · 3.2 min read
#email #smtp #imap #pop
Open on Medium ↗

POP, IMAP, and SMTP: How Email Worked, How It Still Works, and What’s Replacing It

Email is one of the oldest and most resilient technologies on the internet. Despite being invented decades ago, it’s still at the core of modern communication — powering everything from personal messages to system alerts and authentication flows.

Most discussions about email start with POP, IMAP, and SMTP. These protocols are often labeled as legacy, but the reality is more nuanced: some are aging, some are evolving, and some are quietly being replaced by more modern approaches.

This article breaks down:

  • What POP, IMAP, and SMTP are
  • How they differ and why they were designed that way
  • Why they’re considered “legacy”
  • The modern alternatives used today
  • When you should (and shouldn’t) still use them

The Classic Email Architecture

At a high level, email has always been split into two responsibilities:

  1. Sending mail → SMTP
  2. Retrieving mail → POP or IMAP

This separation is important and explains why SMTP is still everywhere today.

SMTP (Simple Mail Transfer Protocol)

What it does

SMTP is responsible for sending and relaying email between servers.

  • Client → mail server
  • Mail server → mail server
  • Mail server → destination mail server

SMTP does not retrieve email. It only pushes messages forward.

Why SMTP still matters

SMTP is not obsolete. In fact, it’s still the backbone of email delivery.

Modern SMTP includes:

  • SMTP over TLS
  • Authentication (SMTP AUTH)
  • Spam filtering, DKIM, SPF, DMARC

Even cloud providers like Gmail, Outlook, and Amazon SES still rely on SMTP internally.

When SMTP is used today

  • Transactional emails (password resets, notifications)
  • Newsletters and marketing emails
  • System-to-system communication

SMTP is legacy in age, not in relevance

POP (Post Office Protocol)

What it does

POP (usually POP3) retrieves email from the server and downloads it to a single device.

Traditional POP behavior:

  • Download emails
  • Optionally delete them from the server
  • No synchronization across devices

Why POP existed

POP was designed in an era where:

  • Internet access was slow and expensive
  • Users had one computer
  • Offline access was critical

Limitations

  • No folder synchronization
  • No read/unread state sync
  • Poor multi-device support

Is POP obsolete?

Mostly, yes.

POP still exists but is rarely recommended today because:

  • People use multiple devices
  • Cloud-based mail storage is expected
  • Collaboration features are impossible

POP is largely legacy and discouraged

IMAP (Internet Message Access Protocol)

What it does

IMAP keeps email on the server and synchronizes state across devices.

Features:

  • Multiple folders
  • Read/unread status sync
  • Server-side search
  • Partial message downloads

Why IMAP replaced POP

IMAP was designed for:

  • Multiple devices
  • Always-on connections
  • Centralized mail storage

This made IMAP ideal for:

  • Smartphones
  • Laptops
  • Webmail coexistence

Limitations of IMAP

Despite being more advanced than POP, IMAP still has issues:

  • Chatty protocol (many round trips)
  • Hard to scale efficiently
  • Complex client implementations
  • Weak support for modern features like labels and threads

⚠️ IMAP is mature, but showing its age

Why These Protocols Are Considered “Legacy”

The term legacy doesn’t mean “useless.” It means:

  • Designed before mobile-first usage
  • Built before cloud scalability
  • Created without modern security assumptions
  • Not optimized for real-time collaboration

Modern email usage now expects:

  • Instant synchronization
  • Rich metadata (labels, threads, reactions)
  • Strong API access
  • Better performance on mobile networks

This is where modern alternatives come in.

Modern Email Access: What’s Replacing POP & IMAP

1. Webmail (HTTP + APIs)

Most users today access email through:

  • Gmail
  • Outlook Web
  • Yahoo Mail

Under the hood, these use:

  • HTTPS
  • JSON-based APIs
  • WebSockets for real-time updates

✅ Faster ✅ More secure ✅ Easier to evolve

2. Exchange ActiveSync (EAS)

Used heavily in enterprise environments.

Features:

  • Push email
  • Calendar and contacts sync
  • Device management

Still common, but increasingly replaced by APIs.

3. JMAP (JSON Meta Application Protocol)

JMAP is the modern successor to IMAP.

Key improvements:

  • JSON over HTTPS
  • Fewer round trips
  • Better mobile performance
  • Easier client development

Despite its advantages, adoption is still limited compared to IMAP.

4. Provider-Specific APIs

Examples:

  • Gmail API
  • Microsoft Graph API

These APIs provide:

  • Email
  • Calendar
  • Contacts
  • Security controls

✅ First-class support ✅ High performance ✅ Rich features

❌ Vendor lock-in

What Should You Use Today?

For end users

  • Webmail or official mobile apps

For applications sending email

  • SMTP via email service providers
  • Or provider APIs for advanced use cases

For applications reading user mail

  • Prefer provider APIs
  • Avoid POP
  • Use IMAP only if APIs aren’t available

Final Thoughts

Email protocols like POP, IMAP, and SMTP are a testament to solid engineering — they’ve survived for decades.

  • SMTP remains essential
  • IMAP is stable but aging
  • POP is mostly obsolete
  • APIs and HTTP-based protocols are the future

Understanding these protocols isn’t just about email — it’s about understanding how the internet evolved and how modern systems build on legacy foundations rather than replacing them overnight.


메타데이터
post_id
b7bb55bc4b51
slug
pop-imap-and-smtp-how-email-worked-how-it-still-works-and-whats-replacing-it-b7bb55bc4b51
url
https://medium.com/@hanyi00i/pop-imap-and-smtp-how-email-worked-how-it-still-works-and-whats-replacing-it-b7bb55bc4b51
canonical_url
https://medium.com/@hanyi00i/pop-imap-and-smtp-how-email-worked-how-it-still-works-and-whats-replacing-it-b7bb55bc4b51
author_url
https://medium.com/@hanyi00i
status
ok
fetched_at
2026-06-17 12:58:54