> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Content

> Parsing plain text, HTML, and message threading metadata from received emails.

# Inbound Email Content

Mailofly parses complex MIME structures into normalized JSON fields:

* **`text`**: Plain text content, stripped of email quotes where possible.
* **`html`**: Sanitized HTML body safe for browser preview and rendering.
* **`headers`**: Key-value mapping of all original SMTP headers (including `Message-ID`, `In-Reply-To`, `References`).
* **`raw`**: The untouched EML file for cryptographic verification or custom parsing.


## Related topics

- [Introduction](/broadcasts/introduction.md)
- [TLS](/domains/tls.md)
- [Attachments](/sending/attachments.md)
- [Embed Images](/sending/embed-images.md)
