Merge pull request #332 from ichdasich/adjust_imap_authenticate_documentation

Adjust imap authenticate documentation
This commit is contained in:
WoodySlum (Le Programmeur)
2022-11-08 17:09:47 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -32,6 +32,7 @@
//SOGoMailingMechanism = smtp;
//SOGoForceExternalLoginWithEmail = NO;
//SOGoMailSpoolPath = /var/spool/sogo;
//NGImap4AuthMechanism = "plain";
//NGImap4ConnectionStringSeparator = "/";
/* Notifications */