v0.3.1 — File path attachments, unified accounts, improved instructions
What's New
File Path Attachments
Send files directly from disk — no more base64 size limits:
"attachments": [{"file_path": "/path/to/report.pdf"}]Filename and MIME type auto-detected from extension. Supports PDF, images, Office docs, and more.
Unified Account View
New list_all_accounts tool shows all accounts with their capabilities:
- Which accounts have IMAP, SMTP, Graph API, EWS
send_withandread_witharrays tell the LLM exactly which tools to use
Improved LLM Instructions
- LLM now calls
list_all_accountsfirst (fixes issue where it only checked SMTP accounts) - Sending preview must show full body text, not just headers
- Removed
smtp_list_accounts(replaced bylist_all_accounts)
Stats
- 30 MCP tools
- 43 unit tests