agent-zero/plugins/_email_integration/helpers
2026-03-17 00:46:02 +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 feat: add dispatcher_model setting to choose utility or chat model for email routing 2026-03-17 00:46:02 +08:00
imap_client.py feat: add process_unread_days setting to email handler 2026-03-16 23:50:05 +08:00
smtp_client.py fix: add 30s timeout to SMTP connections to prevent indefinite blocking 2026-03-16 11:51:41 +08:00