Test files › Email › mailbox.mbox
Sample MBOX file (mailbox)
An mbox archive of three messages, the format Gmail Takeout, Thunderbird and Apple Mail all export. Includes a body line beginning with "From " that has been escaped to ">From ".
↓ Download mailbox.mbox| Filename | mailbox.mbox |
| Format | MBOX |
| Size | 1.1 KB (1,090 bytes) |
| MIME type | application/mbox |
| SHA-256 | 85ff4064c9efec3a74d56ef8d3abc2d064f32dd9402bde713e1ff70a216f54da |
What this file catchesmbox splitting. A parser that splits on every line starting with "From " will corrupt the third message; one that never unescapes ">From " will silently alter the body text.
Download & verify
curl -fsSL -o "mailbox.mbox" "https://files.hexaqa.com/email/mailbox.mbox"
curl -fsSL "https://files.hexaqa.com/email/mailbox.mbox" | sha256sum
# expect: 85ff4064c9efec3a74d56ef8d3abc2d064f32dd9402bde713e1ff70a216f54da