This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded email_transfer tool to move or copy emails across accounts with raw MIME preservation.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds email_transfer tool for moving or copying emails across accounts while preserving original message. Adds email_transfer tool for moving or copying emails across accounts while preserving original message. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Low |
Implements optional provider primitives `getRawMessage()` and `appendRawMessage()` for Gmail, IMAP+iCloud, and Outlook. Implements optional provider primitives `getRawMessage()` and `appendRawMessage()` for Gmail, IMAP+iCloud, and Outlook. Source: granite4.1:30b@2026-06-14-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes Gmail search offset being ignored; now correctly pages through messages using pageToken. Fixes Gmail search offset being ignored; now correctly pages through messages using pageToken. Source: llm_adapter@2026-06-14 Confidence: low |
— |
Full changelog
Added
email_transfertool — move or copy emails between accounts (e.g. iCloud/Outlook into Gmail) while preserving the original message intact (sender, date, threading) by transferring the raw MIME. WithdeleteAfter=truethe source copy is trashed only after a confirmed import, making it a safe cross-account move. Backed by new optional provider primitivesgetRawMessage()/appendRawMessage()implemented for Gmail, IMAP+iCloud, and Outlook.
Fixed
- Gmail search
offsetwas ignored, so paginating an inbox returned the same first page every time. Gmail's API has no numeric offset (only an opaquepageToken), sosearch()now pages forward through the lightweight message-id list to theoffset + limitwindow and fetches full bodies only for that window. IMAP and Outlook already honoredoffset.
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]