agent-zero/plugins/_email_integration/helpers
2026-03-23 18:28:42 +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
attachment_writer.py fix(email): use RFC to save inbound attachments into execution runtime 2026-03-23 13:03: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(email): reference attachments before text parts and remove unused import 2026-03-23 18:28:42 +08:00
imap_client.py fix(email): reference attachments before text parts and remove unused import 2026-03-23 18:28:42 +08:00
smtp_client.py improve(email): format agent markdown responses as styled HTML emails 2026-03-23 09:54:15 +08:00