Changelog for
apache-james-mime4j-javadoc-0.8.11-150400.1.5.noarch.rpm :
* Mon May 06 2024 shvetz.antonAATTgmail.com- Upgrade to v0.8.11 + MIME4J-326 SILENT monitor for header decoding
* Sat Jan 27 2024 shvetz.antonAATTgmail.com- Update to v0.8.10 CVE-2024-21742: Mime4J DOM header injection
* Bug fixes: + Prevent header injection with MIME4J DOM + MIME4J-325 DateTimeParser should throw ParseException if value can\'t be parsed (#88) + MIME4J-324 Handle URL parsing exception in LenientContentDispositionField
* Performance: + ContentTypeFieldLenientImpl: clear is not needed (#86) + MIME4J-322 Use ArrayDeque in MimeTokenStream + MIME4J-324 Avoid an extra copy of ContentDispositionFieldLenientImpl parameters- Update to v0.8.9 - 2022-12-30
* Bug fixes: + MIME4J-322 Rely on Files.createTempFile (#82)
* Enhancements: + MIME4J-321 SingleBody should return its size (#80)- Update to v0.8.8 - 2022-10-28
* Upgrades: + Bump log4j-core from 2.16.0 to 2.19.0
* Bug fixes: + MIME4J-320 Make DateTimeParser case-insensitive for day of week and month + MIME4J-316 Parts missing in case of a specific combination of boundaries + MIME4J-313 -- correctly allow for builds with JDK > 8 but target/release of 8. (#67)
* Enhancements: + MIME4J-315 Add a convenient method to parse DateTime + MIME4J-315 Add a convenient method to transform DateTime into a java date
* Performance: + MIME4J-317 Improve message writing (JMH + optimized copy) + MIME4J-318 Add a TextBody::getCharset + MIME4J-318 Buffer recycling + MIME4J-318 Fasten ContentDispositionFieldLenientImpl + MIME4J-318 DefaultBodyDescriptorBuilder should avoid copying all headers + MIME4J-318 Fields: rely on lenient parsers- Add build dependency on mvn(org.openjdk.jmh:jmh-core), mvn(org.openjdk.jmh:jmh-generator-annprocess), mvn(org.apache.felix:maven-bundle-plugin)- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
* Fri May 06 2022 shvetz.antonAATTgmail.com- Initial packaging with v0.8.7