01 / Fast steps
- Drop or select the .mbox file, whatever its size.
- The archive is scanned message by message without ever loading it whole.
- Download the index, the readable pages and the individual .eml files.
You asked Google for your data and got a multi-gigabyte .mbox nothing can open. Drop it here: the archive is read a piece at a time so the size does not matter, you get an index of every message, a readable page for each, and each one back as a standalone .eml. Nothing is uploaded, which for a copy of your entire mailbox is the only sane arrangement.
Your files never leave your device. This tool even works offline.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Good to know
MBOX is the oldest and simplest way to store a mailbox: every message is written one after another in a single plain-text file, each one starting with a line that begins "From " followed by a sender and a date. That simplicity is why Google Takeout, Thunderbird and most Unix mail systems use it, and also why the files get enormous: a mailbox of ten years is one file of many gigabytes.
Because the format has no index. To show you a list, a program has to read the whole file, and most mail clients import it by loading it into memory or rebuilding their own database from it, which is slow and fails on very large files. Thunderbird in particular struggles past a couple of gigabytes. This viewer reads the file in slices instead, so the size stops being the problem.
No, and here it matters more than anywhere else: an MBOX export is a copy of everything you have ever written and received. The file is read by JavaScript in your browser tab, slice by slice, and every output is written straight to your disk. It works with the network disconnected. No upload-based service should ever be trusted with a file like this.
Use the CSV index the tool produces: it lists every message with its sender, date, subject and attachment count, which a spreadsheet can sort and filter in seconds. Once you know which message you want, its number tells you which exported page and .eml belong to it.
Yes, that is one of the outputs: each message is exported as a standalone .eml, byte for byte as it appears in the archive, which any mail client can open and any archive can store. The escaped "From " lines that MBOX adds inside message bodies are unescaped on the way out, so the exported file is the original message rather than the archive copy of it.
Yes, completely free, with no sign-up and no file-size cap. It runs in your browser, so your mail never leaves your device.