1. 8599559 MIME4J-327 LenientAddressParser now handles UTF-8 (#104) by Benoit TELLIER · 3 days ago master
  2. 70a7b1e MIME4J-284 Test unfolding with equal sign (#105) by Benoit TELLIER · 3 days ago
  3. ff415b3 MIME4J-328 Fix DecoderUtil split point (#101) by Benoit TELLIER · 11 days ago
  4. bdb2264 Fixes parsing headers containing UTF-8 characters (#103) by Thomas · 2 weeks ago
  5. ea6ff94 MIME4J-197 Fixup case Mailbox parser absent domain part by Tung Tran · 3 weeks ago
  6. 46a59b1 Merge pull request #98 from chibenwa/changelog-05-03-2024 by Eugen Stan · 8 weeks ago
  7. e7f7d02 Merge pull request #99 from apache/doap-0.8.11 by Eugen Stan · 8 weeks ago
  8. 59225ec Added 0.8.11 release to DOAP by Eugen Stan · 9 weeks ago doap-0.8.11
  9. 3dcc0d6 Updated DOAP file with older release information by Eugen Stan · 9 weeks ago
  10. e0fd696 README for 0.8.11 by Benoit TELLIER · 9 weeks ago
  11. 2eb94e5 Update changelog for 0.8.11 by Benoit TELLIER · 9 weeks ago
  12. a05d993 [RELEASE] Rollover to 0.8.11-SNAPSHOT by Benoit TELLIER · 10 weeks ago
  13. db19e21 MIME4J-326 SILENT monitor for header decoding by Benoit TELLIER · 10 weeks ago
  14. 597db87 [RELEASE] Rollover to 0.8.10 (#93) by Benoit TELLIER · 2 months ago
  15. d25fb3f CHANGELOG CVE-2024-21742: Mime4J DOM header injection (#95) by Benoit TELLIER · 3 months ago
  16. ac81a5d DefaultBodyDescriptorBuilder: Allow to customize standard charset (#94) by Benoit TELLIER · 3 months ago
  17. a069e1e Refresh changelog (#92) by Benoit TELLIER · 4 months ago
  18. 9dec5df [FIX] Prevent header injection with MIME4J DOM (#91) by Benoit TELLIER · 4 months ago
  19. 6581bd2 Parsing multipart UTF-8 encoded filename. (#89) by Shamil Vakhitov · 5 months ago
  20. d5ddd87 Content-Disposition filename Q and UTF-8 encoded. by Shamil Vakhitov · 2 years, 9 months ago
  21. 8122e4b RawField.getBody() in UTF-8 by Shamil Vakhitov · 2 years, 9 months ago
  22. 0ef2168 MIME4J-325 DateTimeParser should throw ParseException if value can't be parsed (#88) by Wojtek · 10 months ago
  23. 7cae9fb Bump guava from 28.1-jre to 32.0.0-jre in /james-utils by dependabot[bot] · 11 months ago
  24. 2db07c2 [PERF] ContentTypeFieldLenientImpl: clear is not needed (#86) by Benoit TELLIER · 11 months ago
  25. 53413b0 MIME4J-322 Use ArrayDeque in MimeTokenStream by Benoit Tellier · 1 year, 3 months ago
  26. 15d8738 MIME4J-324 Avoid an extra copy of ContentDispositionFieldLenientImpl parameters by Benoit Tellier · 1 year, 1 month ago
  27. 8f72ae5 MIME4J-324 Handle URL parsing exception in LenientContentDispositionField by Benoit Tellier · 1 year, 1 month ago
  28. 26c8c38 [RELEASE] Bump changelog, readme, to 0.8.9 (#83) by Benoit TELLIER · 1 year, 4 months ago
  29. 04ae0f6 [maven-release-plugin] prepare for next development iteration by Benoit Tellier · 1 year, 4 months ago
  30. 8964fbd [maven-release-plugin] prepare release apache-mime4j-project-0.8.9 by Benoit Tellier · 1 year, 4 months ago apache-mime4j-project-0.8.9
  31. 021eb79 MIME4J-322 Rely on Files.createTempFile (#82) by Benoit TELLIER · 1 year, 6 months ago
  32. 8479bf6 MIME4J-321 SingleBody should return its size (#80) by Benoit TELLIER · 1 year, 6 months ago
  33. d7569c4 [RELEASE] Bump changelog, readme, to 0.8.8 (#79) by Benoit TELLIER · 1 year, 6 months ago
  34. 25d9ff6 [maven-release-plugin] prepare for next development iteration by Benoit Tellier · 1 year, 7 months ago
  35. 3105188 [maven-release-plugin] prepare release apache-mime4j-project-0.8.8 by Benoit Tellier · 1 year, 7 months ago apache-mime4j-project-0.8.8
  36. a1652d9 Update developer connection by Benoit Tellier · 1 year, 7 months ago
  37. 11d8dce [UPGRADE] log4j 2.17.1 -> 2.19.0 (#78) by Benoit TELLIER · 1 year, 7 months ago
  38. 4216ca2 MIME4J-318 Allow disabling buffer recycling by Benoit Tellier · 1 year, 9 months ago
  39. 3b3f09e MIME4J-318 Improve writing bodies into an output stream by Benoit Tellier · 1 year, 11 months ago
  40. 432b786 MIME4J-318 Add a TextBody::getCharset by Benoit Tellier · 1 year, 11 months ago
  41. a741f65 MIME4J-318 Improve writing recycled buffers by Benoit Tellier · 1 year, 11 months ago
  42. 639e74d MIME4J-318 Fields: rely on lenient parsers by Benoit Tellier · 1 year, 11 months ago
  43. c340fe6 MIME4J-318 Do not use Synchronised byte array output streams by Benoit Tellier · 1 year, 11 months ago
  44. 2f53da3 MIME4J-318 DefaultBodyDescriptorBuilder should avoid copying all headers by Benoit Tellier · 1 year, 11 months ago
  45. e2ad9a2 MIME4J-318 Fasten ContentDispositionFieldLenientImpl by Benoit Tellier · 1 year, 11 months ago
  46. 2a23438 MIME4J-318 RawBody is used solely for parsing and not exposed nor kept. by Benoit Tellier · 1 year, 11 months ago
  47. cd9f63b MIME4J-318 Write single body backed by ByteArrayOutputStream, add recycling by Benoit Tellier · 1 year, 11 months ago
  48. ad155f9 MIME4J-318 Write single body backed by ByteArrayOutputStream by Benoit Tellier · 1 year, 11 months ago
  49. 7f56f65 MIME4J-318 Buffer recycling for ContentUtil copies by Benoit Tellier · 1 year, 11 months ago
  50. e88d55b MIME4J-318 BufferedLineReaderInputStream: shift table can be reused by Benoit Tellier · 1 year, 11 months ago
  51. 215f8ed MIME4J-318 Adopt commons-io ByteArrayOutputStream by Benoit Tellier · 1 year, 11 months ago
  52. 2dd9015 MIME4J-109 Add (disabled) tests for MIME parameter decoding by cketti · 1 year, 9 months ago
  53. 133ac40 MIME4J-317 JMH benchmark: DOM fields by Benoit Tellier · 1 year, 11 months ago
  54. 1171711 MIME4J-317 Add a JMH benchmark for emails made of headers by Benoit Tellier · 1 year, 11 months ago
  55. 3899255 MIME4J-317 JMH benchmark: have more representative headers by Benoit Tellier · 1 year, 11 months ago
  56. e480ed3 MIME4J-317 Improve message writing (JMH + optimized copy) by Benoit Tellier · 1 year, 11 months ago
  57. 53ccf46 MIME4J-317 Example of MIME4 benchmark using JMH by Benoit Tellier · 1 year, 11 months ago
  58. ccf26e8 MIME4J-320 Make DateTimeParser case-insensitive for day of week and month by cketti · 1 year, 9 months ago
  59. 7327a67 Add version for the javacc-maven-plugin by Rene Cordier · 1 year, 8 months ago
  60. 16d6c56 MIME4J-315 Test suite for DateTime by Benoit Tellier · 2 years ago
  61. dc15857 MIME4J-315 Add a convenient method to parse DateTime by Benoit Tellier · 2 years ago
  62. d79c2ec MIME4J-315 Add a convenient method to transform DateTime into a java date by Benoit Tellier · 2 years ago
  63. 7e23d5e MIME4J-316 Parts missing in case of a specific combination of boundaries by Thomas Fricker · 2 years ago
  64. 4ecbe86 Bump log4j-core from 2.16.0 to 2.17.1 (#69) by dependabot[bot] · 2 years, 1 month ago
  65. 4f07346 MIME4J-313 -- correctly allow for builds with JDK > 8 but target/release of 8. (#67) by Tim Allison · 2 years, 1 month ago
  66. dbbcb43 [maven-release-plugin] prepare for next development iteration by Benoit Tellier · 2 years, 1 month ago
  67. ed5a50c [maven-release-plugin] prepare release apache-mime4j-project-0.8.7 by Benoit Tellier · 2 years, 1 month ago apache-mime4j-project-0.8.7
  68. c5b93cd Changelog for 8.7.0 by Benoit Tellier · 2 years, 1 month ago
  69. ceb6267 Update log4j to 2.16.0 by Trần Hồng Quân · 2 years, 5 months ago
  70. 41b9ab3 MIME4J-253 fix parsing encoded local part (#65) by Tanmoy Majumdar · 2 years, 6 months ago
  71. d6a2db2 MIME4J-109 use correct character encoding when parsing of MIME parameter value (#66) by Tanmoy Majumdar · 2 years, 6 months ago
  72. 9e46521 MIME4J-309 MimeUtil::date0 should use DateTimeFormatter (#61) by Benoit TELLIER · 2 years, 6 months ago
  73. abe9ea6 [MIME4J-308] Update tarLongFileMode to use POSIX (#60) by Roberto Oliveira · 2 years, 7 months ago
  74. dad47b4 MIME4J-307 AbstractHeader::getField (with cast) should handle missing header (#59) by Benoit TELLIER · 2 years, 8 months ago
  75. 67b0885 UPGRADE assertj 3.13.2 -> 3.21.0 by Benoit Tellier · 2 years, 8 months ago
  76. e0b5d6d UPGRADE mockito 3.0.0 -> 3.12.4 by Benoit Tellier · 2 years, 8 months ago
  77. d49cb5d UPGRADE commons-io 2.6 -> 2.11.0 by Benoit Tellier · 2 years, 8 months ago
  78. 9db2396 UPGRADE junit 4.12 -> 4.13.2 by Benoit Tellier · 2 years, 8 months ago
  79. 6fc70f4 [BUILDING] Targets JDK 8 by Benoit Tellier · 2 years, 8 months ago
  80. 2be6cea [NOTICE] Update copyright dates by Benoit Tellier · 2 years, 8 months ago
  81. 8653523 [CHANGELOG] Track changes for MIME4J 0.8.6 by Benoit Tellier · 2 years, 8 months ago
  82. 9f85357 README Improve MIME4J README (#57) by Benoit TELLIER · 2 years, 8 months ago
  83. ec4bfe0 [maven-release-plugin] prepare for next development iteration by Benoit Tellier · 2 years, 8 months ago
  84. d54eee8 [maven-release-plugin] prepare release apache-mime4j-project-0.8.6 by Benoit Tellier · 2 years, 8 months ago apache-mime4j-project-0.8.6
  85. d09771e Add maven-javadoc-plugin (#54) by Ondra Pelech · 2 years, 8 months ago
  86. 0b43a1e MIME4J-306 MimeUtil::unfold should group char appends (#52) by Benoit TELLIER · 2 years, 8 months ago
  87. a756b72 MIME4J-305 ContentUtil::decode can avoid using StringBuilder (#51) by Benoit TELLIER · 2 years, 8 months ago
  88. ac4c468 MIME4J-304 DecoderUtil::decodeEncodedWords without REGEXP (#50) by Benoit TELLIER · 2 years, 8 months ago
  89. 4377f39 [Documentation] Fix site.xml license by Benoit Tellier · 2 years, 10 months ago
  90. 4f9ffa4 [Documentation] Retire HUPA by Benoit Tellier · 2 years, 10 months ago
  91. 22126e3 [Documentation] Links should enforce HTTPS in menus by Benoit Tellier · 2 years, 10 months ago
  92. 9daec6b [maven-release-plugin] prepare for next development iteration by Benoit Tellier · 2 years, 10 months ago
  93. d90928c [maven-release-plugin] prepare release apache-mime4j-project-0.8.5 by Benoit Tellier · 2 years, 10 months ago apache-mime4j-project-0.8.5
  94. 0794209 [RELEASE] Roll out changelog by Benoit Tellier · 2 years, 10 months ago
  95. b5e0a96 [CHANGELOG] Track changes prior 0.8.5 by Benoit Tellier · 2 years, 11 months ago
  96. 3aa29d3 [EXAMPLES] RAT exceptions for newly added example resources by Benoit Tellier · 2 years, 11 months ago
  97. 3886419 [EXAMPLES] Github links for examples by Benoit Tellier · 2 years, 11 months ago
  98. b3e1e27 [EXAMPLES] Fix a typo in NAV panel by Benoit Tellier · 2 years, 11 months ago
  99. eebe5a5 [EXAMPLES] Link github and sit examples from the Mime4J index by Benoit Tellier · 2 years, 11 months ago
  100. 598c3d7 [EXAMPLES] Add an example for parsing messages by Benoit Tellier · 2 years, 11 months ago