EML to HTML client-side
?
How to use EML to HTML

Open an .eml email file (Outlook, Thunderbird…) in your browser: the tool parses the MIME headers (from, to, subject, date), shows the HTML body after a security clean-up (script removal via DOMPurify), restores inline images (cid:) and lists downloadable attachments. Ideal to read or inspect an email without a mail client. Everything is processed locally.

Open an .eml file: headers, sanitized HTML body, attachments.

EMLE-mailHTMLMIMEPièces jointes

How to use EML to HTML

Open an .eml email file (Outlook, Thunderbird…) in your browser: the tool parses the MIME headers (from, to, subject, date), shows the HTML body after a security clean-up (script removal via DOMPurify), restores inline images (cid:) and lists downloadable attachments. Ideal to read or inspect an email without a mail client. Everything is processed locally.

Frequently asked questions

Is the email HTML safe to display?

Yes: the HTML body is sanitized with DOMPurify (scripts and dangerous content removed) before display, and nothing is executed.