Skip to main content

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.