]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: Add MESSAGE_PART_FLAG_OVERFLOW to MIME parts that reached parsing limits
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 25 May 2021 17:03:53 +0000 (20:03 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 1 Jun 2021 18:17:43 +0000 (18:17 +0000)
commit2d676b00071d031e523b48eda7e4cfd810d23189
tree7214452f31a86afce3c8fc935e4cdf78d442320b
parent9d21af067f9c3cd49ab3d589534851189f264d97
lib-mail: Add MESSAGE_PART_FLAG_OVERFLOW to MIME parts that reached parsing limits

This allows callers to find out which MIME parts were properly parsed.
src/lib-mail/message-parser.c
src/lib-mail/message-part.h
src/lib-mail/test-message-parser.c