Back to skills
extension
Category: Development & EngineeringNo API key required

mailbox-cli

Node.js CLI for IMAP/SMTP email management with a stable JSON output contract

personAuthor: 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