agent-zero/plugins/_email_integration/helpers
2026-03-16 10:46:37 +08:00
..
__init__.py feat: Add email integration plugin with IMAP/Exchange polling and SMTP reply 2026-03-15 10:59:48 +08:00
attachment_reader.py feat(email): add file attachment support for email replies via RFC 2026-03-15 14:49:37 +08:00
dispatcher.py refactor: remove intervene_soft/hard dispatch actions, simplify to new_chat and continue 2026-03-15 23:21:02 +08:00
handler.py improve: consistent notification titles, & include dispatcher decision reason 2026-03-16 10:46:37 +08:00
imap_client.py fix(email): resolve type errors in imap_client with proper type narrowing and ignores 2026-03-15 12:32:46 +08:00
smtp_client.py improve: propagate send errors back to agent for retry on SMTP failures 2026-03-16 09:08:32 +08:00