open-mail-cli 1.0.3 → 1.0.5
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 +21 -25
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
1
|
# 📧 Open Mail CLI
|
|
4
2
|
|
|
5
|
-
**A
|
|
3
|
+
**A Powerful Email Client Built for AI Agents**
|
|
6
4
|
|
|
7
5
|
[](https://opensource.org/licenses/MIT)
|
|
8
6
|
[](https://nodejs.org/)
|
|
@@ -16,13 +14,14 @@
|
|
|
16
14
|
|
|
17
15
|
## <a name="english"></a>🌟 Why Open Mail CLI?
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
**Open Mail CLI** is a command-line email client specifically designed for AI agents and automation tools. It provides a reliable, programmatic interface for email operations that AI agents can use autonomously:
|
|
20
18
|
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
- **⚡
|
|
24
|
-
-
|
|
25
|
-
- **🔧
|
|
19
|
+
- **🤖 Agent-First Design** - Built from the ground up for AI agents and automation tools
|
|
20
|
+
- **📡 CLI Interface** - Simple, predictable command-line output that's easy to parse
|
|
21
|
+
- **⚡ Reliable Operations** - Offline-first architecture with conflict resolution
|
|
22
|
+
- **🔒 Secure & Private** - Local storage with encrypted credentials
|
|
23
|
+
- **🔧 Easy Integration** - Perfect for Claude Code, Cursor, and other AI coding agents
|
|
24
|
+
- **🎯 Comprehensive API** - Full IMAP/SMTP support for all email operations
|
|
26
25
|
|
|
27
26
|
## ✨ Key Features
|
|
28
27
|
|
|
@@ -50,11 +49,11 @@ In an era dominated by web-based email clients, **Open Mail CLI** brings the pow
|
|
|
50
49
|
|
|
51
50
|
## 🎯 Perfect For
|
|
52
51
|
|
|
53
|
-
- **
|
|
54
|
-
- **
|
|
55
|
-
- **
|
|
56
|
-
- **
|
|
57
|
-
- **
|
|
52
|
+
- **AI Agents** (Claude Code, Cursor, etc.) that need email capabilities
|
|
53
|
+
- **Automation Tools** that require programmatic email access
|
|
54
|
+
- **CI/CD Pipelines** for email notifications and reports
|
|
55
|
+
- **Monitoring Systems** that send alerts via email
|
|
56
|
+
- **Bots** that need to read/write emails as part of their workflow
|
|
58
57
|
|
|
59
58
|
## 🤖 Agent Skills
|
|
60
59
|
|
|
@@ -208,13 +207,14 @@ If you find this project useful, please consider giving it a ⭐!
|
|
|
208
207
|
|
|
209
208
|
## <a name="chinese"></a>🌟 为什么选择 Open Mail CLI?
|
|
210
209
|
|
|
211
|
-
|
|
210
|
+
**Open Mail CLI** 是一个专为 AI 代理和自动化工具设计的命令行邮件客户端。它为 AI 代理提供了可靠、可编程的邮件操作接口:
|
|
212
211
|
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
- **⚡
|
|
216
|
-
-
|
|
217
|
-
- **🔧
|
|
212
|
+
- **🤖 AI 优先设计** - 专为 AI 代理和自动化工具从零打造
|
|
213
|
+
- **📡 CLI 接口** - 简单、可预测的命令行输出,易于解析
|
|
214
|
+
- **⚡ 可靠操作** - 离线优先架构,内置冲突解决
|
|
215
|
+
- **🔒 安全私密** - 本地存储,凭据加密
|
|
216
|
+
- **🔧 易于集成** - 完美适配 Claude Code、Cursor 等编程代理
|
|
217
|
+
- **🎯 全面 API** - 完整的 IMAP/SMTP 支持,覆盖所有邮件操作
|
|
218
218
|
|
|
219
219
|
## ✨ 核心特性
|
|
220
220
|
|
|
@@ -324,10 +324,6 @@ mail-cli sync daemon start
|
|
|
324
324
|
|
|
325
325
|
---
|
|
326
326
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
**Made with ❤️ by developers, for developers**
|
|
327
|
+
**Built for AI agents, by developers**
|
|
330
328
|
|
|
331
329
|
[⬆ Back to Top](#-open-mail-cli)
|
|
332
|
-
|
|
333
|
-
</div>
|
package/dist/index.js
CHANGED
|
@@ -14340,7 +14340,7 @@ var import_commander2 = require("commander");
|
|
|
14340
14340
|
// package.json
|
|
14341
14341
|
var package_default = {
|
|
14342
14342
|
name: "open-mail-cli",
|
|
14343
|
-
version: "1.0.
|
|
14343
|
+
version: "1.0.5",
|
|
14344
14344
|
description: "A command-line email client with IMAP/SMTP support",
|
|
14345
14345
|
main: "dist/index.js",
|
|
14346
14346
|
bin: {
|