@moemail/cli v1.0.0
First stable release of the agent-first MoeMail CLI.
Highlights
- Refactored onto the shared @moemail/core HTTP client (same code path as the new MCP server).
- Typed error handling: distinct messages for config, auth, permission, and rate-limit failures; exit code 2 for config/auth, 1 otherwise.
sendnow sends from a temporary address (--content); works against servers that allow API-key send.- Full command set:
config·create·list·wait·read·send·delete·skill install.
Install
npm i -g @moemail/cliConfigure with moemail config set api-url <url> / api-key <key>, or the MOEMAIL_API_URL / MOEMAIL_API_KEY env vars.