]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: message-parser didn't detect MIME part boundaries in the middle of MIME...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 15 Dec 2015 15:32:09 +0000 (17:32 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 15 Dec 2015 15:34:31 +0000 (17:34 +0200)
commit078c2c8c4012c03c1cc63371e98f7b0e50dbf773
tree8ca5584c097b33fc3738e56879471beefd290d8e
parent0f1fa5e5fc858671dbbe7d2ae730035fae3f3fc6
lib-mail: message-parser didn't detect MIME part boundaries in the middle of MIME part headers.

Instead the --boundary line was thought to be part of the header itself.
src/lib-mail/message-parser.c
src/lib-mail/test-message-parser.c