We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03fb2a commit aba1e27Copy full SHA for aba1e27
data/settings.js
@@ -7771,6 +7771,15 @@ by returning UID or GID fields. You can use either numeric IDs or
7771
usernames here.`
7772
},
7773
7774
+ mail_utf8_extensions: {
7775
+ default: 'no',
7776
+ values: settings_types.BOOLEAN,
7777
+ text: `
7778
+If Dovecot has been compiled with --enable-experimental-mail-utf8 configure option,
7779
+this setting can be used to enable the feature. Settings this to \`yes\` will
7780
+enable SMTPUTF8 in LMTP and Submission sessions, and UTF8=ACCEPT on IMAP sessions.`
7781
+ },
7782
+
7783
mail_vsize_bg_after_count: {
7784
default: 0,
7785
seealso: [ '[[plugin,quota]]' ],
0 commit comments