mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 02:44:18 +00:00
docs(core): extend documentation for NGImap4AuthMechanism in sogo.conf
update documentation for NGImap4AuthMechanism to highlight that using `AUTHENTICATE` is necessary to allow users to have UTF-8 characters in their passwords, i.e., especially 'umlauts'.
This commit is contained in:
@@ -2092,7 +2092,10 @@ The default value is `YES`.
|
||||
|
||||
|S |NGImap4AuthMechanism
|
||||
|Trigger the use of the IMAP `AUTHENTICATE` command with the specified
|
||||
SASL mechanism. Please note that feature might be limited at this time.
|
||||
SASL mechanism. Using `AUTHENTICATE` instead of `LOGIN` is also necessary
|
||||
to enable UTF-8 characters in users' passwords. To enable simple use of
|
||||
`AUTHENTICATE` for this purpose, set this setting to `plain`. Please note
|
||||
that this feature might be limited at this time.
|
||||
|
||||
|D |NGImap4ConnectionGroupIdPrefix
|
||||
|Prefix to prepend to names in IMAP ACL transactions, to indicate the
|
||||
|
||||
Reference in New Issue
Block a user