Table of Contents

POP3 (Post Office Protocol Version 3)

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.


How POP3 Works

A typical POP3 session:

Mail Server
      │
      ▼
Computer
      │
Messages Downloaded

Common POP3 Ports

Port Purpose
110 POP3 with STARTTLS
995 POP3 over SSL/TLS (recommended)

Port 995 is recommended.


Advantages of POP3


Disadvantages of POP3


Keep a Copy on the Server

Many email clients offer:

Leave messages on server

When enabled:


POP3 vs IMAP

POP3 IMAP
Downloads mail Synchronizes mail
Usually one device Multiple devices
Local storage Server storage
Limited synchronization Full synchronization

POP3 Security

Modern POP3 connections should use TLS.

Recommended configuration:

Port 995
SSL/TLS Enabled

POP3 and Telenegar

The Telenegar Mail Check service can verify:


Common Misconceptions


When Should You Use POP3?

POP3 is suitable when:

IMAP is usually the better choice when accessing email from multiple devices.



email pop3 mail tls