What problem does it solve? Reading, searching, and sending email typically requires a GUI client or web interface, which blocks automation and terminal-based workflows. This Skill lets you perform full email operations—listing, reading, replying, forwarding, moving, and deleting messages—directly from the command line via the Himalaya CLI. ## Core Features & Use Cases - Full mailbox operations: List folders and envelopes, search by sender or subject, read messages, download attachments, and manage flags across IMAP accounts. - Non-interactive composing: Send, reply, and forward emails by piping MML/MIME templates through stdin, with support for HTML parts, attachments, and inline images. - Multi-account and provider support: Configure Gmail, iCloud, or generic IMAP/SMTP accounts with secure password handling via pass, keyring, or OAuth2. - Use Case: An agent needs to reply to a customer email automatically. It reads the original message with himalaya message read 42, builds a reply template, and pipes it to himalaya template send—no editor or GUI required. ## Quick Start Ask the assistant to list the latest emails in your inbox using himalaya, making sure the himalaya CLI is installed and an account is configured in ~/.config/himalaya/config.toml first.