
An EML file is a file representation of one internet email message. The core message syntax commonly follows the Internet Message Format described in RFC 5322, which organizes a message into a header section and a body. MIME standards extend this structure so a message can contain different media types, character sets, HTML alternatives and attachments.
The extension is usually written as .eml. A filename might look like:
project-approval-2026-08-12.eml
Although the file is largely text, it may not be easy to read in a basic editor. Attachments and some message bodies can be encoded, and multipart messages contain boundaries and technical metadata intended for email software.
Content varies, but an EML file may include:
From, To, Cc and Reply-To fields
Subject and date fields
A Message-ID
Routing information such as Received headers
MIME content type and encoding details
Plain-text message content
HTML message content
Inline images
File attachments encoded as part of the message
Authentication-related results added by mail systems
References used to associate replies with a conversation
Not every field is reliable evidence of identity. Displayed sender information can be spoofed, headers can be modified after export and authentication results require careful interpretation. For security or legal review, preserve the original file and involve an appropriate specialist.
At a simplified level, an email message contains headers, a blank line and a body:
From: sender@example.com
To: recipient@example.net
Date: Wed, 12 Aug 2026 09:30:00 -0700
Subject: Project update
Message-ID: <example-message-id@example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
The revised project timeline is attached for review.
Real EML files may be much more complex. A multipart message can contain both plain-text and HTML versions. Attachments can be represented as additional MIME parts, often with transfer encoding such as Base64. Long header fields may be folded across lines according to message-format rules.
RFC 5322 is the current base reference for Internet Message Format; describing modern EML files only as “RFC 822 files” is incomplete because RFC 822 was superseded through later standards.
An EML file lets a user keep one message outside the mailbox. This can be useful for project records, approvals, receipts, customer communication or migration.
Attaching an email as a file can preserve more of its structure than copying the visible text. The recipient may be able to review headers and download the original attachments.
Many clients understand EML, making it useful for moving individual messages. Bulk migration is more complicated because folder structure, labels, flags and conversation relationships may not transfer with standalone files.
EML files can preserve message headers and MIME content for analysis. However, chain of custody, completeness, export method and related mailbox records matter. Converting a message to PDF may create a convenient view but can discard technical information.
Software can parse EML files to extract headers, text and attachments. Robust parsing requires an email-aware library because line folding, character encodings, nested MIME parts and malformed messages create edge cases.
Current versions of Outlook can open EML files. A common method is:
Save the EML file to a known folder.
Right-click the file in File Explorer.
Select Open with.
Choose Outlook.
If Outlook is already associated with .eml, double-clicking may open the message directly. Microsoft’s exact interface varies between new Outlook, classic Outlook and Outlook on the web, so menu names may differ by version.
Do not assume that opening a saved message imports it into a mailbox. Viewing, importing and moving a message into a mail folder are separate operations.
Email clients such as Mozilla Thunderbird can display saved messages. Use the application’s command for opening a saved message or associate .eml files with the client through Windows settings.
Right-click the file, select Open with and choose a plain-text editor. This displays the raw message source rather than a rendered email.
A text editor is useful for checking headers without executing an attachment, but it is not a complete security tool. Encoded sections may look unreadable, and manually editing the source can damage the file or change evidence.
If the wrong program opens the file:
Open Windows Settings.
Go to the default-app settings.
Find the .eml file type or select the preferred email application.
Assign the application as the default for EML files.
The exact path can change with Windows updates. You can also right-click a file, select Open with, choose another app and use the option to apply the choice consistently when available.
Apple Mail can open many EML files:
Locate the file in Finder.
Control-click or right-click it.
Select Open With.
Choose Mail.
If Mail is the default application, double-clicking may work. Another compatible client can be selected through Open With. To change the default for all EML files, use Get Info, select an application under Open with, and apply the change to files of that type.
TextEdit or another text editor can show the raw source, but a mail client provides a more readable view of HTML, multipart content and attachments.
Support depends on the operating system, email app, account type and source of the file. Start with the built-in share or open menu:
Download the file from a trusted source.
Open the device’s Files or Downloads location.
Tap the EML file.
If prompted, choose a trusted installed mail app or file viewer that explicitly supports EML.
If the current app cannot display the file, move it to a computer with a compatible email client. Avoid uploading confidential email to an unknown online converter or installing an unverified viewer merely to open one message. Review the app’s publisher, permissions, privacy policy and data-handling practices.
Mobile clients may display the visible message while omitting some raw headers or handling attachments differently. Use desktop or specialist tools when full technical inspection matters.
A browser may show raw text if the file is dragged into a window, but it is not guaranteed to render the message like an email client. Multipart bodies, encodings and attachments may appear as technical source.
Some webmail services can preview an EML file when it is attached to a message. Others allow import or download. Behavior changes by service and account type.
Online EML viewers and converters require uploading the message to a third party. This may expose personal data, confidential business information and attachments. Use an approved service only after evaluating security, retention and compliance requirements.
The exact steps depend on the email client.
Microsoft documents options to save or download messages as EML in supported versions of Outlook. In new Outlook, the command may appear under the message’s More actions menu as Save as. Outlook on the web may offer Download. Save options vary by deployment and update channel.
Look for commands such as:
Save As
Save Message
Download Message
Download Original
Export
Confirm the resulting extension. Saving a webpage from the browser is not the same as exporting the underlying email message. A webpage save may produce HTML and related resources rather than an EML file.
The simplest method is usually to open the EML in a trusted email client and use the operating system’s print-to-PDF feature:
Open the EML file.
Verify the visible sender, date, subject and content.
Select Print.
Choose a PDF printer or Save as PDF.
Review the output before sharing it.
A PDF is easier to read and distribute, but it is not an equivalent preservation format. It may omit routing headers, encoded parts, attachment content, digital-signature information and other metadata. Keep the original EML when authenticity, investigation or future processing matters.
For multiple files, use an approved desktop or enterprise tool with a documented conversion process. Test a sample because attachment handling, HTML rendering, time zones and long messages can change the output.
Possible targets include:
TXT: Retains readable text or raw source but may lose layout and attachments.
HTML: Can preserve visual formatting but separates the message from some metadata and attachments.
MSG: A Microsoft Outlook message format; conversion may not preserve every field identically.
MBOX: A mailbox container holding multiple messages; useful for migration or archival workflows.
PDF: Convenient for viewing and printing but not a full substitute for the source message.
Conversion should match the goal. For reading, PDF may be enough. For migration, a mailbox-aware format may be more appropriate. For evidence preservation, keep the original and work from a copy.
| Format | Typical scope | Common use | Important distinction |
|---|---|---|---|
| EML | One email message | Saving, sharing or processing an individual message | Text-based internet message structure with MIME content |
| MSG | One Outlook item | Saving an Outlook message or related item | Microsoft format that may contain Outlook-specific properties |
| MBOX | Many messages in one mailbox file | Export, archive and migration | Concatenates multiple messages into a mailbox container |
| PST | Outlook data store | Outlook mail, folders, calendar and other data | Holds a larger Outlook data hierarchy rather than one message |
No format is universally better. EML is portable for individual messages, while mailbox and data-store formats preserve collections and organizational structure.
The extension alone does not make a file safe. An EML can contain:
Phishing links
Misleading sender names
Remote images that contact an external server
HTML designed to imitate a login page
Scripts or active content handled differently by viewers
Malicious or deceptive attachments
Password-protected archives that scanners cannot inspect fully
Use these precautions:
Confirm why you received the file through a trusted channel.
Scan the file and extracted attachments with approved security tools.
Keep email software and the operating system updated.
Do not enable content or open attachments merely because the message looks familiar.
Hover over or inspect links before visiting them.
Disable automatic remote-image loading when appropriate.
Use an isolated analysis environment for suspicious files.
Report suspected phishing through your organization’s security process.
For a suspicious message, do not forward it casually to colleagues. Forwarding can spread unsafe attachments or change useful headers. Follow the security team’s reporting method.
Opening the file in a text editor reveals the raw header section at the beginning. Common fields include From, To, Date, Subject, Message-ID, Received, Return-Path, Content-Type and authentication-related results.
Header review can help identify routing or formatting details, but interpretation is specialized. The From field alone does not prove who sent the message. Received lines may be added by multiple systems, and authentication results must be evaluated in context. If the issue involves fraud, harassment, litigation or account compromise, preserve the original and seek qualified assistance.
For ordinary records:
Keep the original file unchanged.
Create a descriptive filename without altering the extension.
Store it in an access-controlled location.
Back it up according to the organization’s retention policy.
Record relevant project or case context separately.
For investigations or legal matters, additional requirements may include documented collection methods, hashes, chain of custody, access logs and preservation of the source mailbox. Do not edit, rename or convert the only copy before obtaining guidance.
Use Open with and select a compatible email client, then update the default file association if necessary.
You may have opened it in a browser or text editor. Use an email client to render MIME parts. Raw content is normal when viewing the source.
Attachments can be encoded inside the message. Do not copy encoded blocks manually. Open the EML with a compatible client and use its attachment controls.
Check that the file downloaded completely, has a nonzero size and retains the .eml extension. Try another trusted client. A file renamed from another format does not become a valid EML merely because its extension changed.
Images may be remote and blocked for privacy, or referenced inline through MIME. Only load remote content when you trust the message and understand the privacy risk.
The client may be interpreting the wrong character set, or the message may be malformed. Try a standards-compliant email client and preserve the original before attempting repair.
Protected content may require the intended account, compatible software and current authorization. Converting the extension or copying the raw source does not remove legitimate access controls.
Check the email client’s current limits for file size, folder depth and number of messages. Test a small batch first and verify dates, attachments and folder placement before importing the full collection.
Use consistent names containing date, sender or project context.
Preserve the original Message-ID and internal content by renaming only the external filename.
Keep attachments within the EML when preservation matters, and extract copies only for work.
Avoid duplicate archives without a clear retention plan.
Document conversions and keep the source file.
Use approved tools for confidential or regulated information.
Verify that a migration preserves time zones, attachments and non-ASCII characters.
Store messages according to applicable retention and deletion policies.

Important decisions are often scattered across email threads, attachments and meeting follow-ups. After extracting approved information from trusted EML files, Dokie can help organize the project context, decision history, evidence and next steps into an editable presentation for an internal update, handoff or retrospective.
Dokie is an AI presentation maker, not an email-forensics or security tool. Scan files first, remove personal and confidential content, preserve original messages outside the presentation workflow and verify every date, quotation and decision against the source. A summarized deck can improve communication, while the EML files remain the underlying records.
Compatible email clients such as Microsoft Outlook, Apple Mail and Mozilla Thunderbird can open EML files. A text editor can show raw source, although it will not render the message like an email client.
Yes. Use another compatible email client, Apple Mail on macOS or a text editor for source inspection. Evaluate privacy before using an online viewer.
It is text-based, but it can contain structured headers, multipart MIME sections, encoded HTML, inline resources and encoded attachments. A basic editor may not provide a readable representation of every part.
It can. Attachments are commonly stored as MIME parts within the file. Whether they display or extract correctly depends on the completeness of the file and the software used.
An EML can carry malicious attachments, unsafe links or deceptive content. Scan it with approved tools, verify the source and avoid opening unexpected attachments.
Yes. Open the message in a trusted client and print or save it as PDF. Keep the original EML because the PDF may omit headers, attachments and technical metadata.
EML commonly represents an internet email message using text-based message and MIME structures. MSG is a Microsoft format that can preserve Outlook-specific properties. Both usually represent individual items, but they are not interchangeable.
.eml to convert it?No. Renaming changes the filename, not the internal structure. Use an email client or conversion tool that produces a valid message file.
That is a legal question that depends on jurisdiction, authenticity, relevance and collection procedures. Preserve the original file and related mailbox information, and consult a qualified legal or forensic professional.
RFC 5322 describes the base Internet Message Format, while MIME standards describe extensions used for multiple content types and attachments. Individual software may add implementation-specific fields.