Skip to content

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.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

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.

01Why

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.

EMLmessage.eml

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.

MDmessage.md

# 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.

02Features

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.

local
EMLmessage.eml

# 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.

03Fidelity

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
EMLmessage.eml
Project kickoff
kept

From: Alice Lee

To: bob@example.com

Date: Mon, 3 Jun 2026 09:12

kept
kept

Cc: carol@example.com

Bcc: dan@example.com

dropped
dropped
04FAQ

Email questions,
answered.

Everything worth knowing before you drop in an .eml.

05More

Other converters.

Working with more than email? These convert the same way: privately, in your browser.

SQL to Markdown

.sql

SQL queries & schemas.

Convert

Shell to Markdown

.sh · .bash

Shell & Bash scripts.

Convert

Mermaid to Markdown

.mmd · .mermaid

Text-based diagrams.

Convert

PlantUML to Markdown

.puml · .plantuml

Text-based UML diagrams.

Convert

DOT / Graphviz to Markdown

.dot · .gv

Graphviz graph descriptions.

Convert

200+ more languages to Markdown

Kotlin, Swift, Scala, Haskell & many more.

Convert

Word to Markdown

.docx

Microsoft Word documents.

Convert

OpenDocument Text to Markdown

.odt · .fodt

LibreOffice & OpenOffice text documents.

Convert