MboxDesk archive guide
How to open an MBOX file on Mac without importing it
An MBOX file is a sequence of email messages stored in one archive. Importing it into a mail client can work, but it also mixes an archive-review job with a live mailbox and may hide which bytes came from which source location.
1. Preserve the original archive
Work from a stable copy when possible and never edit the MBOX in a text editor. Record its filename, size and SHA-256 so you can tell whether the source changes during review.
2. Open it in a read-only viewer
Choose a viewer that parses the archive without adding messages to an account. A streaming reader is preferable for large MBOX files because it does not need to load the entire archive into memory.
3. Search beyond the subject line
Use message text, From, To and Cc participants, date range, attachment presence and original headers to narrow the archive. Keep source offsets available so a result can be traced back to the selected file.
4. Treat malformed messages separately
One damaged segment should produce a precise failure record and allow later messages to continue. A viewer that aborts the whole archive makes it difficult to know how much valid mail remains.
5. Export only after review
Select the messages you actually need and write new EML or PDF files beside a manifest. Keep the original MBOX unchanged as the reference source.