@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 +48 -7
- package/bin/cli.mjs +132 -98
- package/build/src/auth/per-user-credential-store.js +4 -4
- package/build/src/auth/per-user-credential-store.js.map +1 -1
- package/build/src/auth-cli.js.map +1 -1
- package/build/src/credential-form.d.ts.map +1 -1
- package/build/src/credential-form.js +83 -49
- package/build/src/credential-form.js.map +1 -1
- package/build/src/init-server.js +2 -2
- package/build/src/tools/composite/folders.js +2 -1
- package/build/src/tools/composite/folders.js.map +1 -1
- package/build/src/tools/composite/messages.js +1 -5
- package/build/src/tools/composite/messages.js.map +1 -1
- package/build/src/tools/helpers/config.d.ts.map +1 -1
- package/build/src/tools/helpers/config.js +76 -52
- package/build/src/tools/helpers/config.js.map +1 -1
- package/build/src/tools/helpers/errors.d.ts +4 -4
- package/build/src/tools/helpers/errors.d.ts.map +1 -1
- package/build/src/tools/helpers/errors.js +21 -15
- package/build/src/tools/helpers/errors.js.map +1 -1
- package/build/src/tools/helpers/imap-client.d.ts.map +1 -1
- package/build/src/tools/helpers/imap-client.js +30 -11
- package/build/src/tools/helpers/imap-client.js.map +1 -1
- package/build/src/tools/helpers/oauth2.js +1 -1
- package/build/src/tools/helpers/oauth2.js.map +1 -1
- package/build/src/transports/http.js.map +1 -1
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,6 +18,46 @@ mcp-name: io.github.n24q02m/better-email-mcp
|
|
|
18
18
|
[](https://github.com/python-semantic-release/python-semantic-release)
|
|
19
19
|
[](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
|
-
##
|
|
94
|
+
## Documentation
|
|
55
95
|
|
|
56
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|