私有实现 · 提供公开蓝图
iCloud Mail MCP
一个以安全为先的私有 iCloud Mail MCP 实现,并提供公开蓝图。
概要
生产实现保持私有;与提供商无关的安全邮件蓝图让开发者无需访问私有源码也能构建兼容实现。
技术状态
stable
可用性
- 源码: private
- 仓库: TakeruF/icloud-mail-mcp
- 蓝图: blueprints/secure-mail-mcp
- 机器可读元数据
功能
读取: 是 · 写入: 是 · 需要确认: 是
主要 MCP 工具
list_mailboxessearch_mailget_messagesend_mail
认证
app-specific password, deployment OAuth. Production OAuth configuration remains private.
传输与服务集成
stdio, Streamable HTTP, IMAP over TLS, SMTP over TLS
官方 API: 否. standards-based IMAP/SMTP; Apple app-specific password
安全性
Permanent deletion is intentionally unsupported.
破坏性操作: send, move, Trash, flag mutation, draft mutation
架构
MCP server, IMAP client, SMTP sender, OAuth-enabled HTTP adapter. TypeScript.
限制
生产 OAuth 与账户配置为私有;不支持永久删除。