All guides

MBOX vs PST vs EML.

The three most common email archive formats explained in plain language. What they hold, where they come from, and when to use each.

Published April 22, 2026 · Updated April 22, 2026 · Reference

The short version

If you're picking a format for long-term archival and cross-platform compatibility, pick MBOX. If you're stuck with an Outlook export, you have PST. If you're saving individual emails for later reference, EML.

MBOX — the Unix-origin plain-text container

Structure

Many email messages concatenated into a single plain-text file. Each message starts with a line beginning From (note the trailing space, no colon), followed by RFC 5322 headers, an empty line, and the message body.

Origin and history

Introduced in 1975 by the Unix mail utility. Originally just a user's on-disk inbox at /var/mail/username. Adopted by essentially every Unix-based mail system that followed.

Who uses it

Strengths

Weaknesses

For a deeper dive see the MBOX file primer.

PST — Microsoft Outlook's binary database

Structure

A proprietary binary file format that stores email, calendar events, contacts, tasks, and notes in a single structured database. Designed for Outlook's combined personal-information-manager model.

Origin and history

Introduced by Microsoft in 1997 with Outlook 97. Has gone through multiple format generations (ANSI PST for older versions, Unicode PST since Outlook 2003). Microsoft publishes the format specification (MS-PST) but third-party tooling is still more limited than for plain-text formats.

Who uses it

Strengths

Weaknesses

EML — the single-message plain-text format

Structure

Plain text, one email per file. The file is essentially a single RFC 5322-formatted message — the same format the email was transmitted in. MIME-encoded attachments appear inline within the body.

Origin and history

Evolved informally from early email standards and became commonly used when Microsoft Outlook Express (and later Windows Mail) adopted it as the save-single-message format. The .eml extension is recognized by most mail clients as "a single saved email".

Who uses it

Strengths

Weaknesses

Side-by-side comparison

Feature MBOX PST EML
Messages per fileManyMany + other PIM dataOne
Human-readableYes (plain text)No (binary)Yes (plain text)
OriginUnix (1975)Microsoft Outlook (1997)RFC 5322 / Outlook Express
Standards-basedYes (RFC 4155)Proprietary (MS-PST)Yes (RFC 5322)
Cross-platform supportUniversalMicrosoft-focusedUniversal
Includes calendar/contactsNoYesNo
Typical file sizeSmall to very largeSmall to 50+ GBKilobytes to MB each
Use on MacNative — multiple toolsRequires converter or Outlook for MacApple Mail opens directly

Adjacent formats worth knowing

OST (Outlook Offline Storage)

Sibling to PST. Same binary database structure, but OST is Outlook's local cache of an Exchange/IMAP account — not a permanent archive. Typically tied to a specific Outlook profile and can be re-downloaded from the server if lost.

MSG (Outlook single message)

Microsoft's single-message format, equivalent to EML for Outlook. Binary. Stores one email with Outlook-specific metadata.

MBX (Eudora)

Eudora's proprietary mailbox format. Similar concept to MBOX but different structure. Eudora is discontinued; MBX archives still exist for users migrating off.

Maildir

A format used by modern Unix mail servers (Dovecot, qmail) that stores one email per file in a directory structure. Fixes MBOX's concurrent-write problem. Rarely seen in consumer archives but common in server-side storage.

How to convert between them

Any format → PDF

For PDF output on Mac, the cleanest paths:

Between MBOX, PST, and EML

Most dedicated email converters (Aid4Mail, SysTools, BitRecover) round-trip between these three plus others. If you already have the source as MBOX, keep it as MBOX for Mac workflows. If you have PST and need something Mac-friendly, convert to MBOX.

Picking a format for new archives

Frequently asked questions

What is the difference between MBOX, PST, and EML?

MBOX: plain text, many emails per file, Unix origin. PST: binary, email + calendar + contacts, Outlook. EML: plain text, one email per file. All widely supported, different typical uses.

Which format is most portable?

MBOX and EML. Both plain-text, standards-based, supported everywhere. PST is Outlook-specific.

Can I convert between MBOX, PST, and EML?

Yes. Most dedicated email converters round-trip between them. For Mac workflows ending in PDF, use MBOX to PDF for MBOX directly.

Why does Outlook use PST instead of MBOX?

PST predates widespread cross-platform portability and was designed around Outlook's combined email + calendar + contacts + tasks model. MBOX only holds email.

Which format is best for legal discovery?

PDF for production. Source MBOX/PST/EML for authentication.

What is MBX?

Eudora's proprietary mailbox format. Similar to MBOX but different structure. Eudora is discontinued.

Related reading

References

Got an MBOX?

Turn it into a PDF.

Free to download. One-time premium upgrade. 100% offline.

Download on theMac App Store