Hello all, I wish good vacations for those who had some :-)
This summer, I had been identifying areas of improvements for the MIME4J parsing library, namely: - https://github.com/apache/james-mime4j/pull/50 MIME4J-304 DecoderUtil::decodeEncodedWords without REGEXP - https://github.com/apache/james-mime4j/pull/51 MIME4J-305 ContentUtil::decode can avoid using StringBuilder - https://github.com/apache/james-mime4j/pull/52 MIME4J-306 MimeUtil::unfold should group char appends I can understand that I have been writing some hand-written parsing code to achieve those goals, yet the output of this work had been tested successfully with the Jazzer fuzzer. As such and as the performance improvements are far from negligible, I would like to run a 0.8.6 release to make them available. By the way congratulation to all the DEVs, the fuzzing in Lenient mode did not highlight any defect. Regards, Benoit TELLIER