agent-zero/plugins/_email_integration/helpers
2026-03-16 13:56:15 +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 fix: use background context for dispatcher to avoid creating visible chat 2026-03-16 13:56:15 +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 fix: add 30s timeout to SMTP connections to prevent indefinite blocking 2026-03-16 11:51:41 +08:00