]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap: Unconditionally advertise SPECIAL-USE capability
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 6 Mar 2025 12:26:49 +0000 (14:26 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Mar 2025 13:01:57 +0000 (13:01 +0000)
commitc644445bac9e273c7b48be4285aae27f8e31c50b
tree93e2d2cd2e6ce5a711043f1a0e26b54f5339c04e
parentaca2cd1949269b5e86f2b261b091b2b0f63eeb43
imap: Unconditionally advertise SPECIAL-USE capability

Clients should be able to handle a LIST reply doesn't return any special-use
flags, even if the capability is returned.

The removal is mainly to avoid rather costly checks with the new
configuration code.
src/imap/imap-client.c
src/imap/imap-settings.c
src/lib-storage/mail-user.c