plugins/_email_integration/README.md
Communicate with Agent Zero through email inboxes and send replies back over SMTP.
This plugin polls configured mailboxes, downloads incoming messages and attachments, decides whether a message should continue an existing chat or start a new one, and sends replies back by email.
It supports both:
usr/email/state.json.usr/email/attachments.Email Dispatcher context./project, /config, and /send control commands.helpers/handler.py manages polling, state persistence, dispatching, and reply flow.helpers/imap_client.py handles IMAP and Exchange fetching.helpers/smtp_client.py handles outbound replies.helpers/dispatcher.py formats chat summaries and parses dispatcher decisions.api/ and extensions/ connect the polling loop and UI-facing operations into the main app.externalfalsefalse_email_integrationEmail Integration