Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mail_utf8_extensions setting #1133

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7771,6 +7771,15 @@ by returning UID or GID fields. You can use either numeric IDs or
usernames here.`
},

mail_utf8_extensions: {
default: 'no',
values: setting_types.BOOLEAN,
text: `
If Dovecot has been compiled with --enable-experimental-mail-utf8 configure option,
this setting can be used to enable the feature. Settings this to \`yes\` will
enable SMTPUTF8 for LMTP and Submission sessions, and UTF8=ACCEPT for IMAP sessions.`
},

mail_vsize_bg_after_count: {
default: 0,
seealso: [ '[[plugin,quota]]' ],
Expand Down
Loading