parse_eml
Parse .eml files to extract email metadata, content, and attachment info for preview. Keeps attachment bytes unread and works offline to avoid trackers.
Instructions
Parse an .eml file and return metadata, content, and attachment info.
Does NOT extract attachment bytes - use extract_eml_attachments for that. Perfect for previewing what's in an email without bloat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to the .eml file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||