What problem does it solve? Reading, searching, and sending email usually requires a GUI client or web interface, which blocks terminal-based automation. This Skill lets an agent operate a full mailbox through the Himalaya CLI, covering listing, reading, composing, replying, forwarding, moving, and deleting messages over IMAP and SMTP. ## Core Features & Use Cases - Mailbox Operations: List folders and envelopes, search by sender or subject, read messages, download attachments, and manage flags from the command line. - Non-Interactive Composition: Send, reply, and forward emails by piping MML templates via stdin, avoiding interactive editor sessions that break automation. - Multi-Account Configuration: Configure IMAP/SMTP, Notmuch, or OAuth2 backends for Gmail, iCloud, and custom servers with secure password handling via pass or keyring. - Use Case: An agent monitors an inbox for new messages from a client, reads the latest thread, and sends a templated reply with an attached PDF report, all without leaving the terminal. ## Quick Start Ask the agent to list the ten most recent emails in your inbox using himalaya envelope list after configuring your IMAP account.