Incoming.email is in development.

For now, visit our sister site Outgoing.email for practical information and tips on optimising outgoing mail flows, deliverability, sender reputation, authentication, and email infrastructure.

Open Outgoing.email

Mailbox retrieval

POP3 is a simpler way to download mailbox messages.

POP3 is older and narrower than IMAP. It is built around listing messages, downloading them, and optionally deleting them from the server once retrieved.

What POP3 does well

POP3 is straightforward and easy to support. It can work well for simple download workflows where one client collects messages from one mailbox.

What POP3 does not model

POP3 does not provide the same rich server-side folder, flag, and synchronisation model as IMAP. Multi-device mailbox state is therefore harder to keep consistent.

When you will still see it

POP3 is still present in legacy systems, appliances, simple mailbox collectors, and environments where downloading messages into another system is the main goal.

Examples

Single-client collection

A small office account might use POP3 to download messages into one desktop mail program. Once collected, the messages live mainly in that local client.

Polling mailbox importer

Some helpdesk or ticketing systems poll a mailbox over POP3, download new messages, and turn each message into a ticket or internal record.

Common issues

  • Messages disappearing from the server after one client downloads and deletes them.
  • Poor multi-device behaviour compared with IMAP.
  • No rich shared folder model for server-side organisation.
  • Local-only archives becoming hard to back up, migrate, or search centrally.

Related pages

IMAP

A practical introduction to IMAP, mailbox folders, message state, sync, search, flags, and how mail clients read messages after delivery.

Read more

SMTP

How inbound SMTP works: connection, greeting, envelope sender, recipients, DATA, acceptance, rejection, deferrals, and receiving server policy.

Read more

MX

A plain-English guide to MX records, mail exchanger priority, DNS lookups, fallback hosts, and how senders find receiving mail servers.

Read more