]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: mailbox_list_default_get_vname() - Use imap_utf7_to_utf8_escaped()
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 14 Jan 2021 13:40:44 +0000 (15:40 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 3 Feb 2021 09:04:22 +0000 (09:04 +0000)
commit6da08d8c61c94c36adcd785fe614ebbf7f2d3bb3
tree66b4b4fb92ed120dcc50ea25f4d844b7a79ee5f6
parent5f858f84b9b19451cc170e385ba006620be7cade
lib-storage: mailbox_list_default_get_vname() - Use imap_utf7_to_utf8_escaped()

This changes the output a bit for broken mUTF7 names. Previously if any
part of the string had broken mUTF7 input, none of it was converted.
Now it's instead trying to convert as much as it can.
src/lib-storage/mailbox-list.c
src/lib-storage/test-mailbox-list.c