Test filesEmail › 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
Filenamemailbox.mbox
FormatMBOX
Size1.1 KB (1,090 bytes)
MIME typeapplication/mbox
SHA-25685ff4064c9efec3a74d56ef8d3abc2d064f32dd9402bde713e1ff70a216f54da
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

More email test files

forwarded-nested.emlhtml-multipart.emlinline-image-cid.emllong-folded-headers.emlmissing-required-headers.emloutlook-message.msgplain-text.emlquoted-printable.eml

← All Email files