mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
feat: Add email integration plugin with IMAP/Exchange polling and SMTP reply
This commit is contained in:
parent
1e3cad6911
commit
34f2354cb1
23 changed files with 1488 additions and 0 deletions
18
plugins/_email_integration/default_config.yaml
Normal file
18
plugins/_email_integration/default_config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
handlers: []
|
||||
# Example handler:
|
||||
# - name: support
|
||||
# enabled: true
|
||||
# account_type: imap
|
||||
# imap_server: imap.gmail.com
|
||||
# imap_port: 993
|
||||
# smtp_server: smtp.gmail.com
|
||||
# smtp_port: 587
|
||||
# username: ""
|
||||
# password: ""
|
||||
# poll_mode: seconds
|
||||
# poll_interval_seconds: 15
|
||||
# poll_interval_cron: "*/2 * * * *"
|
||||
# sender_whitelist: []
|
||||
# project: ""
|
||||
# dispatcher_instructions: ""
|
||||
# agent_instructions: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue