Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Tools and protocols for giving AI agents full email capability — send, receive

### Parsers and Tools

- **[Agent Outbound Guard](https://github.com/Kndll33/agent-outbound-guard)** — Zero-dependency pre-send linter for agent-generated email payloads. Checks recipients, idempotency keys, unresolved placeholders, exported line numbers, and likely secrets before an email API call.
- **[mail-parser](https://github.com/nicedoc/mail-parser)** — Python email parsing library.
- **[email-reply-parser](https://github.com/github/email_reply_parser)** — Extract just the reply portion from threaded email (GitHub's version).
- **[flanker](https://github.com/mailgun/flanker)** — Mailgun's email address + MIME parsing library (Python).
Expand Down