This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 9720338a7c3543af5f89099099829236405ac6f2 Author: Benoit Tellier <[email protected]> AuthorDate: Tue Mar 19 10:38:46 2019 +0700 Post for MIME4J 0.8.3 release --- .../_posts/2019-03-19-mime4j-0.8.3.markdown | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/homepage/_posts/2019-03-19-mime4j-0.8.3.markdown b/src/homepage/_posts/2019-03-19-mime4j-0.8.3.markdown new file mode 100644 index 0000000..586ee85 --- /dev/null +++ b/src/homepage/_posts/2019-03-19-mime4j-0.8.3.markdown @@ -0,0 +1,30 @@ +--- +layout: post +title: "Apache James Mime4J 0.8.3" +date: 2019-03-19 08:13:22 +0700 +categories: james update +--- + +James Mime4J 0.8.2 has been released. + +This release includes the following changes: + + - MIME4J-270: Using "alternative" as default subtype + - MIME4J-263: decoding encoded words with empty encoded-text + - MIME4J-279: Fixed JavaDoc errors to comply with Java8 + - MIME4J-280: Improve exception handling + - MIME4J-283: DecoderUtil performance fix + +The library is available as a maven artifact, for instance for mime4j core: + +``` +<dependency> + <groupId>org.apache.james</groupId> + <artifactId>apache-mime4j-core</artifactId> + <version>0.8.3</version> +</dependency> +``` + +You can also download the release artifacts [here]. + +[here]: https://www.apache.org/dist/james/mime4j/0.8.3/ \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
