]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: If message header has no colon, store it as value only
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 2 Sep 2021 14:12:55 +0000 (17:12 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 27 Sep 2021 07:01:18 +0000 (07:01 +0000)
commit44c43133a48a75828c723c51f88227ab1e4bfc58
treea10e5ca27a14ec5514fb68759f51d587eedf331d
parentac65213384cc0bb5f009bdaf5dffb4d5cff1d868
lib-mail: If message header has no colon, store it as value only

If the header is missing :, it is not valid header. Storing it as
value only ensures it will be kept by mbox rewrite, but will not
be processed as a header.
src/lib-mail/message-header-parser.c
src/lib-mail/test-message-header-parser.c
src/plugins/pop3-migration/pop3-migration-plugin.c