]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-mail: message-parser - Optimize boundary lookups when exact boundary is found
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 23 Apr 2020 10:06:02 +0000 (13:06 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 27 May 2020 05:28:17 +0000 (08:28 +0300)
commit5b8ec27fae941d06516c30476dcf4820c6d200ab
tree90e0cbbfcc669f5180ec6966be2e8a001704ac84
parent2e60deb68235d868ff6fb324be16f92cf4b4aefb
lib-mail: message-parser - Optimize boundary lookups when exact boundary is found

When an exact boundary is found, there's no need to continue looking for
more boundaries.
src/lib-mail/message-parser.c