What problem does it solve? Reading, searching, and sending email typically requires a GUI client or web interface, which breaks terminal-based and automated workflows. This Skill lets you perform full email operations—listing, reading, composing, replying, moving, and deleting messages—directly from the command line via the Himalaya CLI. ## Core Features & Use Cases - Full mailbox management: List folders and envelopes, search messages, read emails, download attachments, and manage flags across IMAP accounts. - Non-interactive composition: Send, reply, and forward emails by piping MML/MIME templates through stdin, with support for HTML parts, attachments, and inline images. - Multi-account support: Configure and switch between multiple IMAP/SMTP accounts (Gmail, iCloud, custom servers) with secure password handling via pass, keyring, or OAuth2. - Use Case: An AI agent monitoring a support inbox can search for unread messages from a specific sender, read the content, and pipe an automated reply—all without leaving the terminal. ## Quick Start Use the himalaya skill to list the ten most recent emails in my inbox and show me the subject and sender of each.