@n24q02m/better-email-mcp 1.28.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,6 +18,46 @@ mcp-name: io.github.n24q02m/better-email-mcp
18
18
  [![semantic-release](https://img.shields.io/badge/semantic--release-e10079?logo=semantic-release&logoColor=white)](https://github.com/python-semantic-release/python-semantic-release)
19
19
  [![Renovate](https://img.shields.io/badge/renovate-enabled-1A1F6C?logo=renovatebot&logoColor=white)](https://developer.mend.io/)
20
20
 
21
+ <!-- BEGIN: AUTO-GENERATED-CROSS-PROMO -->
22
+ <details>
23
+ <summary><strong>Sister projects from n24q02m</strong> (click to expand)</summary>
24
+
25
+ | Project | Tagline | Tag |
26
+ |---|---|---|
27
+ | [better-code-review-graph](https://github.com/n24q02m/better-code-review-graph) | Knowledge graph for token-efficient code reviews -- fixed search, configurabl... | MCP |
28
+ | [better-email-mcp](https://github.com/n24q02m/better-email-mcp) | IMAP/SMTP email server for AI agents -- 6 composite tools with multi-account ... | MCP |
29
+ | [better-godot-mcp](https://github.com/n24q02m/better-godot-mcp) | Composite MCP server for Godot Engine -- 17 mega-tools for AI-assisted game d... | MCP |
30
+ | [better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) | Markdown-first Notion API server for AI agents -- 10 composite tools replacin... | MCP |
31
+ | [better-telegram-mcp](https://github.com/n24q02m/better-telegram-mcp) | MCP server for Telegram with dual-mode support: Bot API (httpx) for quick bot... | MCP |
32
+ | [claude-plugins](https://github.com/n24q02m/claude-plugins) | Full documentation: mcp.n24q02m.com — unified docs for all 8 servers + the mc... | Marketplace |
33
+ | [imagine-mcp](https://github.com/n24q02m/imagine-mcp) | Production-grade MCP server for image and video understanding + generation ac... | MCP |
34
+ | [jules-task-archiver](https://github.com/n24q02m/jules-task-archiver) | Chrome Extension for bulk operations on Jules tasks via batchexecute API -- a... | Tooling |
35
+ | [mcp-core](https://github.com/n24q02m/mcp-core) | Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 Authorization Ser... | MCP |
36
+ | [mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) | Persistent AI memory with hybrid search and embedded sync. Open, free, unlimi... | MCP |
37
+ | [qwen3-embed](https://github.com/n24q02m/qwen3-embed) | Lightweight Qwen3 text embedding and reranking via ONNX Runtime and GGUF | Library |
38
+ | [skret](https://github.com/n24q02m/skret) | Secrets without the server. | CLI |
39
+ | [web-core](https://github.com/n24q02m/web-core) | Shared web infrastructure package for search, scraping, HTTP security, and st... | Library |
40
+ | [wet-mcp](https://github.com/n24q02m/wet-mcp) | Open-source MCP Server for web search, content extraction, library docs & mul... | MCP |
41
+
42
+ </details>
43
+ <!-- END: AUTO-GENERATED-CROSS-PROMO -->
44
+
45
+ ## Table of contents
46
+
47
+ - [Features](#features)
48
+ - [Status](#status)
49
+ - [Documentation](#documentation)
50
+ - [Tools](#tools)
51
+ - [Remote (HTTP Mode)](#remote-http-mode)
52
+ - [Outlook OAuth Device Code (HTTP mode)](#outlook-oauth-device-code-http-mode)
53
+ - [Configuration](#configuration)
54
+ - [Security](#security)
55
+ - [Build from Source](#build-from-source)
56
+ - [Trust Model](#trust-model)
57
+ - [License](#license)
58
+
59
+
60
+
21
61
  <a href="https://glama.ai/mcp/servers/n24q02m/better-email-mcp">
22
62
  <img width="380" height="200" src="https://glama.ai/mcp/servers/n24q02m/better-email-mcp/badge" alt="Better Email MCP server" />
23
63
  </a>
@@ -51,17 +91,18 @@ mcp-name: io.github.n24q02m/better-email-mcp
51
91
  >
52
92
  > All plugins share the same architecture -- install once, learn pattern transfers.
53
93
 
54
- ## Setup
94
+ ## Documentation
55
95
 
56
- - **Stdio mode** (default) -- env var creds (`EMAIL_PROVIDER` + `EMAIL_USER` + `EMAIL_APP_PASSWORD`), single-user local. See [setup-manual.md](docs/setup-manual.md).
57
- - **HTTP mode** (optional, encouraged) -- multi-user, browser-based setup with bundled Outlook OAuth. See [setup-manual.md](docs/setup-manual.md) "Method 5: Self-Hosting HTTP Mode".
96
+ Full docs at **[mcp.n24q02m.com/servers/better-email-mcp/](https://mcp.n24q02m.com/servers/better-email-mcp/)**:
58
97
 
59
- **With AI Agent** -- copy and send this to your AI agent:
98
+ - [Setup](https://mcp.n24q02m.com/servers/better-email-mcp/setup/) -- install methods for Claude Code, Codex, Gemini CLI, Cursor, Windsurf, mcp.json
99
+ - [Modes overview](https://mcp.n24q02m.com/get-started/modes-overview/) -- stdio / local-relay / remote-relay / remote-oauth
100
+ - [Multi-user setup](https://mcp.n24q02m.com/get-started/multi-user/) -- per-JWT-sub credential model
60
101
 
61
- > Please set up @n24q02m/better-email-mcp for me. Follow this guide:
62
- > https://raw.githubusercontent.com/n24q02m/better-email-mcp/main/docs/setup-with-agent.md
102
+ **Install with AI agent** -- paste this to your AI coding agent:
63
103
 
64
- **Manual Setup** -- follow [docs/setup-manual.md](docs/setup-manual.md)
104
+ > Install MCP server `better-email-mcp` following the steps at
105
+ > https://raw.githubusercontent.com/n24q02m/claude-plugins/main/plugins/better-email-mcp/setup-with-agent.md
65
106
 
66
107
  ## Tools
67
108