Email (IMAP)
ActiveAn AI agent for Email (IMAP). It works in a scene with a live connection to Email (IMAP). It asks before it writes, and every run is traced.
Connect to any email server via IMAP. Read emails, search mailboxes, and process messages from any email provider that supports IMAP.
What you can connect
Add these to your scene and AI gets access.
An IMAP/SMTP email account
A mailbox/folder in an IMAP account
A saved IMAP search that displays matching emails as a live widget
Tools
What the agent can do once this is connected.
Writes 10
Change data in the connected system.
email_list_mailboxes
List all mailboxes/folders in the email account (INBOX, Sent, Drafts, Trash, custom folders, etc.).
email_list_messages
List recent email messages from a mailbox.
email_get_message
Get the full content of a specific email message by UID.
email_get_attachment_url
Get a short-lived download URL for one email attachment (identified by the message UID and the `partId` from email_get_message's attachments).
email_search
Search for emails matching a query.
email_send
Send an email via SMTP.
email_get_status
Get mailbox status including message count and unread count..
email_move
Move an email message to a different mailbox/folder..
email_flag
Add or remove flags on an email (e.g., mark as read/unread, flagged/starred)..
email_delete
Permanently delete an email message..
Connect Email (IMAP) over MCP
Daslab is itself an MCP server.
Connect Email (IMAP) in a scene, then pin that scene's URL in Claude Code, Cursor, or any MCP client. The agent there gets your Email (IMAP) tools, and your approval gate and trace travel with them.
https://daslab.run/mcp/<your-world>/<your-scene>
One scene can hold Email (IMAP) and everything else you connect, so a single endpoint carries them all. Set up a client.
Use cases
- Read emails from custom email servers
- Search and filter mailbox contents
- Process emails from non-Gmail providers
Similar integrations
Others in Communication.
Ready to try Email (IMAP) with Daslab?
Get started with CLI