POP3 (Post Office Protocol version 3) is a protocol used to download email from a mail server.
Unlike IMAP, POP3 is designed primarily for a single device.
A typical POP3 session:
Mail Server
│
▼
Computer
│
Messages Downloaded
| Port | Purpose |
|---|---|
| 110 | POP3 with STARTTLS |
| 995 | POP3 over SSL/TLS (recommended) |
Port 995 is recommended.
Many email clients offer:
Leave messages on server
When enabled:
| POP3 | IMAP |
|---|---|
| Downloads mail | Synchronizes mail |
| Usually one device | Multiple devices |
| Local storage | Server storage |
| Limited synchronization | Full synchronization |
Modern POP3 connections should use TLS.
Recommended configuration:
Port 995 SSL/TLS Enabled
The Telenegar Mail Check service can verify:
POP3 is suitable when:
IMAP is usually the better choice when accessing email from multiple devices.