JAMES-2507 Write a blog post for 3.1.0 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/53e5c938 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/53e5c938 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/53e5c938 Branch: refs/heads/master Commit: 53e5c93845399eba52f5389632bfa91bf8a50daa Parents: c067f0d Author: benwa <[email protected]> Authored: Tue Jul 31 15:26:20 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 10:14:56 2018 +0700 ---------------------------------------------------------------------- .../_posts/2018-07-31-james-3.1.0.markdown | 39 ++++++++++++++++++++ 1 file changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/53e5c938/src/homepage/_posts/2018-07-31-james-3.1.0.markdown ---------------------------------------------------------------------- diff --git a/src/homepage/_posts/2018-07-31-james-3.1.0.markdown b/src/homepage/_posts/2018-07-31-james-3.1.0.markdown new file mode 100644 index 0000000..34274e5 --- /dev/null +++ b/src/homepage/_posts/2018-07-31-james-3.1.0.markdown @@ -0,0 +1,39 @@ +--- +layout: post +title: "Apache James Server 3.1.0" +date: 2018-07-31 16:13:22 +0200 +categories: james update +--- + +James server 3.1.0 has been releases. + +Here are some points we worked on: + +### Added + +- Introduce an object store +- Configurable listeners +- MDN (Message Disposition notification) parsing and handling +- SpamAssassin support with per user reports +- Search in attachments +- Data Leak Prevention +- JPA SMTP Guice product +- Cassandra migration process +- Structured logging +- RPM packaging (in addition to deb packaging) +- Delegating folders + +### Changed + +- Move to Java 8 +- Improve Mail Repositories handling, including a nice web API +- Improve Mail Queues handling, including a nice web API +- Improve RRT (Recipient Rewrite Table) implementation +- Quota handling improvements, and in particular users can receive an email when they are near the limit of their quota +- Many performances enhancement, in particular on Cassandra backend +- Documentation updates + +Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker]. + +[tracker]: https://issues.apache.org/jira/browse/JAMES +[download]: http://james.apache.org/download.cgi#Apache_James_Server \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
