]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Don't try to add attachment flags if stream only has message header
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 3 Sep 2025 09:20:14 +0000 (12:20 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Tue, 14 Oct 2025 11:28:44 +0000 (11:28 +0000)
commit28f667ae4455f3296d20822bf2f594200fee9e62
tree52c5f65c61b477e1ad7cadb1276017b3f0906938
parent55771245ae9f2434d6fbdf2f0e7e27e2cc05fad3
lib-storage: Don't try to add attachment flags if stream only has message header

This could have caused wrong attachment flag to be added with imapc format,
because the body wasn't parsed. Other mailbox formats always had a message
body included in the stream.
src/lib-storage/index/index-mail.c