Add IMAP settings to configuration and enhance email processing logic
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user