What problem does it solve? Reading, searching, and sending email usually requires a GUI client or web interface, which breaks terminal-based and automated workflows. This Skill lets an agent list, read, reply to, forward, search, and organize emails entirely from the command line over standard IMAP/SMTP protocols. ## Core Features & Use Cases - Full email operations: List envelopes, read messages, search by sender or subject, move/copy/delete messages, and manage flags across multiple accounts and folders. - Non-interactive composition: Send, reply, and forward by piping MML (MIME Meta Language) templates via stdin, supporting attachments, HTML parts, and inline images. - Structured output: Use --output json for machine-parseable results, ideal for agent-driven automation. - 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 Ask the agent to list the ten most recent emails in your inbox using himalaya and summarize their subjects and senders.