Convert Email to Markdown.
Drop an .eml message and read it as clean Markdown in seconds. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
An inbox file,
made readable.
An .eml wraps a message in raw mail headers and encoding. Open one and you wade through routing fields and quoted markup. Converting lifts out the subject, the people, the date and the words as plain, reusable Markdown.
Subject: Project kickoff
From: Alice Lee <alice@example.com>
To: bob@example.com
Date: Mon, 3 Jun 2026 09:12
Hi Bob, the kickoff is set for
Tuesday at 10. See you there.
# Project kickoff
From: Alice Lee <alice@example.com>
To: bob@example.com
Date: Mon, 3 Jun 2026 09:12
Hi Bob, the kickoff is set for
Tuesday at 10. See you there.
Everything you
actually need.
An .eml message in, clean Markdown out, with no server and no account anywhere.
It never leaves your browser
Your .eml is read and parsed on your device. Nothing is uploaded to any server, ever.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
Works offline
Once the page has loaded you can switch off your connection and it keeps converting.
# Project kickoff
From: Alice Lee
To: bob
Headers up top, body below
The subject becomes the heading, then From, To and Date, then the message body.
Unicode safe
Accents, symbols and non-Latin scripts come through intact as UTF-8.
Free, and unlimited
No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.
What survives
the trip.
Honest about what comes through, and what doesn't. These are the same notes the Formats list shows for email, so the page never drifts from what the converter really does.
Kept
3- Subject as the H1 heading
- From, To and Date lines
- Plain-text body (HTML body as a fallback)
Dropped
4- CC and BCC
- Other headers
- Attachments
- Inline images
From: Alice Lee
To: bob@example.com
Date: Mon, 3 Jun 2026 09:12
Cc: carol@example.com
Bcc: dan@example.com
Email questions,
answered.
Everything worth knowing before you drop in an .eml.
Other converters.
Working with more than email? These convert the same way: privately, in your browser.
SQL to Markdown
.sql
SQL queries & schemas.
Shell to Markdown
.sh · .bash
Shell & Bash scripts.
Mermaid to Markdown
.mmd · .mermaid
Text-based diagrams.
PlantUML to Markdown
.puml · .plantuml
Text-based UML diagrams.
DOT / Graphviz to Markdown
.dot · .gv
Graphviz graph descriptions.
200+ more languages to Markdown
Kotlin, Swift, Scala, Haskell & many more.
Word to Markdown
.docx
Microsoft Word documents.
OpenDocument Text to Markdown
.odt · .fodt
LibreOffice & OpenOffice text documents.