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:
committed by
Peter Bieringer
parent
50d8ee97a0
commit
b3770c4f2d
@@ -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)_
|
||||
|
||||
Reference in New Issue
Block a user