agent-zero/plugins/_email_integration/helpers
Alessandro 395ef8dd33 integrations: add native chat controls and email config presets
Add shared transport-level control commands so Telegram, WhatsApp, and
email threads can manage the active chat directly.

- add a shared integration command helper for /project, /config, /send,
  and /queue send
- wire native command handling into Telegram and WhatsApp sessions
- expose Telegram control commands through bot command routing and update
  transport docs
- add email thread command handling for existing A0 email conversations
- add an optional per-handler email conversation preset backed by model
  presets in the email settings UI and default config
- document the new transport control flow across Telegram, WhatsApp, and
  email
2026-04-11 18:49:13 +02: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 integrations: add native chat controls and email config presets 2026-04-11 18:49:13 +02: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