MBOX Viewer – Open & Read Mailbox Files Online

Instantly browse, search, and inspect Unix MBOX mailbox archives directly in your web browser. Perfect for Google Takeout (Gmail), Mozilla Thunderbird, Apple Mail, and Unix mail archives with zero setup.

100% In-Browser Privacy Google Takeout & Thunderbird Instant Search & Filter
MBOX Mailbox Archive
Archive: takeout_mailbox_export.mboxTotal Messages: 5
Thunderbird / Takeout / Apple Mail
Google Takeout2026-09-12
Your Google data archive is ready for download
We finished creating a copy of the Google data you requested on September 12, 2026. Your archive contains...
Stripe Billing2026-09-11
Payment receipt for Invoice #INV-2026-8891
Thank you for your payment to CloudScale Technologies. Amount Paid: $499.00 USD. Invoice: INV-2026-8891...
Linus Torvalds2026-09-10
[ANNOUNCE] Linux 6.18-rc1 Kernel Release Candidate
So the merge window for 6.18 is now closed, and -rc1 is tagged. Things look fairly normal overall...
Apple Developer2026-09-08
App Store Submission: Build 2.4.0 Has Completed Processing
Your build 2.4.0 (184) for HiFi Cloud Manager has finished processing and is now available for TestFlight...
Hacker News Digest2026-09-07
Top Engineering Stories: Rust in Production & WebAssembly 3.0
Here are the highest-rated technical discussions this week: How We Scaled WebAssembly Micro-VMs...

Your Google data archive is ready for download

From: Google Takeout <takeout-support@google.com>
2026-09-12 18:22:10 UTC
To: alex.wright@gmail.com

The Universal Standard of Mailbox Archiving: What is an MBOX File?

An MBOX file is the classic, universal standard for storing email message collections. Originally developed for early Unix mail systems in the 1970s and later formally documented in RFC 4155, the MBOX format has survived for half a century due to its structural simplicity and resilience.

Unlike modern binary databases (such as Microsoft Outlook's PST format), an MBOX file is essentially a continuous plain-text stream containing hundreds or thousands of RFC 822 / RFC 5322 MIME email messages concatenated sequentially. Each individual email begins with a specific delimiter line:

From sender@example.com Mon Sep 14 09:30:00 2026

Following this delimiter line, the complete message headers (Subject, Date, To, Cc, Message-ID) and body contents (plain text, HTML, and base64-encoded attachment binaries) follow, terminated by a blank newline before the next message begins.

Why an Online MBOX Viewer is Critical for Google Takeout Users

Millions of individuals and organizations use Google Takeout to back up their Gmail accounts before switching jobs, graduating from university, or migrating to independent domains. However, when Google Takeout delivers the backup archive, users receive a massive .mbox file (often named All mail Including Spam and Trash.mbox).

When users attempt to open this file on modern operating systems, they encounter significant roadblocks:

  • No Native OS Support: Windows and modern macOS lack built-in tools to open or search multi-gigabyte MBOX files without installing third-party email clients like Mozilla Thunderbird.
  • Desktop Software Overload: Installing desktop Thunderbird solely to read an archival backup requires creating dummy email accounts, waiting hours for database indexing, and consuming gigabytes of system RAM.
  • Privacy Risks of Cloud Converters: Uploading personal Gmail backups to commercial conversion websites exposes sensitive communications, financial statements, and password reset tokens to third-party servers.

The HiFi Toolkit Online MBOX Viewer eliminates this friction. Operating 100% in local browser memory, our tool streams the MBOX archive, splits messages on RFC delimiters, catalogs the message headers, and provides an interactive reading pane with instant search.

Understanding the Four Historical MBOX Variants

VariantSeparator DelimiterBody Escaping MechanismReversibility
mboxoFrom Prepends > to any body line starting with From Lossy (Original >From lines cannot be distinguished)
mboxrdFrom Prepends > to any body line starting with >*From Fully Reversible (Standard for Google Takeout & Thunderbird)
mboxclFrom Uses Content-Length: header to determine message boundariesSemi-reversible (Vulnerable if byte length corrupted)
mboxcl2From Uses Content-Length: header with no body escapingRequires strict byte-exact transport

Step-by-Step: How to Open and Search an MBOX Archive

  1. Extract Your Takeout Archive: If your MBOX file is inside a .zip or .tgz file from Google Takeout, extract it first to locate the .mbox file.
  2. Load in MBOX Viewer: Click Open MBOX Archive above or drag and drop your file into the tool.
  3. Search Across Messages: Use the real-time search box to locate specific keywords, sender names, or topics across the entire mailbox archive.
  4. Read Formatted Emails: Click on any message in the left list to view formatted HTML content, sender information, and timestamps.
  5. Export or Print: Print individual emails cleanly or export all message records to JSON format for database analysis.

Security Architecture: Zero-Trust Local Parsing

Mailbox archives contain a person's entire digital life—including banking notifications, private family correspondence, password resets, and medical documents. Under no circumstances should an MBOX archive ever be uploaded to an unverified cloud conversion server.

HiFi Toolkit's MBOX Viewer operates under a strict Zero-Trust Client-Side Architecture:

  • In-Memory Processing: Your MBOX file is processed entirely within your computer's RAM using standard browser JavaScript APIs.
  • Zero Remote Transmission: Not a single byte of your emails is transmitted over the Internet.
  • Instant Cache Clearing: When you close or refresh your browser tab, all allocated memory buffers are immediately erased.

Frequently Asked Questions

An MBOX file (short for 'Mailbox') is a widely supported open format for storing collections of electronic mail messages. All messages in an MBOX file are concatenated and stored sequentially as plain text within a single file, with each message beginning with the special delimiter line 'From ' followed by the sender's address and a timestamp. MBOX is the default export format for Google Takeout (Gmail backups), Mozilla Thunderbird, Apple Mail, Eudora, and Unix/Linux mail servers (Postfix, Sendmail).

Our free online MBOX Viewer allows you to open and browse your Google Takeout Gmail archives directly in your web browser. You do not need to install Mozilla Thunderbird, configure mail clients, or download third-party software.

Yes, 100% private and secure. All email stream parsing and message rendering occur locally inside your browser's memory sandbox. No emails, personal messages, or archives are ever uploaded to, transmitted across, or stored on external cloud servers.

Yes, our MBOX Viewer includes an instantaneous search filter that allows you to search across message subjects, sender email addresses, recipient names, and message body previews.

MBOX is an open, plain-text format (standardized under RFC 4155) where multiple messages are stored in plain text with MIME boundaries. A PST file is a complex, proprietary 64-bit binary database developed by Microsoft for Outlook. PST files store proprietary MAPI tags and folder trees in binary tables, while MBOX files can theoretically be read in any basic text editor.

Historically, Unix mail systems developed several variants to handle the 'From ' delimiter escaping: 'mboxo' escapes internal lines starting with 'From ' by prepending a '>' character; 'mboxrd' handles multiple leading '>' characters reversibly; and 'mboxcl'/'mboxcl2' use 'Content-Length' headers to determine message boundaries.

Yes, you can export all parsed emails into structured JSON format for easy migration into data pipelines, or print individual emails directly from your browser.