What problem does it solve? Reading, searching, composing, and organizing email typically requires a GUI client or web interface, which breaks terminal-based and agent-driven workflows. This Skill provides complete instructions for operating the Himalaya CLI so email can be handled entirely from the command line. ## Core Features & Use Cases - Full mailbox operations: List folders and envelopes, search messages, read or export raw MIME, move, copy, delete, and manage flags across IMAP accounts. - Non-interactive composing: Send, reply, and forward by piping MML templates via stdin, including HTML alternatives, attachments, and inline images. - Multi-account configuration: Set up IMAP/SMTP, Notmuch, or OAuth2 backends with secure password handling via pass, keyring, or commands, plus correct folder alias mapping for providers like Gmail. - Use Case: An AI agent needs to reply to a support email: it reads the message with himalaya message read 42, builds a reply with the proper In-Reply-To header, and pipes it to himalaya template send without any interactive editor. ## Quick Start Ask the agent to list the latest emails in your inbox using Himalaya and then send a plain-text reply to one of them by piping a composed message to himalaya template send.