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 perform full email workflows—listing, reading, replying, forwarding, moving, and deleting messages—directly through the himalaya CLI over IMAP/SMTP. ## Core Features & Use Cases - Full mailbox operations: List folders and envelopes, search by sender or subject, read messages, download attachments, and manage flags across multiple accounts. - Non-interactive composition: Send, reply, and forward by piping MML (MIME Meta Language) templates via stdin, supporting HTML bodies, attachments, and inline images. - Structured output: Use --output json for machine-parseable results, with multi-account support via --account. - Use Case: Ask the agent to check your inbox for unread messages from a client, summarize them, and send a reply—all without leaving the terminal. ## Quick Start Use the himalaya skill to list the ten most recent emails in my inbox and show their senders and subjects.