Mailbox CLI

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

diegosouzapw Updated 54 repo stars

File contents

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

diegosouzapw/awesome-omni-skill/tree/main/skills/tools/mailbox-cli commit f7d336125f

Frequently asked questions

npx skillmds@latest add diegosouzapw/mailbox-cli