Smart. Focused. Email.
Fast, cross-platform email designed to filter out the noise - so you can focus on what's important.
💡 POP3 or Post Office Protocol version 3 is the original method for downloading email from a server to a single device. Once downloaded, the message traditionally gets removed from the server, living from then on only on the device that pulled it down. POP3 is the older of the two major protocols for retrieving email, the other being IMAP. It only handles the retrieval side, sending mail out runs on a completely separate protocol, SMTP. POP3 has largely been replaced for everyday use, but it hasn't disappeared entirely.
Defined in 1996 under RFC 1939, POP3 was built around a simple model: a client connects to a server, authenticates, downloads whatever's in the mailbox, and by default deletes it from the server once the download completes. The mail then exists on that one device and nowhere else.
That download-and-remove model made sense in an era of one computer per person and limited server storage. It doesn't map well to how people actually use email today, checking a phone, a laptop, and a tablet, all expecting to see the same messages.
IMAP solved the multi-device problem by keeping mail on the server and syncing it across every device that connects, which is why nearly every major provider defaults to it now. POP3 didn't go anywhere technically; it still works exactly as specified, but it stopped being the sensible default the moment people started checking email from more than one place.
Most POP3 implementations today include a "leave a copy on the server" option, which softens the original all-or-nothing deletion behavior. But even with that setting on, it's still fundamentally a download protocol, not a sync protocol, and it shows: changes made on one device (read status, deletions, folder moves) generally don't reflect anywhere else.
A handful of legitimate cases remain. Some automated systems and scripts that process incoming mail on a single server still use POP3 because it's simple and doesn't require maintaining sync state. Very limited server storage plans sometimes favor it, since downloaded mail no longer counts against a mailbox quota. And some older or minimal email clients and devices only support POP3, not IMAP.
For nearly everyone else, especially anyone checking mail from more than one device, IMAP is the better default, and most email service providers make it the automatic choice unless you go looking for POP3 specifically.
Is POP3 less secure than IMAP?
Not inherently. Security depends on whether the connection is encrypted (POP3S versus plain POP3), not on the protocol's basic design.
Can I use POP3 and IMAP on the same account at the same time?
Some providers allow both to be enabled, but mixing them on the same mailbox from different devices tends to cause confusing inconsistencies, since one protocol downloads and removes while the other syncs and retains.
Why does my old email client only offer POP3?
Some older or very basic clients were built before IMAP became standard, or simply never added support for it. That's usually a sign it's time to consider a client update.