open-mail-cli 1.0.2 → 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 CHANGED
@@ -1,8 +1,6 @@
1
- <div align="center">
2
-
3
1
  # 📧 Open Mail CLI
4
2
 
5
- **A Modern, Feature-Rich Command-Line Email Client**
3
+ **A Powerful Email Client Built for AI Agents**
6
4
 
7
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
6
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)](https://nodejs.org/)
@@ -16,13 +14,14 @@
16
14
 
17
15
  ## <a name="english"></a>🌟 Why Open Mail CLI?
18
16
 
19
- In an era dominated by web-based email clients, **Open Mail CLI** brings the power of email management back to the terminal. Built for developers, system administrators, and power users who value:
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
- - **🚀 Speed**: Lightning-fast email operations without browser overhead
22
- - **🔒 Privacy**: Your emails stay on your machine, encrypted and secure
23
- - **⚡ Efficiency**: Keyboard-driven workflow with powerful automation
24
- - **🎯 Focus**: Distraction-free email management in your terminal
25
- - **🔧 Extensibility**: Built with modern Node.js, easy to customize and extend
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,21 @@ In an era dominated by web-based email clients, **Open Mail CLI** brings the pow
50
49
 
51
50
  ## 🎯 Perfect For
52
51
 
53
- - **Developers** who live in the terminal
54
- - **System Administrators** managing email automation
55
- - **Privacy-Conscious Users** who want local email storage
56
- - **Power Users** seeking keyboard-driven workflows
57
- - **DevOps Engineers** integrating email into scripts and pipelines
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
57
+
58
+ ## 🤖 Agent Skills
59
+
60
+ Open Mail CLI is available as an [Agent Skill](https://skills.sh) for AI coding agents (Claude Code, Cursor, etc.). Install the skill to give your agent the ability to send, receive, search, and manage emails.
61
+
62
+ ```bash
63
+ npx skills add eric8810/open-mail-cli
64
+ ```
65
+
66
+ Once installed, the agent can use `mail-cli` commands to handle email tasks autonomously — sending messages, checking inbox, managing contacts, and more.
58
67
 
59
68
  ## 🚀 Quick Start
60
69
 
@@ -198,13 +207,14 @@ If you find this project useful, please consider giving it a ⭐!
198
207
 
199
208
  ## <a name="chinese"></a>🌟 为什么选择 Open Mail CLI?
200
209
 
201
- 在网页邮件客户端主导的时代,**Open Mail CLI** 将邮件管理的强大功能带回终端。专为开发者、系统管理员和高级用户打造:
210
+ **Open Mail CLI** 是一个专为 AI 代理和自动化工具设计的命令行邮件客户端。它为 AI 代理提供了可靠、可编程的邮件操作接口:
202
211
 
203
- - **🚀 速度**: 无浏览器开销的闪电般快速邮件操作
204
- - **🔒 隐私**: 邮件保存在本地,加密且安全
205
- - **⚡ 效率**: 键盘驱动的工作流,强大的自动化能力
206
- - **🎯 专注**: 终端中无干扰的邮件管理
207
- - **🔧 可扩展**: 基于现代 Node.js 构建,易于定制和扩展
212
+ - **🤖 AI 优先设计** - 专为 AI 代理和自动化工具从零打造
213
+ - **📡 CLI 接口** - 简单、可预测的命令行输出,易于解析
214
+ - **⚡ 可靠操作** - 离线优先架构,内置冲突解决
215
+ - **🔒 安全私密** - 本地存储,凭据加密
216
+ - **🔧 易于集成** - 完美适配 Claude Code、Cursor 等编程代理
217
+ - **🎯 全面 API** - 完整的 IMAP/SMTP 支持,覆盖所有邮件操作
208
218
 
209
219
  ## ✨ 核心特性
210
220
 
@@ -230,6 +240,16 @@ If you find this project useful, please consider giving it a ⭐!
230
240
  - **📦 导入/导出** - 完整支持 EML 和 MBOX 格式
231
241
  - **🔐 多账户** - 无缝管理多个邮箱账户
232
242
 
243
+ ## 🤖 Agent Skills
244
+
245
+ Open Mail CLI 已作为 [Agent Skill](https://skills.sh) 发布,支持 AI 编程代理(Claude Code、Cursor 等)。安装此 skill 可赋予你的 agent 收发、搜索和管理邮件的能力。
246
+
247
+ ```bash
248
+ npx skills add eric8810/open-mail-cli
249
+ ```
250
+
251
+ 安装后,agent 可以自主使用 `mail-cli` 命令处理邮件任务——发送消息、查看收件箱、管理联系人等。
252
+
233
253
  ## 🚀 快速开始
234
254
 
235
255
  ### 安装
@@ -304,10 +324,6 @@ mail-cli sync daemon start
304
324
 
305
325
  ---
306
326
 
307
- <div align="center">
308
-
309
- **Made with ❤️ by developers, for developers**
327
+ **Built for AI agents, by developers**
310
328
 
311
329
  [⬆ Back to Top](#-open-mail-cli)
312
-
313
- </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.2",
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: {