Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightEmail & Calendar Toolschevron_rightEmail Archive ViewerEmail Archive Viewer

Email Archive Viewer

Browse an MBOX archive in your browser: search the message list, read any message and save it, without importing anything.

upload_file

Click to browse or drag & drop files here

An MBOX archive — Gmail Takeout, Thunderbird, a mailing-list dump

Accepted: .mbox,.mbx,.txt

Similar Tools

MBOX to EML Extractor

MBOX to EML Extractor

Split an MBOX archive into individual EML files, named the way you want, and download them as a ZIP.

Email File Viewer

Email File Viewer

Open EML and Outlook MSG files in your browser — headers, rendered body, MIME structure and attachments, with no mail client installed.

PST / OST Inspector

PST / OST Inspector

Open an Outlook PST or OST archive and see its folder tree, message index and file header — in your browser.

VCF Contact Viewer

VCF Contact Viewer

Open a vCard file and read every field in it, photos included, without importing it into an address book.

CSS Clip-Path Generator

CSS Clip-Path Generator

Generate CSS clip-path shapes with live preview.

Markdown to HTML

Markdown to HTML

Convert Markdown to HTML instantly with live preview.

vCard QR Generator

vCard QR Generator

Create a contact card QR code that phones can scan to add contacts directly.

apps

More Tools

Browse our full collection of free online tools.

What an MBOX is

An MBOX file is the oldest and plainest way to store many messages: they are simply concatenated, each introduced by a line that begins From — with a space, not a colon. That single convention is the entire format. Gmail Takeout, Thunderbird, mutt and almost every mailing-list archive produce one.

The listing is built from headers alone. Each message's header block is read up to its first blank line and no further, which keeps the work proportional to header bytes rather than to the archive: a 5.3 MB, 673-message developer-list archive lists in well under a tenth of a second. A message is parsed in full only when you select it.

The dialect question, honestly

A message body may itself contain a line starting From , and the format has no way to distinguish that from the start of the next message. Writers escape it as >From — and here the dialects part company. mboxo escapes only From , so a body line that genuinely began >From is corrupted on the way out. mboxrd escapes >*From as well, which makes the escaping reversible.

The two are usually indistinguishable from the file. An archive containing >>From anywhere is definitely mboxrd; one containing >From and nothing doubled is consistent with both. That case is reported as ambiguous rather than guessed at, and you can override the choice. The setting only changes body text — a leading > that is either stripped or kept — so if a quoted line looks wrong, try the other mode.

What you can take away

Any message can be saved as a standalone .eml, byte-identical to its slice of the archive after unescaping. The listing itself exports as CSV or JSON, filtered exactly as you see it, which is a practical way to inventory a large archive before deciding what to keep.

The archive never leaves your browser. HTML bodies render inside a sandboxed frame with remote images blocked by default, so opening an old newsletter does not tell anyone you did.