What problem does it solve? Reading, searching, and sending email normally requires a GUI client or web interface, which blocks automation. This Skill lets an agent operate a full mailbox from the terminal using the Himalaya CLI, covering IMAP reading and SMTP sending without leaving the command line. ## Core Features & Use Cases - Mailbox Operations: List folders and envelopes, search messages, read email bodies, download attachments, and move, copy, delete, or flag messages. - Non-Interactive Composition: Compose, reply, and forward emails by piping MML/MIME templates via stdin, including HTML bodies, inline images, and file attachments. - Multi-Account Configuration: Configure 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 report attached — all executed through himalaya commands with JSON output for reliable parsing. ## Quick Start Ask the agent to list the ten most recent emails in your inbox using himalaya and summarize their subjects and senders.