diff --git a/src/homepage/_posts/2026-09-03-mime4j-0.8.15.markdown b/src/homepage/_posts/2026-09-03-mime4j-0.8.15.markdown new file mode 100644 index 00000000000..1be36d88cf3 --- /dev/null +++ b/src/homepage/_posts/2026-09-03-mime4j-0.8.15.markdown @@ -0,0 +1,22 @@ +--- +layout: post +title: "Apache James MIME4J 0.8.15" +date: 2026-09-03 03:16:30 +0200 +categories: james update +--- + +The Apache James developers are pleased to announce the 0.8.15 release of the MIME4J library. + +Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker]. + +The full changes included in this release can be seen in the [CHANGELOG][CHANGELOG]. + +This release adds the following features: + + - [ENHANCEMENT] More configurable parsing limits and better defaults + +The Apache James PMC would like to thanks all contributors who made this release possible! + +[CHANGELOG]: https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md +[tracker]: https://issues.apache.org/jira/browse/MIME4J +[download]: https://james.apache.org/download.cgi#Apache_Mime4J diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index 3a588af5370..5ffeee88ba1 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -158,12 +158,12 @@
-

Apache Mime4J 0.8.14 is the latest stable version.

+

Apache Mime4J 0.8.15 is the latest stable version.

Sources: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]

You can directly use the core library with maven:

@@ -173,15 +173,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-core</artifactId> - <version>0.8.14</version> + <version>0.8.15</version> </dependency>

Direct download link: - (Jar) - [SHA-512] - [PGP] + (Jar) + [SHA-512] + [PGP]

In order to use Mime-4j DOM:

@@ -191,15 +191,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-dom</artifactId> - <version>0.8.14</version> + <version>0.8.15</version> </dependency>

Direct download link: - (Jar) - [SHA-512] - [PGP] + (Jar) + [SHA-512] + [PGP]

An aggregator project is also available:

@@ -209,15 +209,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j</artifactId> - <version>0.8.14</version> + <version>0.8.15</version> </dependency>

Direct download link: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]