Append domain to login before trying IMAP connection

Append email domain to login before trying connect to the IMAP server. Use this instead of strip_domain,
which removes the domain before trying the IMAP connection, to avoid the domain in the folder names of the collection.
This commit is contained in:
Michael Bartel
2026-06-26 20:52:38 +02:00
committed by Peter Bieringer
parent 50d8ee97a0
commit b3770c4f2d
4 changed files with 31 additions and 5 deletions

4
config
View File

@@ -161,6 +161,10 @@
# Value: tls | starttls | none
#imap_security = tls
# Append domain to login before trying IMAP connection
# Value: none | @domain.tld
#imap_append_domain =
# OAuth2 token endpoint URL
#oauth2_token_endpoint = <URL>