MBOX to EML
Split an mbox export into one .eml file per message, ready to open individually.
10 / 10 free files today
Related tools
All Email tools →MBOX to EML works straight from this page — free, instant, nothing to install. It sits under Email in our catalogue, alongside MBOX viewer and EML to HTML.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does MBOX to EML do?
Split an mbox export into one .eml file per message, ready to open individually.
When would I actually use this?
Reading a message exported from a mailbox you no longer have open, pulling the attachments out of one, and turning an mbox export — one long file holding a whole folder — back into messages you can open one at a time.
What is the most common mistake?
Reading a raw header as if it were text. Any header may be encoded, so a subject with accents arrives as base64 and shows as gibberish taken literally. The matching trap is in the body: a line that happens to begin "From " is not a message boundary, and treating it as one cuts the message in half without changing the message count.
How is MBOX to EML different from MBOX viewer?
They sit next to each other but answer different questions: MBOX viewer is the one to open when you need it to list every message in an mbox export — sender, date and subject — without a mail client. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
EML to HTML is the closest one after this: Save the HTML part of an email as a standalone page you can open in a browser.
What else is worth having open alongside it?
EML to text and EML viewer — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
Messages are parsed against the mail and MIME specifications, in the browser, so nothing is sent anywhere — which matters more for mail than for most files. The mbox separator is matched on its full shape, sender and date together, rather than on the two words it starts with.