Skip to content

marlinjai/email-mcp

v1.3.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 1mo MCP SaaS Integrations
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added email_transfer tool to move or copy emails across accounts with raw MIME preservation.

Changes in this release

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_transfer tool — 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. With deleteAfter=true the source copy is trashed only after a confirmed import, making it a safe cross-account move. Backed by new optional provider primitives getRawMessage() / appendRawMessage() implemented for Gmail, IMAP+iCloud, and Outlook.

Fixed

  • Gmail search offset was ignored, so paginating an inbox returned the same first page every time. Gmail's API has no numeric offset (only an opaque pageToken), so search() now pages forward through the lightweight message-id list to the offset + limit window and fetches full bodies only for that window. IMAP and Outlook already honored offset.

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

Track marlinjai/email-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]