agent-zero/plugins/_email_integration/helpers
2026-03-18 21:00:36 +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 fix: maintain full references chain for thread grouping and append quoted previous message 2026-03-18 13:55:38 +08:00
handler.py fix: maintain full references chain for thread grouping and append quoted previous message 2026-03-18 13:55:38 +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