What problem does it solve? Reading, searching, and sending email typically requires a GUI client or custom API integrations. This Skill lets an agent operate a full mailbox directly from the terminal using the Himalaya CLI, covering IMAP/SMTP accounts without building email protocol code. ## Core Features & Use Cases - Mailbox Operations: List folders and envelopes, search messages, read emails, download attachments, and move, copy, delete, or flag messages. - Non-Interactive Sending: Compose, reply, and forward emails by piping MML/MIME templates via stdin, including HTML bodies, inline images, and file attachments. - Multi-Account Configuration: Set up IMAP/SMTP, Notmuch, or OAuth2 backends for providers like Gmail and iCloud with secure password handling via pass or keyring. - Use Case: Ask the agent to check your inbox for unread messages from a client, summarize them, and send a reply with a PDF attachment — all executed through terminal commands. ## Quick Start Install the himalaya CLI, configure an account in ~/.config/himalaya/config.toml, then ask the agent to list your latest inbox messages and reply to one of them.