This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryBatch email operations (delete, move, mark) and a lightweight search mode are introduced.
Full changelog
What's New
Batch Operations
- email_batch_delete - Delete multiple emails in a single call (up to 1000 for Gmail, batches of 20 for Outlook, UID ranges for IMAP)
- email_batch_move - Move multiple emails to a folder at once
- email_batch_mark - Mark multiple emails (read/unread, starred, flagged) at once
- All batch tools include sequential fallback for providers without native batch support
Outlook Folder Resolution
- Localized folder display names (e.g. "Junk-E-Mail", "Posteingang", "Correo no deseado") are now correctly mapped to Graph API well-known folder names
- Session-level caching for folder ID lookups
IMAP Source Folder Fix
email_move,email_delete, andemail_marknow accept an optionalsourceFolderparameter- Previously hardcoded to INBOX, now works correctly for emails in Junk, Sent, and other folders
Lightweight Search Mode
email_searchnow defaults toreturnBody=false, stripping full body content from results- Reduces search payload from ~1.4MB to ~20KB for 20 emails
- Outlook: uses
$selectto exclude body field at the API level - IMAP: uses envelope-only fetch, skipping expensive full body parsing
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About marlinjai/email-mcp
Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage.
Related context
Beta — feedback welcome: [email protected]