返回 Skill 列表
extension
分类: 开发与工程无需 API Key

mailbox-cli

用于IMAP/SMTP电子邮件管理的Node.js命令行工具,具有稳定的JSON输出格式

person作者: jakexiaohubgithub

Mailbox CLI

Install:

npm install -g @leeguoo/mailbox-cli
mailbox --help

Automation:

  • Use --json and validate the top-level success/error fields.
  • error is structured: { code, message, detail? }.
  • Destructive commands default to dry-run unless --confirm is provided.
  • Contract docs: docs/CLI_JSON_CONTRACT.md