Extract structured data and attachments from raw email with MailParser
Use MailParser when an agent receives raw RFC822 or MIME email and needs a normalized result with headers, text, HTML, addresses, and attachments. This is for email ingestion and handoff workflows, not for acting as a mailbox client or delivery platform.
Extract structured data and attachments from raw email with MailParser
Use MailParser when an agent receives raw RFC822 or MIME email and needs a normalized result with headers, text, HTML, addresses, and attachments. This is for email ingestion and handoff workflows, not for acting as a mailbox client or delivery platform.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/extract-structured-data-and-attachments-from-raw-email-mailparser/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/extract-structured-data-and-attachments-from-raw-email-mailparser
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/extract-structured-data-and-attachments-from-raw-email-mailparser.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.