Blue-lane provider data: imap.ionos.de:993 SSL/TLS; username is full email address. Non-secret email-connect config; password remains Red OpenBao provision only.
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
# Non-secret email-connect config for Binky company mailbox (IONOS).
|
|
# Credentials: env names only — values from OpenBao tenants/binky/company-email/imap
|
|
# via warden access / bao as the caller (WARDEN-WP-0028 / CCR-2026-0007).
|
|
#
|
|
# Usage (after Red provision):
|
|
# export IMAP_USERNAME=... IMAP_PASSWORD=... # via warden access --exec, not chat
|
|
# PYTHONPATH=src python3 -m email_connect.cli scan-mailbox \
|
|
# --config integrations/mailbox-binky-company.yml \
|
|
# --out mailmeta/reports/
|
|
|
|
mailbox:
|
|
id: binky-company-primary
|
|
protocol: imap
|
|
host: imap.ionos.de
|
|
port: 993
|
|
tls: true
|
|
username_env: IMAP_USERNAME
|
|
password_env: IMAP_PASSWORD
|
|
folder: INBOX
|
|
|
|
source:
|
|
fixture_dir: null
|
|
|
|
scan:
|
|
mode: incremental
|
|
max_messages_per_run: 500
|
|
since: null
|
|
from: null
|
|
to: null
|
|
include_seen: true
|
|
mark_seen: false
|
|
store_raw_headers: true
|
|
store_raw_body: false
|
|
store_raw_message_ref: false
|
|
|
|
expected_recipients:
|
|
path: null
|
|
csv_column: email
|
|
|
|
storage:
|
|
path: mailmeta/.email-connect-state.sqlite
|
|
|
|
reports:
|
|
output_dir: mailmeta/reports
|
|
include_all_evidence: true
|
|
include_unknown_messages: true
|
|
timestamp_timezone: Europe/Berlin
|