Open Source Rust MCP Server Gives Claude Full Email Management Capabilities

A developer has created an open source MCP server in Rust that enables Claude to manage email workflows end-to-end, addressing limitations in existing email MCP servers that were read-only, single-account, and lacked OAuth2 support.
Key Features and Capabilities
The server provides Claude with 25 specific tools for email management:
- Full IMAP operations: Search, read (both parsed and raw RFC822 formats), flag, copy, move, delete, and create folders
- SMTP functionality: Compose and send emails with correct threading headers for replies and forwards
- Microsoft Graph API integration: Support for Outlook/365 accounts where SMTP is blocked
- Authentication: OAuth2 device code flow for Google and Microsoft accounts, plus app password support
- Multi-account management: Works with Gmail, Outlook, Zoho, Fastmail, and any IMAP server
Safety and Security Features
The developer implemented several safety measures since the tool gives AI access to email inboxes:
- Write operations are disabled by default and only enabled per-account via configuration flags
- TLS enforcement for all connections
- Credentials are never logged
The developer reports daily use with Claude Code, noting solid performance with multiple accounts handled concurrently without issues. The tool is available under the MIT license at https://github.com/tecnologicachile/mail-imap-mcp-rs.
📖 Read the full source: r/ClaudeAI
👀 See Also
Gigacatalyst: Embed an AI Builder in Your SaaS to Let Users Create Custom Workflows
Gigacatalyst lets you embed an AI-powered app builder into your SaaS. Non-technical users describe workflows in natural language, and the system generates governed apps using your APIs, data model, and design system — with auth, tenant isolation, and version control built in.

Printable Claude Code Cheat Sheet with Weekly Auto-Updates
A developer created a one-page printable cheat sheet for Claude Code using Claude itself, covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. The HTML file is auto-updated weekly via cron job with new features tagged as 'NEW'.

HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
HN SOTA is a daily updated pipeline that scrapes Hacker News comments, uses Gemini to identify coding models from the OpenRouter list, and logs sentiment per mention into a public Google Sheet. The top 10 models by mentions over a 10-day trailing window are displayed.

ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin
ClawCode is a Node.js plugin for Claude Code that imports OpenClaw agents, including IDENTITY, SOUL, memory, skills, and crons from ~/.openclaw/workspace/. It provides SQLite+FTS5 searchable memory, messaging plugins for WhatsApp, Telegram, Discord, iMessage, and Slack, and a nightly 'dream' process for memory consolidation.