The Email interface connects agents to email, polling for new messages via IMAP and sending responses via SMTP.Documentation Index
Fetch the complete documentation index at: https://docs.definable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Features
- IMAP polling for new messages
- SMTP sending with TLS
- Thread tracking via In-Reply-To and References headers
- Multipart body extraction
- Session management per email thread
Constructor Reference
IMAP server hostname.
SMTP server hostname.
Email address to monitor.
Email password or app-specific password.
IMAP port (993 for SSL).
SMTP port (587 for TLS).
Seconds between IMAP polls.