Add IMAP settings to configuration and enhance email processing logic
This commit is contained in:
parent
d326705b1d
commit
7698656c6e
4 changed files with 114 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ imap:
|
|||
password: "${IMAP_PASSWORD}" # Will be read from environment variable
|
||||
mailbox_in: "INBOX"
|
||||
draft_box: "Drafts"
|
||||
processed_box: "Processed" # Folder where processed emails will be moved
|
||||
use_tls: true
|
||||
|
||||
ai:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue