A full email integration skill that enables reading, sending, searching, and managing emails directly from the terminal via IMAP and SMTP protocols, supporting any email provider without vendor-specific APIs.
Key Features
- IMAP Reading — Connect to any IMAP server to read, search, and organise inbox messages
- SMTP Sending — Compose and send emails with attachments, HTML formatting, and CC/BCC support
- Multi-Account — Manage multiple email accounts simultaneously (Gmail, Outlook, Yahoo, custom domains)
- Search & Filter — Search emails by sender, subject, date range, read/unread status, and content keywords
- Attachment Handling — Download, process, and attach files to outgoing emails
- Folder Management — Create, rename, and organise email folders and labels
Use Cases
- Email automation — Send templated emails, follow-ups, and notifications from scripts and workflows
- Inbox triage — Search and categorise emails without opening a mail client
- Report distribution — Automatically email generated reports, summaries, or data exports
- Support monitoring — Monitor shared inboxes for new messages matching specific criteria
How It Works
The skill connects to email servers using standard IMAP (for reading) and SMTP (for sending) protocols. It handles TLS encryption, authentication, MIME encoding for attachments, and connection pooling for efficient multi-message operations.
Getting Started
Install from ClawHub. Configure with your email server settings, username, and app-specific password. Gmail users need to generate an App Password.
View on ClawHub