agent-zero/plugins/_email_integration/helpers
2026-03-18 00:08:06 +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 _read_fw helper, add ChatSummary TypedDict to dispatcher 2026-03-17 02:58:48 +08:00
handler.py fix: reuse background context instead of AgentContext.first() 2026-03-18 00:08:06 +08:00
imap_client.py fix: prevent sender whitelist spoofing by matching only the parsed email address 2026-03-17 23:51:44 +08:00
smtp_client.py fix: add 30s timeout to SMTP connections to prevent indefinite blocking 2026-03-16 11:51:41 +08:00