email-connect/config/mailbox.example.yml

39 lines
697 B
YAML
Raw Normal View History

2026-06-02 01:19:09 +02:00
mailbox:
id: return-mailbox-default
protocol: fixture
host: null
port: 993
tls: true
username_env: EMAIL_CONNECT_IMAP_USER
password_env: EMAIL_CONNECT_IMAP_PASSWORD
folder: INBOX
source:
fixture_dir: tests/fixtures/mailbox
maildir_dir: null
2026-06-02 01:19:09 +02:00
scan:
mode: incremental
max_messages_per_run: 5000
since: null
2026-06-02 03:07:13 +02:00
from: null
to: null
2026-06-02 01:19:09 +02:00
include_seen: true
mark_seen: false
store_raw_headers: true
store_raw_body: false
store_raw_message_ref: true
2026-06-02 03:07:13 +02:00
expected_recipients:
path: null
csv_column: email
2026-06-02 01:19:09 +02:00
storage:
path: .email-connect/state.sqlite
reports:
output_dir: reports
include_all_evidence: true
include_unknown_messages: true
timestamp_timezone: UTC