You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/05/08 02:17:24 UTC

[5/7] james-project git commit: MIME4J-274 Add a blog post announcing Apache MIME4J 0.8.2 release

MIME4J-274 Add a blog post announcing Apache MIME4J 0.8.2 release


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/115a10be
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/115a10be
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/115a10be

Branch: refs/heads/master
Commit: 115a10bef1fa06e3d5b6596f4dec20989b8b8f5b
Parents: 5e10c35
Author: benwa <bt...@linagora.com>
Authored: Mon May 7 14:51:22 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Tue May 8 09:16:35 2018 +0700

----------------------------------------------------------------------
 .../_posts/2018-05-07-mime4j-0.8.2.markdown     | 34 ++++++++++++++++++++
 1 file changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/115a10be/src/homepage/_posts/2018-05-07-mime4j-0.8.2.markdown
----------------------------------------------------------------------
diff --git a/src/homepage/_posts/2018-05-07-mime4j-0.8.2.markdown b/src/homepage/_posts/2018-05-07-mime4j-0.8.2.markdown
new file mode 100644
index 0000000..86646d4
--- /dev/null
+++ b/src/homepage/_posts/2018-05-07-mime4j-0.8.2.markdown
@@ -0,0 +1,34 @@
+---
+layout: post
+title:  "Apache James Mime4J 0.8.2"
+date:   2018-05-07 11:30:00 +0700
+categories: james update
+---
+
+James Mime4J 0.8.2 has been released.
+
+This release solves the following bugs:
+
+ - MIME4J-267 MIME4J DOM parsing errors on specific formats
+ - MIME4J-273 Correcting encoder splitting point
+
+The following feature were added:
+
+ - MIME4J-269 Introduce a safe to use, PERMISSIVE configuration
+ - MIME4J-268 DefaultMessageWriter: expose a convenient *asBytes* method
+ - MIME4J-271 Make possible to define a Content-Type parameter
+ - MIME4J-272 Implicit DOM builder call
+
+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.2</version>
+</dependency>
+```
+
+You can also download the release artifacts [here].
+
+[here]: https://www.apache.org/dist/james/mime4j/0.8.2/
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org