Skip to content

Tags: mailtrap/mailtrap-cli

Tags

v0.2.0

Toggle v0.2.0's commit message
v0.2.0 - Fix API compatibility and add comprehensive tests

v0.1.2

Toggle v0.1.2's commit message
Fix Homebrew formula name to 'mailtrap' instead of 'mailtrap-cli'

Allows: brew install mailtrap/cli/mailtrap

v0.1.1

Toggle v0.1.1's commit message
Rename homebrew tap from homebrew-tap to homebrew-cli

Install command is now: brew install mailtrap/cli/mailtrap

v0.1.0

Toggle v0.1.0's commit message
Rename inboxes to sandboxes in user-facing CLI commands

Align CLI terminology with the Mailtrap product UI which calls
them "sandboxes". The API paths remain as /inboxes internally
so no API changes are needed. When the API migrates, only the
internal URL paths need updating.

Changes:
- `mailtrap inboxes` → `mailtrap sandboxes`
- `--inbox-id` flag → `--sandbox-id` across messages, attachments,
  and sandbox-send commands
- Updated all docs, skills, evals, and tests