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

View File

@@ -1389,6 +1389,14 @@ One of:
Default: `tls`
##### imap_append_domain
_(>= 3.7.6)_
Append domain to login before trying IMAP connection like @domain.tld
Default: (unset)
##### oauth2_token_endpoint
_(>= 3.5.0)_