fix: use per-account bridge passwords for proton IMAP/SMTP

This commit is contained in:
James 2026-03-06 00:17:14 -05:00
parent 8935329d60
commit d31e569d5a
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ accounts:
host: 127.0.0.1 host: 127.0.0.1
port: 1143 port: 1143
username: tj@jongsma.me username: tj@jongsma.me
password: ${PROTON_BRIDGE_PASSWORD} password: ${TANYA_BRIDGE_PASSWORD}
tls: starttls tls: starttls
watch: watch:
- INBOX - INBOX
@ -17,7 +17,7 @@ accounts:
host: 127.0.0.1 host: 127.0.0.1
port: 1025 port: 1025
username: tj@jongsma.me username: tj@jongsma.me
password: ${PROTON_BRIDGE_PASSWORD} password: ${TANYA_BRIDGE_PASSWORD}
from: tj@jongsma.me from: tj@jongsma.me
johan_jongsma_me: johan_jongsma_me:
host: 127.0.0.1 host: 127.0.0.1