You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/07/13 08:27:22 UTC

[james-site] branch asf-site updated: Trigger sync

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/james-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 02a9ef7  Trigger sync
02a9ef7 is described below

commit 02a9ef781fd7af8940f8009c30da574542a8e5d1
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Jul 13 15:24:19 2021 +0700

    Trigger sync
---
 content/Dockerfile                                 |   25 +
 content/compile.sh                                 |   43 +
 content/dependency-management.html                 |  325 +--
 content/dependency-updates-report.html             |  354 +--
 content/download.html                              |   32 +-
 content/feed.xml                                   |    4 +-
 content/property-updates-report.html               |   25 +-
 content/rat-report.html                            | 2717 +++++++++++++++++++-
 content/server/config-healthcheck.html             |   11 +
 content/server/config-imap4.html                   |    9 +-
 content/server/config-jmap.html                    |    7 +
 content/server/config-rabbitmq.html                |   19 +
 content/server/config-smtp-lmtp.html               |    2 +-
 .../install/guice-cassandra-rabbitmq-s3.html       |    6 +-
 content/server/manage-webadmin.html                |    1 +
 content/server/quick-start.html                    |    2 +-
 16 files changed, 3157 insertions(+), 425 deletions(-)

diff --git a/content/Dockerfile b/content/Dockerfile
new file mode 100644
index 0000000..1422603
--- /dev/null
+++ b/content/Dockerfile
@@ -0,0 +1,25 @@
+FROM ruby:2.6.3
+
+RUN apt-get update \
+  && apt-get install -y \
+    nodejs \
+    python-pygments \
+  && apt-get clean \
+  && rm -rf /var/lib/apt/lists/
+
+RUN gem install \
+  github-pages \
+  jekyll \
+  jekyll-feed \
+  jekyll-redirect-from \
+  jekyll-seo-tag \
+  kramdown \
+  rdiscount \
+  rouge
+
+# Copy the script
+COPY compile.sh /root/compile.sh
+
+# Define the entrypoint
+WORKDIR /james-project
+ENTRYPOINT ["/root/compile.sh"]
diff --git a/content/compile.sh b/content/compile.sh
new file mode 100755
index 0000000..bc02c3f
--- /dev/null
+++ b/content/compile.sh
@@ -0,0 +1,43 @@
+#!/bin/sh -e
+#
+
+printUsage() {
+   echo "Usage : "
+   echo "./compile.sh SHA1"
+   echo "    SHA1: SHA1 to build (optional)"
+   exit 1
+}
+
+ORIGIN=/origin
+DESTINATION=/destination
+
+for arg in "$@"
+do
+   case $arg in
+      -*)
+         echo "Invalid option: -$OPTARG"
+         printUsage
+         ;;
+      *)
+         if ! [ -z "$1" ]; then
+            SHA1=$1
+         fi
+         ;;
+   esac
+   if [ "0" -lt "$#" ]; then
+      shift
+   fi
+done
+
+if [ -z "$SHA1" ]; then
+   SHA1=master
+fi
+
+# Sources retrieval
+git clone $ORIGIN/.
+git checkout $SHA1
+
+# Compilation /james-project/src/jekyll/_site
+
+jekyll build --source src/homepage --destination $DESTINATION
+
diff --git a/content/dependency-management.html b/content/dependency-management.html
index 7076bbb..86d1b50 100644
--- a/content/dependency-management.html
+++ b/content/dependency-management.html
@@ -1235,21 +1235,21 @@
 <tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/mime4j/apache-mime4j-core">apache-mime4j-core</a></td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/mime4j/apache-mime4j-dom">apache-mime4j-dom</a></td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/mime4j/apache-mime4j-james-utils">apache-mime4j-james-utils</a></td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
@@ -1780,14 +1780,14 @@
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.james</td>
-<td><a class="externalLink" href="http://james.apache.org/server/james-server-fetchmail/">james-server-fetchmail</a></td>
+<td><a class="externalLink" href="http://james.apache.org/server/james-server-feature-checks/">james-server-feature-checks</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.james</td>
-<td><a class="externalLink" href="http://james.apache.org/server/james-server-filesystem-api/">james-server-filesystem-api</a></td>
+<td><a class="externalLink" href="http://james.apache.org/server/james-server-fetchmail/">james-server-fetchmail</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
@@ -1797,1066 +1797,1073 @@
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-filesystem-api/">james-server-filesystem-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
-<td>test-jar</td>
+<td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.james</td>
+<td><a class="externalLink" href="http://james.apache.org/server/james-server-filesystem-api/">james-server-filesystem-api</a></td>
+<td>3.7.0-SNAPSHOT</td>
+<td>-</td>
+<td>test-jar</td>
+<td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-common/">james-server-guice-common</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-common/">james-server-guice-common</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-imap/">james-server-guice-imap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-jmap/">james-server-guice-jmap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-jmap/">james-server-guice-jmap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
-<td>james-server-guice-mailbox</td>
+<td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-mailbox/">james-server-guice-mailbox</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
-<td>-</td></tr>
-<tr class="a">
+<td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-netty/">james-server-guice-netty</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-sieve-file/">james-server-guice-sieve-file</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-sieve-file/">james-server-guice-sieve-file</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-sieve-jpa/">james-server-guice-sieve-jpa</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-sieve-jpa/">james-server-guice-sieve-jpa</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-smtp/">james-server-guice-smtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-utils/">james-server-guice-utils</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-guice-webadmin/">james-server-guice-webadmin</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-jmap/">james-server-jmap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-jmap-draft/">james-server-jmap-draft</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/protocols/jmap-draft-integration-testing/james-server-jmap-draft-integration-testing/">james-server-jmap-draft-integration-testing</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/protocols/jmap-draft-integration-testing/james-server-jmap-draft-integration-testing/">james-server-jmap-draft-integration-testing</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-jmap-rfc-8621/">james-server-jmap-rfc-8621</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-jwt/">james-server-jwt</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-lifecycle-api/">james-server-lifecycle-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-blob/james-server-mail-store/">james-server-mail-store</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailbox-adapter/">james-server-mailbox-adapter</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailbox-jmx/">james-server-mailbox-jmx</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-mailbox-plugin-deleted-messages-vault-guice/">james-server-mailbox-plugin-deleted-messages-vault-guice</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-mailbox-plugin-deleted-messages-vault-guice/">james-server-mailbox-plugin-deleted-messages-vault-guice</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailet-dkim/">james-server-mailet-dkim</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailetcontainer-api/">james-server-mailetcontainer-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailetcontainer-api/">james-server-mailetcontainer-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailetcontainer-impl/">james-server-mailetcontainer-impl</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailets/">james-server-mailets</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailrepository-api/">james-server-mailrepository-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailrepository-api/">james-server-mailrepository-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailrepository-cassandra/">james-server-mailrepository-cassandra</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-mailrepository-memory/">james-server-mailrepository-memory</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-memory-app/">james-server-memory-app</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-memory-app/">james-server-memory-app</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/james-server-onami/">james-server-onami</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-imap4/">james-server-protocols-imap4</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-library/">james-server-protocols-library</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-library/">james-server-protocols-library</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-lmtp/">james-server-protocols-lmtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-managesieve/">james-server-protocols-managesieve</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-managesieve/">james-server-protocols-managesieve</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-pop3/">james-server-protocols-pop3</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-smtp/">james-server-protocols-smtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-protocols-smtp/">james-server-protocols-smtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-activemq/">james-server-queue-activemq</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-api/">james-server-queue-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-api/">james-server-queue-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-file/">james-server-queue-file</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-jms/">james-server-queue-jms</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-jms/">james-server-queue-jms</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-memory/">james-server-queue-memory</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-memory/">james-server-queue-memory</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-queue-rabbitmq/">james-server-queue-rabbitmq</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-spring/">james-server-spring</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-api/">james-server-task-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-api/">james-server-task-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-distributed/">james-server-task-distributed</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-distributed/">james-server-task-distributed</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-json/">james-server-task-json</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-json/">james-server-task-json</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-memory/">james-server-task-memory</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-task-memory/">james-server-task-memory</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-testing/">james-server-testing</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-util/">james-server-util</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-util/">james-server-util</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/james-server-webadmin/">james-server-webadmin</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-cassandra/">james-server-webadmin-cassandra</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-cassandra-data/">james-server-webadmin-cassandra-data</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-core/">james-server-webadmin-core</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-core/">james-server-webadmin-core</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-data/">james-server-webadmin-data</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-dropwizard-metrics/">james-server-webadmin-dropwizard-metrics</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/protocols/webadmin-integration-test/james-server-webadmin-integration-test-common/">james-server-webadmin-integration-test-common</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-jmap/">james-server-webadmin-jmap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-mail-over-web/">james-server-webadmin-mail-over-web</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-mailbox/">james-server-webadmin-mailbox</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-mailbox-deleted-message-vault/">james-server-webadmin-mailbox-deleted-message-vault</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-mailqueue/">james-server-webadmin-mailqueue</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-mailrepository/">james-server-webadmin-mailrepository</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-rabbitmq/">james-server-webadmin-rabbitmq</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-webadmin-swagger/">james-server-webadmin-swagger</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/javax-mail-extension/">javax-mail-extension</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/javax-mail-extension/">javax-mail-extension</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/metrics/metrics-api/">metrics-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/metrics/metrics-api/">metrics-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/metrics/metrics-dropwizard/">metrics-dropwizard</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/metrics/metrics-logger/">metrics-logger</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/metrics/metrics-tests/">metrics-tests</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/mailet/mock-smtp-server/">mock-smtp-server</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/server/james-server-guice/queue-activemq-guice/">queue-activemq-guice</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="http://james.apache.org/mailbox/plugin/quota-mailing-cassandra">quota-mailing-cassandra</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james</td>
 <td><a class="externalLink" href="https://james.apache.org/testing-base/">testing-base</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.jspf</td>
 <td><a class="externalLink" href="http://james.apache.org/jspf/apache-jspf-resolver/">apache-jspf-resolver</a></td>
 <td>1.0.1</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-api">protocols-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-api">protocols-api</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-imap">protocols-imap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-imap">protocols-imap</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-lmtp">protocols-lmtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-managesieve">protocols-managesieve</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-managesieve">protocols-managesieve</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-netty">protocols-netty</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-pop3">protocols-pop3</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-smtp">protocols-smtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.james.protocols</td>
 <td><a class="externalLink" href="http://james.apache.org/protocols/protocols-smtp">protocols-smtp</a></td>
 <td>3.7.0-SNAPSHOT</td>
 <td>-</td>
 <td>test-jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.logging.log4j</td>
 <td><a class="externalLink" href="https://logging.apache.org/log4j/2.x/">log4j</a></td>
 <td>2.14.0</td>
 <td>-</td>
 <td>pom</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.logging.log4j</td>
 <td><a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/">log4j-slf4j-impl</a></td>
 <td>2.14.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven</td>
 <td><a class="externalLink" href="https://maven.apache.org/ref/3.6.3/maven-plugin-api/">maven-plugin-api</a></td>
 <td>3.6.3</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.artifact</td>
 <td><a class="externalLink" href="http://maven.apache.org/maven-artifact/">maven-artifact</a></td>
 <td>3.0-alpha-1</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugin-tools</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
 <td>3.6.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.reporting</td>
 <td><a class="externalLink" href="http://maven.apache.org/shared/maven-reporting-api/">maven-reporting-api</a></td>
 <td>3.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.reporting</td>
 <td><a class="externalLink" href="https://maven.apache.org/shared/maven-reporting-impl/">maven-reporting-impl</a></td>
 <td>3.0.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.pdfbox</td>
 <td><a class="externalLink" href="https://www.apache.org/pdfbox-parent/pdfbox/">pdfbox</a></td>
 <td>2.0.24</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.xbean</td>
 <td><a class="externalLink" href="http://geronimo.apache.org/maven/xbean/4.18/xbean-spring">xbean-spring</a></td>
 <td>4.18</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.assertj</td>
 <td><a class="externalLink" href="https://assertj.github.io/doc/assertj-core/">assertj-core</a></td>
 <td>3.19.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.awaitility</td>
 <td><a class="externalLink" href="http://awaitility.org">awaitility</a></td>
 <td>4.0.3</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.bouncycastle</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/java.html">bcmail-jdk15on</a></td>
 <td>1.68</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/licence.html">Bouncy Castle Licence</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.bouncycastle</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/java.html">bcpkix-jdk15on</a></td>
 <td>1.68</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/licence.html">Bouncy Castle Licence</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.bouncycastle</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/java.html">bcprov-jdk15on</a></td>
 <td>1.68</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.bouncycastle.org/licence.html">Bouncy Castle Licence</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.hamcrest</td>
 <td><a class="externalLink" href="http://hamcrest.org/JavaHamcrest/">java-hamcrest</a></td>
 <td>2.0.0.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://opensource.org/licenses/BSD-3-Clause">BSD Licence 3</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.jasypt</td>
 <td><a class="externalLink" href="http://www.jasypt.org">jasypt</a></td>
 <td>1.9.3</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.jsoup</td>
 <td><a class="externalLink" href="https://jsoup.org/">jsoup</a></td>
 <td>1.13.1</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://jsoup.org/license">The MIT License</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.junit.jupiter</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-engine</a></td>
 <td>5.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.junit.jupiter</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-migrationsupport</a></td>
 <td>5.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.junit.jupiter</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-params</a></td>
 <td>5.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.junit.platform</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-engine</a></td>
 <td>1.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.junit.platform</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-launcher</a></td>
 <td>1.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.junit.vintage</td>
 <td><a class="externalLink" href="https://junit.org/junit5/">junit-vintage-engine</a></td>
 <td>5.7.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.mockito</td>
 <td><a class="externalLink" href="https://github.com/mockito/mockito">mockito-core</a></td>
 <td>3.7.7</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://github.com/mockito/mockito/blob/release/3.x/LICENSE">The MIT License</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.reactivestreams</td>
 <td><a class="externalLink" href="http://www.reactive-streams.org/">reactive-streams</a></td>
 <td>1.0.3</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.scala-lang</td>
 <td><a class="externalLink" href="https://www.scala-lang.org/">scala-library</a></td>
 <td>2.13.4</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.scala-lang.modules</td>
 <td>scala-java8-compat_2.13</td>
 <td>0.9.1</td>
 <td>-</td>
 <td>jar</td>
 <td>-</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.scalacheck</td>
 <td><a class="externalLink" href="http://www.scalacheck.org">scalacheck_2.13</a></td>
 <td>1.15.2</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-clause</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.scalatest</td>
 <td>scalatest_2.13</td>
 <td>3.2.3</td>
 <td>-</td>
 <td>jar</td>
 <td>-</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.slf4j</td>
 <td><a class="externalLink" href="http://www.slf4j.org">jcl-over-slf4j</a></td>
 <td>1.7.27</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.slf4j</td>
 <td><a class="externalLink" href="http://www.slf4j.org">log4j-over-slf4j</a></td>
 <td>1.7.27</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache Software Licenses</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.slf4j</td>
 <td><a class="externalLink" href="http://www.slf4j.org">slf4j-api</a></td>
 <td>1.7.27</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-aop</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-beans</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-context</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-core</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-jdbc</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-jms</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-orm</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-tx</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.springframework</td>
 <td><a class="externalLink" href="https://github.com/spring-projects/spring-framework">spring-web</a></td>
 <td>4.3.25.RELEASE</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.subethamail</td>
 <td><a class="externalLink" href="http://subethasmtp.googlecode.com">subethasmtp</a></td>
 <td>3.1.7</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://code.google.com/p/subethasmtp/source/browse/trunk/LICENSE.txt">Apache 2.0</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.testcontainers</td>
 <td><a class="externalLink" href="https://testcontainers.org">testcontainers</a></td>
 <td>1.15.1</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://opensource.org/licenses/MIT">MIT</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.threeten</td>
 <td><a class="externalLink" href="https://www.threeten.org/threeten-extra">threeten-extra</a></td>
 <td>1.5.0</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://raw.githubusercontent.com/ThreeTen/threeten-extra/master/LICENSE.txt">BSD 3-clause</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>pl.pragmatists</td>
 <td><a class="externalLink" href="https://github.com/Pragmatists/JUnitParams">JUnitParams</a></td>
 <td>1.1.1</td>
diff --git a/content/dependency-updates-report.html b/content/dependency-updates-report.html
index 8070f1a..5878455 100644
--- a/content/dependency-updates-report.html
+++ b/content/dependency-updates-report.html
@@ -163,7 +163,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td># of dependencies using the latest version available</td>
-<td>208</td></tr>
+<td>206</td></tr>
 <tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of dependencies where the next version available is smaller than an incremental version update</td>
@@ -171,7 +171,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of dependencies where the next version available is an incremental version update</td>
-<td>57</td></tr>
+<td>60</td></tr>
 <tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of dependencies where the next version available is a minor version update</td>
@@ -1707,39 +1707,39 @@
 <td></td>
 <td></td></tr>
 <tr class="a">
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
 <td>apache-mime4j-core</td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td></td>
 <td></td>
 <td>jar</td>
 <td></td>
-<td></td>
+<td><b>0.8.5</b></td>
 <td></td>
 <td></td></tr>
 <tr class="b">
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
 <td>apache-mime4j-dom</td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td></td>
 <td></td>
 <td>jar</td>
 <td></td>
-<td></td>
+<td><b>0.8.5</b></td>
 <td></td>
 <td></td></tr>
 <tr class="a">
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
 <td>apache-mime4j-james-utils</td>
-<td>0.8.5</td>
+<td>0.8.4</td>
 <td></td>
 <td></td>
 <td>jar</td>
 <td></td>
-<td></td>
+<td><b>0.8.5</b></td>
 <td></td>
 <td></td></tr>
 <tr class="b">
@@ -2321,7 +2321,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-fetchmail</td>
+<td>james-server-feature-checks</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2333,7 +2333,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-filesystem-api</td>
+<td>james-server-fetchmail</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2345,7 +2345,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-common</td>
+<td>james-server-filesystem-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2357,7 +2357,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-imap</td>
+<td>james-server-guice-common</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2369,7 +2369,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-jmap</td>
+<td>james-server-guice-imap</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2381,7 +2381,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-mailbox</td>
+<td>james-server-guice-jmap</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2393,7 +2393,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-netty</td>
+<td>james-server-guice-mailbox</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2405,7 +2405,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-sieve-file</td>
+<td>james-server-guice-netty</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2417,7 +2417,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-sieve-jpa</td>
+<td>james-server-guice-sieve-file</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2429,7 +2429,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-smtp</td>
+<td>james-server-guice-sieve-jpa</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2441,7 +2441,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-utils</td>
+<td>james-server-guice-smtp</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2453,7 +2453,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-guice-webadmin</td>
+<td>james-server-guice-utils</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2465,7 +2465,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-jmap</td>
+<td>james-server-guice-webadmin</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2477,7 +2477,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-jmap-draft</td>
+<td>james-server-jmap</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2489,7 +2489,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-jmap-draft-integration-testing</td>
+<td>james-server-jmap-draft</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2501,7 +2501,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-jmap-rfc-8621</td>
+<td>james-server-jmap-draft-integration-testing</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2513,7 +2513,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-jwt</td>
+<td>james-server-jmap-rfc-8621</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2525,7 +2525,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-lifecycle-api</td>
+<td>james-server-jwt</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2537,7 +2537,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mail-store</td>
+<td>james-server-lifecycle-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2549,7 +2549,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailbox-adapter</td>
+<td>james-server-mail-store</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2561,7 +2561,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailbox-jmx</td>
+<td>james-server-mailbox-adapter</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2573,7 +2573,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailbox-plugin-deleted-messages-vault-guice</td>
+<td>james-server-mailbox-jmx</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2585,7 +2585,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailet-dkim</td>
+<td>james-server-mailbox-plugin-deleted-messages-vault-guice</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2597,7 +2597,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailetcontainer-api</td>
+<td>james-server-mailet-dkim</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2609,7 +2609,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailetcontainer-impl</td>
+<td>james-server-mailetcontainer-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2621,7 +2621,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailets</td>
+<td>james-server-mailetcontainer-impl</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2633,7 +2633,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailrepository-api</td>
+<td>james-server-mailets</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2645,7 +2645,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailrepository-cassandra</td>
+<td>james-server-mailrepository-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2657,7 +2657,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-mailrepository-memory</td>
+<td>james-server-mailrepository-cassandra</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2669,7 +2669,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-memory-app</td>
+<td>james-server-mailrepository-memory</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2681,7 +2681,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-onami</td>
+<td>james-server-memory-app</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2693,7 +2693,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-imap4</td>
+<td>james-server-onami</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2705,7 +2705,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-library</td>
+<td>james-server-protocols-imap4</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2717,7 +2717,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-lmtp</td>
+<td>james-server-protocols-library</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2729,7 +2729,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-managesieve</td>
+<td>james-server-protocols-lmtp</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2741,7 +2741,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-pop3</td>
+<td>james-server-protocols-managesieve</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2753,7 +2753,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-protocols-smtp</td>
+<td>james-server-protocols-pop3</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2765,7 +2765,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-activemq</td>
+<td>james-server-protocols-smtp</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2777,7 +2777,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-api</td>
+<td>james-server-queue-activemq</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2789,7 +2789,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-file</td>
+<td>james-server-queue-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2801,7 +2801,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-jms</td>
+<td>james-server-queue-file</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2813,7 +2813,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-memory</td>
+<td>james-server-queue-jms</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2825,7 +2825,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-queue-rabbitmq</td>
+<td>james-server-queue-memory</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2837,7 +2837,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-spring</td>
+<td>james-server-queue-rabbitmq</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2849,7 +2849,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-task-api</td>
+<td>james-server-spring</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2861,7 +2861,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-task-distributed</td>
+<td>james-server-task-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2873,7 +2873,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-task-json</td>
+<td>james-server-task-distributed</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2885,7 +2885,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-task-memory</td>
+<td>james-server-task-json</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2897,7 +2897,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-testing</td>
+<td>james-server-task-memory</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2909,7 +2909,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-util</td>
+<td>james-server-testing</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2921,7 +2921,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin</td>
+<td>james-server-util</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2933,7 +2933,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-cassandra</td>
+<td>james-server-webadmin</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2945,7 +2945,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-cassandra-data</td>
+<td>james-server-webadmin-cassandra</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2957,7 +2957,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-core</td>
+<td>james-server-webadmin-cassandra-data</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2969,7 +2969,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-data</td>
+<td>james-server-webadmin-core</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2981,7 +2981,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-dropwizard-metrics</td>
+<td>james-server-webadmin-data</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -2993,7 +2993,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-integration-test-common</td>
+<td>james-server-webadmin-dropwizard-metrics</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3005,7 +3005,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-jmap</td>
+<td>james-server-webadmin-integration-test-common</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3017,7 +3017,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-mail-over-web</td>
+<td>james-server-webadmin-jmap</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3029,7 +3029,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-mailbox</td>
+<td>james-server-webadmin-mail-over-web</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3041,7 +3041,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-mailbox-deleted-message-vault</td>
+<td>james-server-webadmin-mailbox</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3053,7 +3053,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-mailqueue</td>
+<td>james-server-webadmin-mailbox-deleted-message-vault</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3065,7 +3065,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-mailrepository</td>
+<td>james-server-webadmin-mailqueue</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3077,7 +3077,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-rabbitmq</td>
+<td>james-server-webadmin-mailrepository</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3089,7 +3089,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>james-server-webadmin-swagger</td>
+<td>james-server-webadmin-rabbitmq</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3101,7 +3101,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>javax-mail-extension</td>
+<td>james-server-webadmin-swagger</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3113,7 +3113,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>metrics-api</td>
+<td>javax-mail-extension</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3125,7 +3125,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>metrics-dropwizard</td>
+<td>metrics-api</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3137,7 +3137,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>metrics-logger</td>
+<td>metrics-dropwizard</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3149,7 +3149,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>metrics-tests</td>
+<td>metrics-logger</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3161,7 +3161,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>mock-smtp-server</td>
+<td>metrics-tests</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3173,7 +3173,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>queue-activemq-guice</td>
+<td>mock-smtp-server</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3185,7 +3185,7 @@
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>quota-mailing-cassandra</td>
+<td>queue-activemq-guice</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3197,7 +3197,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james</td>
-<td>testing-base</td>
+<td>quota-mailing-cassandra</td>
 <td>3.7.0-SNAPSHOT</td>
 <td></td>
 <td></td>
@@ -3208,6 +3208,18 @@
 <td></td></tr>
 <tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
+<td>org.apache.james</td>
+<td>testing-base</td>
+<td>3.7.0-SNAPSHOT</td>
+<td></td>
+<td></td>
+<td>jar</td>
+<td></td>
+<td></td>
+<td></td>
+<td></td></tr>
+<tr class="a">
+<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.jspf</td>
 <td>apache-jspf-resolver</td>
 <td>1.0.1</td>
@@ -3218,7 +3230,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-api</td>
@@ -3230,7 +3242,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-imap</td>
@@ -3242,7 +3254,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-lmtp</td>
@@ -3254,7 +3266,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-managesieve</td>
@@ -3266,7 +3278,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-netty</td>
@@ -3278,7 +3290,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-pop3</td>
@@ -3290,7 +3302,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.james.protocols</td>
 <td>protocols-smtp</td>
@@ -3302,7 +3314,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.logging.log4j</td>
 <td>log4j</td>
@@ -3314,7 +3326,7 @@
 <td><b>2.14.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.logging.log4j</td>
 <td>log4j-slf4j-impl</td>
@@ -3326,7 +3338,7 @@
 <td><b>2.14.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.maven</td>
 <td>maven-plugin-api</td>
@@ -3338,7 +3350,7 @@
 <td></td>
 <td><b>3.8.1</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.maven.artifact</td>
 <td>maven-artifact</td>
@@ -3350,7 +3362,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.maven.plugin-tools</td>
 <td>maven-plugin-annotations</td>
@@ -3362,7 +3374,7 @@
 <td><b>3.6.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.maven.reporting</td>
 <td>maven-reporting-api</td>
@@ -3374,7 +3386,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.apache.maven.reporting</td>
 <td>maven-reporting-impl</td>
@@ -3386,7 +3398,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.pdfbox</td>
 <td>pdfbox</td>
@@ -3398,7 +3410,7 @@
 <td></td>
 <td><b>3.0.0-RC1</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.apache.xbean</td>
 <td>xbean-spring</td>
@@ -3410,7 +3422,7 @@
 <td></td>
 <td><b>4.19</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.assertj</td>
 <td>assertj-core</td>
@@ -3422,7 +3434,7 @@
 <td></td>
 <td><b>3.20.0</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.awaitility</td>
 <td>awaitility</td>
@@ -3434,7 +3446,7 @@
 <td></td>
 <td><b>4.1.0</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.bouncycastle</td>
 <td>bcmail-jdk15on</td>
@@ -3446,7 +3458,7 @@
 <td></td>
 <td><b>1.69</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.bouncycastle</td>
 <td>bcpkix-jdk15on</td>
@@ -3458,7 +3470,7 @@
 <td></td>
 <td><b>1.69</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.bouncycastle</td>
 <td>bcprov-jdk15on</td>
@@ -3470,7 +3482,7 @@
 <td></td>
 <td><b>1.69</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.hamcrest</td>
 <td>java-hamcrest</td>
@@ -3482,7 +3494,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.jasypt</td>
 <td>jasypt</td>
@@ -3494,7 +3506,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.jsoup</td>
 <td>jsoup</td>
@@ -3506,7 +3518,7 @@
 <td></td>
 <td><b>1.14.1</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.jupiter</td>
 <td>junit-jupiter-engine</td>
@@ -3518,7 +3530,7 @@
 <td><b>5.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.jupiter</td>
 <td>junit-jupiter-migrationsupport</td>
@@ -3530,7 +3542,7 @@
 <td><b>5.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.jupiter</td>
 <td>junit-jupiter-params</td>
@@ -3542,7 +3554,7 @@
 <td><b>5.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.platform</td>
 <td>junit-platform-engine</td>
@@ -3554,7 +3566,7 @@
 <td><b>1.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.platform</td>
 <td>junit-platform-launcher</td>
@@ -3566,7 +3578,7 @@
 <td><b>1.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.junit.vintage</td>
 <td>junit-vintage-engine</td>
@@ -3578,7 +3590,7 @@
 <td><b>5.7.1</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.mockito</td>
 <td>mockito-core</td>
@@ -3590,7 +3602,7 @@
 <td></td>
 <td><b>3.8.0</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.reactivestreams</td>
 <td>reactive-streams</td>
@@ -3602,7 +3614,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.scala-lang</td>
 <td>scala-library</td>
@@ -3614,7 +3626,7 @@
 <td><b>2.13.5</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.scala-lang.modules</td>
 <td>scala-java8-compat_2.13</td>
@@ -3626,7 +3638,7 @@
 <td></td>
 <td><b>1.0.0-RC1</b></td>
 <td><b>1.0.0</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.scalacheck</td>
 <td>scalacheck_2.13</td>
@@ -3638,7 +3650,7 @@
 <td><b>1.15.3</b></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.scalatest</td>
 <td>scalatest_2.13</td>
@@ -3650,7 +3662,7 @@
 <td><b>3.2.4</b></td>
 <td><b>3.3.0-SNAP2</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.slf4j</td>
 <td>jcl-over-slf4j</td>
@@ -3662,7 +3674,7 @@
 <td><b>1.7.28</b></td>
 <td><b>2.0.0-alpha0</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.slf4j</td>
 <td>log4j-over-slf4j</td>
@@ -3674,7 +3686,7 @@
 <td><b>1.7.28</b></td>
 <td><b>2.0.0-alpha0</b></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.slf4j</td>
 <td>slf4j-api</td>
@@ -3686,7 +3698,7 @@
 <td><b>1.7.28</b></td>
 <td><b>2.0.0-alpha0</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-aop</td>
@@ -3698,7 +3710,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-beans</td>
@@ -3710,7 +3722,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-context</td>
@@ -3722,7 +3734,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-core</td>
@@ -3734,7 +3746,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-jdbc</td>
@@ -3746,7 +3758,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-jms</td>
@@ -3758,7 +3770,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-orm</td>
@@ -3770,7 +3782,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-tx</td>
@@ -3782,7 +3794,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.springframework</td>
 <td>spring-web</td>
@@ -3794,7 +3806,7 @@
 <td><b>4.3.26.RELEASE</b></td>
 <td></td>
 <td><b>5.0.0.RELEASE</b></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>org.subethamail</td>
 <td>subethasmtp</td>
@@ -3806,7 +3818,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.testcontainers</td>
 <td>testcontainers</td>
@@ -3818,7 +3830,7 @@
 <td><b>1.15.2</b></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>org.threeten</td>
 <td>threeten-extra</td>
@@ -3830,7 +3842,7 @@
 <td></td>
 <td><b>1.6.0</b></td>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td>pl.pragmatists</td>
 <td>JUnitParams</td>
@@ -3842,7 +3854,7 @@
 <td></td>
 <td></td>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <th>Status</th>
 <th>Group Id</th>
 <th>Artifact Id</th>
@@ -3860,28 +3872,28 @@
 <p></p><section>
 <h3><a name="ch.qos.logback:logback-classic"></a>ch.qos.logback:logback-classic</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th width="80%">Status</th>
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Group Id</th>
 <td>ch.qos.logback</td></tr>
-<tr class="b">
+<tr class="a">
 <th width="80%">Artifact Id</th>
 <td>logback-classic</td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Current Version</th>
 <td>1.2.3</td></tr>
-<tr class="b">
+<tr class="a">
 <th width="80%">Scope</th>
 <td></td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Classifier</th>
 <td></td></tr>
-<tr class="b">
+<tr class="a">
 <th width="80%">Type</th>
 <td>jar</td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Newer versions</th>
 <td><b>1.3.0-alpha0</b>&#160;<i>Next Incremental</i><br />1.3.0-alpha1<br />1.3.0-alpha2<br />1.3.0-alpha3<br />1.3.0-alpha4<br /><b>1.3.0-alpha5</b>&#160;<i>Latest Incremental</i></td></tr></table></section><section>
 <h3><a name="ch.qos.logback.contrib:logback-jackson"></a>ch.qos.logback.contrib:logback-jackson</h3>
@@ -6937,7 +6949,7 @@
 <table border="0" class="bodyTable">
 <tr class="a">
 <th width="80%">Status</th>
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure>&#160;No newer versions available.</td></tr>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
 <tr class="b">
 <th width="80%">Group Id</th>
 <td>org.apache.james</td></tr>
@@ -6946,7 +6958,7 @@
 <td>apache-mime4j-core</td></tr>
 <tr class="b">
 <th width="80%">Current Version</th>
-<td>0.8.5</td></tr>
+<td>0.8.4</td></tr>
 <tr class="a">
 <th width="80%">Scope</th>
 <td></td></tr>
@@ -6955,12 +6967,15 @@
 <td></td></tr>
 <tr class="a">
 <th width="80%">Type</th>
-<td>jar</td></tr></table></section><section>
+<td>jar</td></tr>
+<tr class="b">
+<th width="80%">Newer versions</th>
+<td><b>0.8.5</b>&#160;<i>Next Incremental</i></td></tr></table></section><section>
 <h3><a name="org.apache.james:apache-mime4j-dom"></a>org.apache.james:apache-mime4j-dom</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th width="80%">Status</th>
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure>&#160;No newer versions available.</td></tr>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
 <tr class="b">
 <th width="80%">Group Id</th>
 <td>org.apache.james</td></tr>
@@ -6969,7 +6984,7 @@
 <td>apache-mime4j-dom</td></tr>
 <tr class="b">
 <th width="80%">Current Version</th>
-<td>0.8.5</td></tr>
+<td>0.8.4</td></tr>
 <tr class="a">
 <th width="80%">Scope</th>
 <td></td></tr>
@@ -6978,12 +6993,15 @@
 <td></td></tr>
 <tr class="a">
 <th width="80%">Type</th>
-<td>jar</td></tr></table></section><section>
+<td>jar</td></tr>
+<tr class="b">
+<th width="80%">Newer versions</th>
+<td><b>0.8.5</b>&#160;<i>Next Incremental</i></td></tr></table></section><section>
 <h3><a name="org.apache.james:apache-mime4j-james-utils"></a>org.apache.james:apache-mime4j-james-utils</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th width="80%">Status</th>
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure>&#160;No newer versions available.</td></tr>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
 <tr class="b">
 <th width="80%">Group Id</th>
 <td>org.apache.james</td></tr>
@@ -6992,7 +7010,7 @@
 <td>apache-mime4j-james-utils</td></tr>
 <tr class="b">
 <th width="80%">Current Version</th>
-<td>0.8.5</td></tr>
+<td>0.8.4</td></tr>
 <tr class="a">
 <th width="80%">Scope</th>
 <td></td></tr>
@@ -7001,7 +7019,10 @@
 <td></td></tr>
 <tr class="a">
 <th width="80%">Type</th>
-<td>jar</td></tr></table></section><section>
+<td>jar</td></tr>
+<tr class="b">
+<th width="80%">Newer versions</th>
+<td><b>0.8.5</b>&#160;<i>Next Incremental</i></td></tr></table></section><section>
 <h3><a name="org.apache.james:backup"></a>org.apache.james:backup</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
@@ -8106,6 +8127,29 @@
 <tr class="a">
 <th width="80%">Type</th>
 <td>jar</td></tr></table></section><section>
+<h3><a name="org.apache.james:james-server-feature-checks"></a>org.apache.james:james-server-feature-checks</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th width="80%">Status</th>
+<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure>&#160;No newer versions available.</td></tr>
+<tr class="b">
+<th width="80%">Group Id</th>
+<td>org.apache.james</td></tr>
+<tr class="a">
+<th width="80%">Artifact Id</th>
+<td>james-server-feature-checks</td></tr>
+<tr class="b">
+<th width="80%">Current Version</th>
+<td>3.7.0-SNAPSHOT</td></tr>
+<tr class="a">
+<th width="80%">Scope</th>
+<td></td></tr>
+<tr class="b">
+<th width="80%">Classifier</th>
+<td></td></tr>
+<tr class="a">
+<th width="80%">Type</th>
+<td>jar</td></tr></table></section><section>
 <h3><a name="org.apache.james:james-server-fetchmail"></a>org.apache.james:james-server-fetchmail</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
diff --git a/content/download.html b/content/download.html
index 7347ed5..b027ec9 100644
--- a/content/download.html
+++ b/content/download.html
@@ -483,13 +483,13 @@ is found <a class="externalLink" href="https://www.apache.org/licenses/exports/"
 <h2><a name="Apache_Mime4J"></a>Apache Mime4J</h2>
   
     
-<p>Apache Mime4J 0.8.4 is the latest stable version.</p>
+<p>Apache Mime4J 0.8.5 is the latest stable version.</p>
 
     
 <p>Sources:
-      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.4/james-mime4j-sources-0.8.4.zip">(Zip)</a>
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/james-mime4j-sources-0.8.4.zip.sha512">SHA-512</a>]
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/james-mime4j-sources-0.8.4.zip.asc">PGP</a>]
+      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.5/james-mime4j-sources-0.8.5.zip">(Zip)</a>
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/james-mime4j-sources-0.8.5.zip.sha512">SHA-512</a>]
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/james-mime4j-sources-0.8.5.zip.asc">PGP</a>]
     </p>
 
     
@@ -502,16 +502,16 @@ is found <a class="externalLink" href="https://www.apache.org/licenses/exports/"
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mime4j-core&lt;/artifactId&gt;
-    &lt;version&gt;0.8.4&lt;/version&gt;
+    &lt;version&gt;0.8.5&lt;/version&gt;
   &lt;/dependency&gt;
      
     </pre></div>
 
     
 <p>Direct download link:
-      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.4/apache-mime4j-core-0.8.4.jar">(Jar)</a>
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-core-0.8.4.jar.sha512">SHA-512</a>]
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-core-0.8.4.jar.asc">PGP</a>]
+      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.5/apache-mime4j-core-0.8.5.jar">(Jar)</a>
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-core-0.8.5.jar.sha512">SHA-512</a>]
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-core-0.8.5.jar.asc">PGP</a>]
       </p>
 
     
@@ -524,16 +524,16 @@ is found <a class="externalLink" href="https://www.apache.org/licenses/exports/"
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mime4j-dom&lt;/artifactId&gt;
-    &lt;version&gt;0.8.4&lt;/version&gt;
+    &lt;version&gt;0.8.5&lt;/version&gt;
   &lt;/dependency&gt;
      
     </pre></div>
 
     
 <p>Direct download link:
-      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.4/apache-mime4j-dom-0.8.4.jar">(Jar)</a>
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-dom-0.8.4.jar.sha512">SHA-512</a>]
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-dom-0.8.4.jar.asc">PGP</a>]
+      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.5/apache-mime4j-dom-0.8.5.jar">(Jar)</a>
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-dom-0.8.5.jar.sha512">SHA-512</a>]
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-dom-0.8.5.jar.asc">PGP</a>]
     </p>
 
     
@@ -546,16 +546,16 @@ is found <a class="externalLink" href="https://www.apache.org/licenses/exports/"
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mime4j&lt;/artifactId&gt;
-    &lt;version&gt;0.8.4&lt;/version&gt;
+    &lt;version&gt;0.8.5&lt;/version&gt;
   &lt;/dependency&gt;
      
     </pre></div>
 
     
 <p>Direct download link:
-      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.4/apache-mime4j-0.8.4-bin.zip">(Zip)</a>
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-0.8.4-bin.zip.sha512">SHA-512</a>]
-      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.4/apache-mime4j-0.8.4-bin.zip.asc">PGP</a>]
+      <a class="externalLink" href="https://www.apache.org/dyn/closer.lua/james/mime4j/0.8.5/apache-mime4j-0.8.5-bin.zip">(Zip)</a>
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-0.8.5-bin.zip.sha512">SHA-512</a>]
+      [<a class="externalLink" href="https://downloads.apache.org/james/mime4j/0.8.5/apache-mime4j-0.8.5-bin.zip.asc">PGP</a>]
     </p>
   
   </section>
diff --git a/content/feed.xml b/content/feed.xml
index a92a7ac..33db285 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -24,8 +24,8 @@
 </description>
     <link>http://james.apache.org/</link>
     <atom:link href="http://james.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 13 Jul 2021 09:23:30 +0700</pubDate>
-    <lastBuildDate>Tue, 13 Jul 2021 09:23:30 +0700</lastBuildDate>
+    <pubDate>Tue, 13 Jul 2021 15:23:32 +0700</pubDate>
+    <lastBuildDate>Tue, 13 Jul 2021 15:23:32 +0700</lastBuildDate>
     <generator>Jekyll v4.2.0</generator>
     
       <item>
diff --git a/content/property-updates-report.html b/content/property-updates-report.html
index cd34ed9..fb9d328 100644
--- a/content/property-updates-report.html
+++ b/content/property-updates-report.html
@@ -163,7 +163,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td># of properties using the latest version available</td>
-<td>16</td></tr>
+<td>15</td></tr>
 <tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of properties where the next version available is smaller than an incremental version update</td>
@@ -171,7 +171,7 @@
 <tr class="a">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of properties where the next version available is an incremental version update</td>
-<td>13</td></tr>
+<td>14</td></tr>
 <tr class="b">
 <td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td># of properties where the next version available is a minor version update</td>
@@ -343,11 +343,11 @@
 <td></td>
 <td></td></tr>
 <tr class="b">
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure></td>
 <td>${apache-mime4j.version}</td>
-<td>0.8.5</td>
-<td></td>
+<td>0.8.4</td>
 <td></td>
+<td><b>0.8.5</b></td>
 <td></td>
 <td></td></tr>
 <tr class="a">
@@ -617,7 +617,7 @@
 <table border="0" class="bodyTable">
 <tr class="a">
 <th width="80%">Status</th>
-<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure>&#160;No newer versions available.</td></tr>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
 <tr class="b">
 <th width="80%">Property</th>
 <td>${apache-mime4j.version}</td></tr>
@@ -626,20 +626,23 @@
 <td>org.apache.james:apache-mime4j-core<br />org.apache.james:apache-mime4j-dom<br />org.apache.james:apache-mime4j-james-utils</td></tr>
 <tr class="b">
 <th width="80%">Current Version</th>
-<td>0.8.5</td></tr>
+<td>0.8.4</td></tr>
 <tr class="a">
+<th width="80%">Newer versions</th>
+<td><b>0.8.5</b>&#160;<i>Next Incremental</i></td></tr>
+<tr class="b">
 <th width="80%">Allowed version range</th>
 <td>[,)</td></tr>
-<tr class="b">
+<tr class="a">
 <th width="80%">Infer associations from project</th>
 <td>Yes</td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Only use release versions</th>
 <td>No</td></tr>
-<tr class="b">
+<tr class="a">
 <th width="80%">Include projects from reactor</th>
 <td>Yes</td></tr>
-<tr class="a">
+<tr class="b">
 <th width="80%">Always use reactor projects (even if older or -SNAPSHOT)</th>
 <td>Yes</td></tr></table></section><section>
 <h3><a name="a.24.7Bbouncycastle.version"></a>${bouncycastle.version</h3>
diff --git a/content/rat-report.html b/content/rat-report.html
index 499717f..6787fbc 100644
--- a/content/rat-report.html
+++ b/content/rat-report.html
@@ -165,20 +165,20 @@
 *****************************************************
 Summary
 -------
-Generated at: 2021-07-13T09:21:26+07:00
+Generated at: 2021-07-13T15:12:30+07:00
 
 Notes: 2345
-Binaries: 9904
+Binaries: 10005
 Archives: 3074
-Standards: 11478
+Standards: 11697
 
-Apache Licensed: 7764
+Apache Licensed: 7869
 Generated Documents: 0
 
 JavaDocs are generated, thus a license header is optional.
 Generated files do not require license headers.
 
-3707 Unknown Licenses
+3821 Unknown Licenses
 
 *****************************************************
 
@@ -724,6 +724,7 @@ Files with unapproved licenses:
   backends-common/rabbitmq/target/checkstyle-result.xml
   backends-common/rabbitmq/target/checkstyle-cachefile
   backends-common/rabbitmq/apache-james-backends-rabbitmq.iml
+  backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/QueueArguments.java
   backends-common/rabbitmq/src/test/resources/empty-store
   backends-common/james-backends-common.iml
   backends-common/target/maven-archiver/pom.properties
@@ -844,6 +845,7 @@ Files with unapproved licenses:
   mailbox/store/apache-james-mailbox-store.iml
   mailbox/store/target/maven-archiver/pom.properties
   mailbox/store/target/classes/git.properties
+  mailbox/store/target/test-run.log
   mailbox/store/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
   mailbox/store/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
   mailbox/store/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
@@ -1732,6 +1734,7 @@ Files with unapproved licenses:
   src/homepage/_posts/2007-01-03-Mailet-api.markdown
   src/homepage/_posts/2011-08-06-james-beta3.markdown
   src/homepage/_posts/2007-04-04-james-commiters-guidelines.markdown
+  src/homepage/_posts/2021-07-02-mime4j-0.8.5.markdown
   src/homepage/_posts/2018-02-12-gsoc-2018.markdown
   src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown
   src/homepage/_posts/2016-02-08-moving-to-git.markdown
@@ -1779,9 +1782,120 @@ Files with unapproved licenses:
   src/homepage/assets/css/lightbox.css
   src/homepage/assets/css/ie8.css
   src/homepage/assets/fonts/fontawesome-webfont.svg
+  src/homepage/_site/images/james.svg
+  src/homepage/_site/images/james-alt.svg
+  src/homepage/_site/assets/main.css
+  src/homepage/_site/assets/minima-social-icons.svg
+  src/homepage/_site/assets/js/github-fetch.js
+  src/homepage/_site/assets/js/skel.min.js
+  src/homepage/_site/assets/js/util.js
+  src/homepage/_site/assets/js/main.js
+  src/homepage/_site/assets/js/jquery.scrollex.min.js
+  src/homepage/_site/assets/js/jquery.scrolly.min.js
+  src/homepage/_site/assets/js/ie/respond.min.js
+  src/homepage/_site/assets/js/ie/PIE.htc
+  src/homepage/_site/assets/js/ie/html5shiv.js
+  src/homepage/_site/assets/js/lity.min.js
+  src/homepage/_site/assets/js/jquery.min.js
+  src/homepage/_site/assets/js/lightbox.js
+  src/homepage/_site/assets/main.css.map
+  src/homepage/_site/assets/css/test.html
+  src/homepage/_site/assets/css/font-awesome.min.css
+  src/homepage/_site/assets/css/main.css
+  src/homepage/_site/assets/css/ie9.css
+  src/homepage/_site/assets/css/lity.min.css
+  src/homepage/_site/assets/css/lightbox.css
+  src/homepage/_site/assets/css/ie8.css
+  src/homepage/_site/assets/fonts/fontawesome-webfont.svg
+  src/homepage/_site/Dockerfile
+  src/homepage/_site/about.md
+  src/homepage/_site/compile.sh
   src/homepage/Dockerfile
   src/homepage/about.md
   src/homepage/_config.yml
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8d/57db48933f256c539396b3dd2cbb81cfbba7d09d078b84c831b59259ac29ca
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/08e0ea607a3525049dc7b2e40f78bfdf7ab1a6b872483ad0676b63ea49cc07
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/82cd82e6f5695f0bf644eb292133c15fc25aa64f0c6916e0a70fb401e7a842
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/59/5ae6c6ef8b3398a7c640b4180eb66cbef4e73e6e1b972b963688d669bb2ad5
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/bccb784a9f5cd48528c8f5a9a8d76df6160009f499e095cd7e91ce48390ca3
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/e60f9c24415192b3c4445894d06ce07cc5c2422be5e4c48f6fb2592f24df24
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/11d820bd4771ee2fc5a96f204017c91afda72cc9af3eea9aa66b1dcdaadd16
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/48e25d64c037b9cb2461801cc4ac5ad6f8851fec7a3b62662fc462134184ff
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/69e75147efd402f49b670a0c7d0fc3b0afd222846700f0c673d0aed2be7735
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1f/85417a34c476e17c1687ddeb7fbe68d5ac8a79b0f2530fac815691e415f7ee
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/28/887537305812517f770e56adab6e8858804b53f66c17d85cae9be83c016905
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/3e/9d43e81b176a169aa44ae366e05edd8ed173a89b5cc56a4fef21f48f004c7f
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/21/64cbd2c4898fcaae42d77eb167995fa3e9ff4ababb0ef9b68c711c2498f8a8
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/17/c5cc7ad76310300cdb63f8d470a7da7b9ba422cc6d5dbbcf2f9546ce58c57c
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/901f7f1a419266698f11086a0f76218c40eca9c59a5e0481cd7ff89319560f
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/652a04daea04a69a09a732f6dff167d4645df8b03a090dde151f6086939038
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/ae81004169ad40a1c80d65ee1c1fece99561043a0c8301320134ec44ae5e4a
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/5a1b93300c41f42c5cc59fa8dd838496889274ecf1c89db8d54e9396ceadb1
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fc/4e12933b144a34f8ced025759e59422f155fb497c1659542710e1e59c96ca8
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7d/c2ec768c9649ad4a2f4ddac849666d28cde217a41ed069c0b7fd8a91670df3
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/dd/aa8b9904d5a3ca67d400a02bb52a8523271b0d94c8316a294e4039e56f9682
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/66/9983c72359d4fc4977ab5f326bf47ec72459eefa084c27470b2e0d560f8070
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f1/076370e6da52bd6c59fc968fa9ad39262523ab4294c309df789431e0f4d4e6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6f/fa787ac0e92e4cc7baf1185802b4a18c9933d0acddf48e6cd7cd130abd7d78
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6b/359d4bf54174615128f062ef36746ad926fedd769a6328ff7a9e9bed5ccfb4
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ee/ddeebed1d9de6d69496dc778c238b6bdf413d3b7833c525901d376082121d7
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a4/7286762cf448a2b3855ef2c0bef875fe55a3920fca2ece91e97d9e243d2f9f
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/8d03d204aae3bdb15b96ec2668389b5a58c08f01b7b7cbdc124afdb9408ddb
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/60566e3d9cce7a582c2fe97fd8b8b337eca043c3ea056d76f997a59d659182
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/77/7f8bc64e08c55232494cc0a526b8e3eb6d0b6a86f23504f8364178a7bc9c41
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/52/8de6f03656d72cdc53f1beacae9436862a66ddc4c96e8e3aefda31ed8e7adc
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fe/3a6c255a7d78dc740844fb945ec6bbdf0d714c95b212e07861925355c426f3
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/6dbdbae4bdb9ff52410733829718175a3b4938f9336ff046910b696810cd03
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ce/0c080a81ee9e2357610d221c2691eb440ff44820134acc11ce2aec848e685d
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/8ce42816dffcf71fd13e7ae0593e104533dbeb6a4638ae9198738654461524
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f9/0080b64cc85dde1f8e95228261817cc83aafdb4b2565cce388d66a05a11d52
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/99933888c45bb7a99c0bbfe71e76d4dc4e44babee88bd15f9c5fe094cf1b70
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/1018567a7d60ed47a3b6a8ebeff0b0353e4e3aff48440b7dee3a822f4cc17e
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/23/48d69780707a935b9d01b2152a378ddd89a710835e56c009d25332a5f5e244
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/9aa032c732457072a8fd4d959b7b0fd346101ee8a6bb364be34a79c21ea773
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/6db8bf6fc4ca3b1be21b22220b673de5beeddbef04dd174abb48a01052a07a
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/71/6c7a0fc54c3ceec0aa0b8458c45be533152b2770d6dd599de9d8a3e4ebce2e
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b3/37d2f3436f91360350e950ecd0873c6decfcf2d1ac95138e09fa2cb40eddf6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/cf31e6f8f220b5d044b9afee4fce1844b54a02b5c94fa03d3ecfa80c8bd882
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/58534c64a1a71676e26ef3c4e47e8df5d08de065f48d3f1e757fdefe2de828
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4a/c0f8962874a61e28b2a7e79547d03b88ffa2dfb8909c94a9d0f4994c7fa32a
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/82/b55dfa9498473e3800bbf314f9d362880a0ed5ddb345ccc3c6eadae49f664a
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b8/eaf70db0ab688164d6e0ae17223b748eef6ace3ab21427608c88ac5e1b6e5c
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/58/69495887e8ecc08fba501c93169912e7a2800f57c3c1b828fc8085410a7405
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/42/5fad91d035c5b664056d31863f04c37584d15b8c3ad44a898f206c4a5a4431
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fb/4e036f0ca8b4f484011a7b9e1045535289d3018c75910d086f6ed6750b6c2f
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/d78422a3e5495f2b7c3729e598e2b8561d6300cccbbe3a28569df329d038a6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/07/77d56834b720ebcbf69d6c535c614f6e58e1591b87d9e3aaefc4518b876e4b
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/84/bc92467483427fd17848b6f474c5069992312c93c86db08ba652797a1eefe9
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/19c96ebf87d3c67361b6168fc224f54db3c113da5ff56eae0a933330bbd526
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/95/021bf5c54fa2bd78cd372e0bcef9b3d5684c7546febddf1ce138f1cafc216b
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/660ab5b37f7ac0d6d06f8ccba38a49074e4a9a0f929de440f5da146bca8680
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/fd837d777469583d4060a9aacaafc8aeab9d94c054bd8afa218c75ddc197c2
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f0/daf8db91f47da55e53545bd074692742b119e183864d0ddcab72a5a613d2a6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f8/1f51108ae03f8361886dd5ded31a66a2a4814f06e0721b11d4af16d213acc1
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/aa/50c0f83e94624635cb07beadd46467f7019a14046254970504e3f2bc3840e6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f6/e95f974df1c4b22632412dcc7e987510df6b867d2d707031a97c8b72b2c44d
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/69/aa24944bada69392ef814dc2ab89ac7c3cbd25240057620b023a381db0a338
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d4/335bb2166ad4b5e8687985c883c36ba9577ec52feb34bc1d401951a1870810
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/c8b8d95161ba2999b331439d1c21e05d91ae78e02770c1e4ffe1d7fc4d7a59
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/d80f84070626ea7b2957c3b39216b927ab12a48a7da1ca543f44f7dd283f92
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/90/bcf0c3ad017c06e475905d31f24ae3b1c1219fb15e0bef26a12ed80bfa422d
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ab/bf40199bfc6648b49bcd2920d6d108f08c362256670c737c7fe996581bd971
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/44/b331c2d6c2b3a4cfed62c0919715003e8fb4f347747c5b8c79ff8b2c90852c
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/60/0006db7057473a0f023860a9a8eb39d2e00e2adb2f89bc3fe66adcf8423b7f
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/75/7a19a15961b2334e11cde0a20416337aebb743fc0c72fa21a45988b88a686d
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8d3786a8c3dbfb04540c50b7a815a1cafe3173235aeaba7ec827d5a9f0cab4
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8fb7016efff58d7f5ba1991135dcbd2f6cd9d5d50c106bc6a46978e699df98
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/11/528e0cd232ddb3fd846c44db3c3263b2b2b7ab7bcf731a49a9fb16b08d1018
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5a/58e96394851431e0ab21c64fd3993589b8cb25b1b4923001801ebc3ec5d30c
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1a/f10223754d6d00756ea5a0211bcf0fe12ac642cebf4875754d4ecfbe48bdf1
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7a/e17af28d24bb78778f420f44afaf3b2766b539131d02f98782b5da2871e8f6
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/00/9fe59619df67abebf6862863822cb952cbe030dfb27a0f5c2b713b23d511f2
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/bb/bb9d9ae8bfadae11a7fb4d1dcfd3e76059432351feabca4bdfc6fca4f11313
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/87/1f120b4de5f9eccc323f87fd20af753cfd167e585b62ff63fe8f6a4d18b6bf
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/16/531833e55a8f67a1511260b65ce9353f68a6aa452698e726668be4acafd8a0
+  src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/88/217b672ed98bcd3545d686ca8ab8cf8d7c05ae746553cd94602133fbdc86af
+  src/homepage/Gemfile.lock
   src/homepage/compile.sh
   src/site/Dockerfile
   src/site/resources/server/rfclist/smtp/rfc1869.txt
@@ -12481,6 +12595,7 @@ Archives:
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/RabbitMQConnectionFactory.java
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/RabbitMQServerVersion.java
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/ReceiverProvider.java
+ !????? backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/QueueArguments.java
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/SimpleConnectionPool.java
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/RabbitMQManagementAPI.java
   AL    backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/Constants.java
@@ -14186,6 +14301,7 @@ Archives:
   AL    mailbox/store/target/checkstyle-suppressions.xml
   A     mailbox/store/target/apache-james-mailbox-store-3.7.0-SNAPSHOT-test-sources.jar
   AL    mailbox/store/target/checkstyle-checker.xml
+ !????? mailbox/store/target/test-run.log
   A     mailbox/store/target/apache-james-mailbox-store-3.7.0-SNAPSHOT-tests.jar
  !????? mailbox/store/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  !????? mailbox/store/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -14354,6 +14470,7 @@ Archives:
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AbstractMessageMapper.java
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/utils/ApplicableFlagCalculator.java
+  AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/utils/MimeMessageHeadersUtil.java
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/MailboxMapperFactory.java
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java
   AL    mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/ThreadIdGuessingAlgorithm.java
@@ -18610,6 +18727,7 @@ Archives:
  !????? event-bus/distributed/target/checkstyle-result.xml
   A     event-bus/distributed/target/event-bus-distributed-3.7.0-SNAPSHOT-test-sources.jar
  !????? event-bus/distributed/target/checkstyle-cachefile
+  AL    event-bus/distributed/src/main/java/org/apache/james/events/EventBusReconnectionHandler.java
   AL    event-bus/distributed/src/main/java/org/apache/james/events/EventDispatcher.java
   AL    event-bus/distributed/src/main/java/org/apache/james/events/GroupRegistrationHandler.java
   AL    event-bus/distributed/src/main/java/org/apache/james/events/ListenerExecutor.java
@@ -20529,6 +20647,7 @@ Archives:
  !????? src/homepage/_posts/2007-01-03-Mailet-api.markdown
  !????? src/homepage/_posts/2011-08-06-james-beta3.markdown
  !????? src/homepage/_posts/2007-04-04-james-commiters-guidelines.markdown
+ !????? src/homepage/_posts/2021-07-02-mime4j-0.8.5.markdown
  !????? src/homepage/_posts/2018-02-12-gsoc-2018.markdown
  !????? src/homepage/_posts/2012-12-08-mailet-2.5.0.markdown
  !????? src/homepage/_posts/2016-02-08-moving-to-git.markdown
@@ -20588,6 +20707,153 @@ Archives:
   B     src/homepage/assets/fonts/FontAwesome.otf
   B     src/homepage/assets/fonts/fontawesome-webfont.ttf
   B     src/homepage/assets/fonts/fontawesome-webfont.eot
+  B     src/homepage/_site/images/hactoberfest.png
+  B     src/homepage/_site/images/james-smtp-relay.png
+  B     src/homepage/_site/images/james-imap-server.png
+ !????? src/homepage/_site/images/james.svg
+  B     src/homepage/_site/images/openpaas.png
+  B     src/homepage/_site/images/james-general-architecture.png
+ !????? src/homepage/_site/images/james-alt.svg
+  B     src/homepage/_site/images/guice-jpa-architecture-overview.png
+  B     src/homepage/_site/images/linagora.png
+  B     src/homepage/_site/images/james-logo.png
+  AL    src/homepage/_site/elements.html
+  AL    src/homepage/_site/james/update/2019/08/30/latest-image-changes.html
+  AL    src/homepage/_site/james/update/2019/09/05/james-3.4.0.html
+  AL    src/homepage/_site/james/update/2019/03/19/mime4j-0.8.3.html
+  AL    src/homepage/_site/james/update/2019/03/26/james-3.3.0.html
+  AL    src/homepage/_site/james/update/2020/07/16/james-3.5.0.html
+  AL    src/homepage/_site/james/update/2008/08/17/JSIEVE-0.2.html
+  AL    src/homepage/_site/james/update/2008/08/16/mime4j-0.4.html
+  AL    src/homepage/_site/james/update/2008/04/16/jspf-0.9.6.html
+  AL    src/homepage/_site/james/update/2008/03/16/gsoc-2008.html
+  AL    src/homepage/_site/james/update/2008/10/16/mime4j-0.5.html
+  AL    src/homepage/_site/james/update/2007/09/16/jspf-0.9.5.html
+  AL    src/homepage/_site/james/update/2007/04/04/james-commiters-guidelines.html
+  AL    src/homepage/_site/james/update/2007/04/05/JAMES-2.3.1-RC1.html
+  AL    src/homepage/_site/james/update/2007/04/15/JAMES-2.3.1.html
+  AL    src/homepage/_site/james/update/2007/02/04/JSPF-0.9-beta4.html
+  AL    src/homepage/_site/james/update/2007/02/03/feathercast-fetures.html
+  AL    src/homepage/_site/james/update/2007/05/15/mailet-api-lives.html
+  AL    src/homepage/_site/james/update/2007/05/16/mime4j-0.3.html
+  AL    src/homepage/_site/james/update/2007/01/03/Mailet-api.html
+  AL    src/homepage/_site/james/update/2018/06/06/linagora-june-nl.html
+  AL    src/homepage/_site/james/update/2018/05/07/mime4j-0.8.2.html
+  AL    src/homepage/_site/james/update/2018/07/31/james-3.1.0.html
+  AL    src/homepage/_site/james/update/2018/11/14/james-3.2.0.html
+  AL    src/homepage/_site/james/update/2018/01/26/admin-features.html
+  AL    src/homepage/_site/james/update/2006/08/02/2.3.0-RC3.html
+  AL    src/homepage/_site/james/update/2006/08/02/james-website-updates.html
+  AL    src/homepage/_site/james/update/2006/09/03/JSPF-0.9-b3.html
+  AL    src/homepage/_site/james/update/2006/07/02/2.3.0on-the-way.html
+  AL    src/homepage/_site/james/update/2006/10/03/JAMES-2.3.html
+  AL    src/homepage/_site/james/update/2011/08/06/james-beta3.html
+  AL    src/homepage/_site/james/update/2011/04/06/mime4J-0.7.html
+  AL    src/homepage/_site/james/update/2011/03/06/jspf-0.9.9.html
+  AL    src/homepage/_site/james/update/2011/02/06/protocols-1.5.html
+  AL    src/homepage/_site/james/update/2011/05/06/jdKim0.2.html
+  AL    src/homepage/_site/james/update/2011/10/06/protocols-1.6-beta2.html
+  AL    src/homepage/_site/james/update/2011/10/07/protocols-1.6.0-RC1.html
+  AL    src/homepage/_site/james/update/2011/10/07/jspf-1.0.0.html
+  AL    src/homepage/_site/james/update/2011/10/07/mime4j-0.7.1.html
+  AL    src/homepage/_site/james/update/2011/01/06/imap-mailbox-0.2.html
+  AL    src/homepage/_site/james/update/2010/09/04/imap-0.2-M1.html
+  AL    src/homepage/_site/james/update/2010/09/03/protocols-1.2-M2.html
+  AL    src/homepage/_site/james/update/2010/06/03/jspf-0.9.8.html
+  AL    src/homepage/_site/james/update/2010/06/02/mailet-base-1.1.html
+  AL    src/homepage/_site/james/update/2010/05/02/jsieve-0.4.html
+  AL    src/homepage/_site/james/update/2010/05/01/mailet-1.0.html
+  AL    src/homepage/_site/james/update/2010/12/06/james-3.0-M2.html
+  AL    src/homepage/_site/james/update/2010/11/05/james-3.0-M1.html
+  AL    src/homepage/_site/james/update/2010/11/05/protocols-1.2.html
+  AL    src/homepage/_site/james/update/2009/08/17/james-2.3.2.html
+  AL    src/homepage/_site/james/update/2009/09/17/hupa.html
+  AL    src/homepage/_site/james/update/2009/04/16/Mailet-base-0.1.html
+  AL    src/homepage/_site/james/update/2009/06/17/jspf-0.9.7.html
+  AL    src/homepage/_site/james/update/2009/06/16/jsieve-03.html
+  AL    src/homepage/_site/james/update/2009/03/16/Mime4j-0.6.html
+  AL    src/homepage/_site/james/update/2009/02/16/MAILET-docs-plugin-0.1.html
+  AL    src/homepage/_site/james/update/2009/05/16/Mailet-crypto-0.1.html
+  AL    src/homepage/_site/james/update/2009/07/17/jMPT-0.1.html
+  AL    src/homepage/_site/james/update/2009/10/17/jdkim.html
+  AL    src/homepage/_site/james/update/2009/01/16/MAILET-2.4.html
+  AL    src/homepage/_site/james/update/2017/06/23/jsieve-0.7.html
+  AL    src/homepage/_site/james/update/2017/06/16/mime4j-0.8.1.html
+  AL    src/homepage/_site/james/update/2017/05/16/james-3.0.0-rc1.html
+  AL    src/homepage/_site/james/update/2017/07/20/james-3.0.html
+  AL    src/homepage/_site/james/update/2017/10/03/BlogPostInstallingJames.html
+  AL    src/homepage/_site/james/update/2017/10/03/Hacktoberfest.html
+  AL    src/homepage/_site/james/update/2017/10/20/james-3.0.1.html
+  AL    src/homepage/_site/james/update/2012/04/08/James-3.0-beta4.html
+  AL    src/homepage/_site/james/update/2012/06/08/hupa-0.2.html
+  AL    src/homepage/_site/james/update/2012/12/08/mailet-2.5.0.html
+  AL    src/homepage/_site/james/update/2012/01/08/protocols-1.6.1.html
+  AL    src/homepage/_site/james/update/2012/01/07/mime4j-0.7.2.html
+  AL    src/homepage/_site/james/update/2012/01/07/protocols-1.6.0.html
+  AL    src/homepage/_site/james/update/2021/04/21/mime4j-0.8.4.html
+  AL    src/homepage/_site/james/update/2021/03/16/james-3.6.0.html
+  AL    src/homepage/_site/james/update/2021/07/02/mime4j-0.8.5.html
+  AL    src/homepage/_site/james/update/2016/09/19/james-3.0.html
+  AL    src/homepage/_site/james/update/2016/02/09/jmap.html
+  AL    src/homepage/_site/james/update/2016/02/09/moving-to-git.html
+  AL    src/homepage/_site/james/update/2016/05/09/jmap.html
+  AL    src/homepage/_site/james/update/2016/07/19/jmap.html
+  AL    src/homepage/_site/james/update/2016/07/09/jmap.html
+  AL    src/homepage/_site/james/update/2016/10/19/james-3.0.html
+  AL    src/homepage/_site/james/update/2016/11/19/james-3.0.html
+  AL    src/homepage/_site/james/update/2016/01/08/module-merge.html
+  AL    src/homepage/_site/james/update/2015/09/08/james-2.3.1.html
+  AL    src/homepage/_site/james/update/2015/10/08/james-2.3.1.html
+  AL    src/homepage/_site/james/apachecon/2019/11/19/apache-con-eu.html
+  B     src/homepage/_site/assets/images/close.png
+  B     src/homepage/_site/assets/images/loading.gif
+  B     src/homepage/_site/assets/images/gsoc.png
+  B     src/homepage/_site/assets/images/prev.png
+  B     src/homepage/_site/assets/images/next.png
+ !????? src/homepage/_site/assets/main.css
+ !????? src/homepage/_site/assets/minima-social-icons.svg
+ !????? src/homepage/_site/assets/js/github-fetch.js
+ !????? src/homepage/_site/assets/js/skel.min.js
+ !????? src/homepage/_site/assets/js/util.js
+ !????? src/homepage/_site/assets/js/main.js
+ !????? src/homepage/_site/assets/js/jquery.scrollex.min.js
+ !????? src/homepage/_site/assets/js/jquery.scrolly.min.js
+ !????? src/homepage/_site/assets/js/ie/respond.min.js
+ !????? src/homepage/_site/assets/js/ie/PIE.htc
+ !????? src/homepage/_site/assets/js/ie/html5shiv.js
+ !????? src/homepage/_site/assets/js/lity.min.js
+ !????? src/homepage/_site/assets/js/jquery.min.js
+ !????? src/homepage/_site/assets/js/lightbox.js
+ !????? src/homepage/_site/assets/main.css.map
+  B     src/homepage/_site/assets/css/images/background.jpg
+  B     src/homepage/_site/assets/css/images/overlay.png
+ !????? src/homepage/_site/assets/css/test.html
+ !????? src/homepage/_site/assets/css/font-awesome.min.css
+ !????? src/homepage/_site/assets/css/main.css
+ !????? src/homepage/_site/assets/css/ie9.css
+ !????? src/homepage/_site/assets/css/lity.min.css
+ !????? src/homepage/_site/assets/css/lightbox.css
+ !????? src/homepage/_site/assets/css/ie8.css
+  B     src/homepage/_site/assets/fonts/fontawesome-webfont.woff2
+  B     src/homepage/_site/assets/fonts/fontawesome-webfont.woff
+ !????? src/homepage/_site/assets/fonts/fontawesome-webfont.svg
+  B     src/homepage/_site/assets/fonts/FontAwesome.otf
+  B     src/homepage/_site/assets/fonts/fontawesome-webfont.ttf
+  B     src/homepage/_site/assets/fonts/fontawesome-webfont.eot
+  AL    src/homepage/_site/posts.html
+ !????? src/homepage/_site/Dockerfile
+  AL    src/homepage/_site/feed.xml
+  AL    src/homepage/_site/announcements/2018/02/01/gsoc-2018.html
+ !????? src/homepage/_site/about.md
+  AL    src/homepage/_site/community/2020/10/29/testing-james-with-jmeter.html
+  AL    src/homepage/_site/howTo/spf.html
+  AL    src/homepage/_site/howTo/index.html
+  AL    src/homepage/_site/howTo/custom-listeners.html
+  AL    src/homepage/_site/howTo/mail-processing.html
+  AL    src/homepage/_site/howTo/imap-server.html
+  AL    src/homepage/_site/howTo/deleted-messages-vault.html
+  AL    src/homepage/_site/index.html
+ !????? src/homepage/_site/compile.sh
   AL    src/homepage/posts.html
  !????? src/homepage/Dockerfile
   AL    src/homepage/feed.xml
@@ -20600,9 +20866,170 @@ Archives:
   AL    src/homepage/howTo/deleted-messages-vault.html
  !????? src/homepage/_config.yml
   AL    src/homepage/index.html
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8d/57db48933f256c539396b3dd2cbb81cfbba7d09d078b84c831b59259ac29ca
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/0f/9759e7505f205c9bfb0662c48e440afcac827e7dadbe0edad219a17cd6e33d
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/0f/c419244abc3e2f97adc0e94c1af2bd81c012fcb166666a8a336c2f539a38e2
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/08e0ea607a3525049dc7b2e40f78bfdf7ab1a6b872483ad0676b63ea49cc07
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/82cd82e6f5695f0bf644eb292133c15fc25aa64f0c6916e0a70fb401e7a842
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/59/5ae6c6ef8b3398a7c640b4180eb66cbef4e73e6e1b972b963688d669bb2ad5
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8b/c04e4765995d759a181dfac070883605b17f1046a8d9221353d5e6532b5ba3
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/bccb784a9f5cd48528c8f5a9a8d76df6160009f499e095cd7e91ce48390ca3
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/e60f9c24415192b3c4445894d06ce07cc5c2422be5e4c48f6fb2592f24df24
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/11d820bd4771ee2fc5a96f204017c91afda72cc9af3eea9aa66b1dcdaadd16
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/08/9318c39d9b995a46bb2fa66268f95bcdb496a44a8e2c3a85fe7a072ea6d3d8
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/08/1cdf655d30804c3384f1d0857d88569b470f22002ec0b30f582109d32c079b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/48e25d64c037b9cb2461801cc4ac5ad6f8851fec7a3b62662fc462134184ff
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/69e75147efd402f49b670a0c7d0fc3b0afd222846700f0c673d0aed2be7735
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1f/85417a34c476e17c1687ddeb7fbe68d5ac8a79b0f2530fac815691e415f7ee
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/0c/e690ccb1985aba9dfb6064e59c76bd1bd50d3d19274d145258db629fbf8cee
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/28/887537305812517f770e56adab6e8858804b53f66c17d85cae9be83c016905
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/3e/9d43e81b176a169aa44ae366e05edd8ed173a89b5cc56a4fef21f48f004c7f
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/83/447740ba05cdae878a45be455cd78aad41d7b27c16a7396adf5f6bcfad22b8
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/21/64cbd2c4898fcaae42d77eb167995fa3e9ff4ababb0ef9b68c711c2498f8a8
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/17/c5cc7ad76310300cdb63f8d470a7da7b9ba422cc6d5dbbcf2f9546ce58c57c
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/17/fc50fa73998712c7a4c5c17075331c04f5618a742c309db2ae192292188870
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/901f7f1a419266698f11086a0f76218c40eca9c59a5e0481cd7ff89319560f
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/652a04daea04a69a09a732f6dff167d4645df8b03a090dde151f6086939038
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8f/4b1374136a71c031f1f0b235767ba8d62733ab465889835dc68dae91c1a7ed
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ef/d91d6144144db9f0bc244463b8e51971c6a0ed595489ff65ba85377f6a1a8b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/ae81004169ad40a1c80d65ee1c1fece99561043a0c8301320134ec44ae5e4a
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/5a1b93300c41f42c5cc59fa8dd838496889274ecf1c89db8d54e9396ceadb1
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f4/e2464335ae5a12573ebe7bb87197bcc9e49bcf90de733755ec29fd72585e14
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fc/4e12933b144a34f8ced025759e59422f155fb497c1659542710e1e59c96ca8
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fc/bb15d139178f3101d8b781d2da471da5c63890a0d8f489e17b83882a741798
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7d/c2ec768c9649ad4a2f4ddac849666d28cde217a41ed069c0b7fd8a91670df3
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/63/0465fbc89925ddc9b301bb23162a3bb8d267235a44f234ab8793a72140f79b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/dd/aa8b9904d5a3ca67d400a02bb52a8523271b0d94c8316a294e4039e56f9682
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/3f/c2afaa2ab13b71bbeea897c83d7536861d92ef9845860ef8f0652998df642e
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/66/a3aa0d3e8162ecbe9545aa9816d9e4f241d1c9d26316a3f68f74d112304f80
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/66/9983c72359d4fc4977ab5f326bf47ec72459eefa084c27470b2e0d560f8070
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/26/9c2d7a48e3f28996861b5d751295a4f6daceb5f1a440e04739475e88138abf
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/64/0c136b6b3841b60fa82dad59133af9cae5ecc5552a5303e9b85d2e1a81fae1
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/27/876c0807b2b60385a490ee3d0f227a0e6348d12552c8134d3f9c6f0cc942a1
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f1/076370e6da52bd6c59fc968fa9ad39262523ab4294c309df789431e0f4d4e6
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/0b/f756d978e7e28dfd03f4491c02c5576fda77b7ea3c1e00ed963b52f80162fe
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6f/fa787ac0e92e4cc7baf1185802b4a18c9933d0acddf48e6cd7cd130abd7d78
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6f/ca46eac0822ac7845d16091d8d9a0c0516ba80bfc0951e6d829d58f2f62134
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d1/3d36d447e29dd3caeaa5cbef74e51ec7ec82ba8594275409ad409f3ccfadc1
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6b/359d4bf54174615128f062ef36746ad926fedd769a6328ff7a9e9bed5ccfb4
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ee/ddeebed1d9de6d69496dc778c238b6bdf413d3b7833c525901d376082121d7
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a4/7286762cf448a2b3855ef2c0bef875fe55a3920fca2ece91e97d9e243d2f9f
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/8d03d204aae3bdb15b96ec2668389b5a58c08f01b7b7cbdc124afdb9408ddb
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/60566e3d9cce7a582c2fe97fd8b8b337eca043c3ea056d76f997a59d659182
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/77/7f8bc64e08c55232494cc0a526b8e3eb6d0b6a86f23504f8364178a7bc9c41
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ff/d238c8f790196909b9b5bda2787c93e4364cfab5e56ee180d66db8136a8334
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b5/29c907ccf89db268eeedeaed5fa9022206034cff2a2f31eea674c2eb026f45
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b5/aa7b47fa0f9f8af7d0cffdb9a44a5344cd697e47e0d8c291bb7b54b5a4b422
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/52/8de6f03656d72cdc53f1beacae9436862a66ddc4c96e8e3aefda31ed8e7adc
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/74/3110110078b8e6b996903bf8ec05782695faee2d1d96e9c9c396d6f7098a71
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d0/428218139767a730bfb676658ce9251574fa10cf82d5f56dfe95e724d72a82
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/98/6977e15d81c6c627bdefb55cb8ab05d5b7dd1e04dbe9da0a31862cc0d3353c
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/da/998a97ad9db973a8be818541f931c08669149455d7c9c3a47320f99633ce38
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/da/502702de0381d2d242cad0457f49b1c4bd033fa51888dba018933dc92c86d8
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fe/55d25851c89eeed7545542f0a8e514971611ea0053e4f698af619bc62f2a57
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fe/3a6c255a7d78dc740844fb945ec6bbdf0d714c95b212e07861925355c426f3
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fe/c14586004c2bcb6852cc7a382c139f7d863656d2e41772cfb9e971f0e770ad
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/6dbdbae4bdb9ff52410733829718175a3b4938f9336ff046910b696810cd03
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/65c1c7da193b6cd430876c8e64cb111bdb0ec1b9e2a352ecc34e42986ee427
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/429f6d0e342dbc8848e8f79d34c1f263be59119a917a26569b3b1c172815d3
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/9c1abee0d79234aed38ef879c0532357faa7c4f8878dbd64f1cd2c88421648
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e4/f8dfcb2d5d63b5de5286a8a17cf177b7eaef4fa9024c2ad8991d0717ef9953
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ce/0c080a81ee9e2357610d221c2691eb440ff44820134acc11ce2aec848e685d
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/33/4d5791e9aafab274222b78fe5603d65396905b92643604027e25d637b7f976
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/8ce42816dffcf71fd13e7ae0593e104533dbeb6a4638ae9198738654461524
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/04/17353604dded06569b3644fe158570e4dac3ed9deb6e1a30c8443564f30a37
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f9/0080b64cc85dde1f8e95228261817cc83aafdb4b2565cce388d66a05a11d52
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/0e/872fe2a82a3be310209ef9989e4c954f4decb1c81945bc221aa18fd714f549
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/99933888c45bb7a99c0bbfe71e76d4dc4e44babee88bd15f9c5fe094cf1b70
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/1018567a7d60ed47a3b6a8ebeff0b0353e4e3aff48440b7dee3a822f4cc17e
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8e/1f76d8e0137d744823921f83f0ba400066607848db4eac29d24344229328a9
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/23/48d69780707a935b9d01b2152a378ddd89a710835e56c009d25332a5f5e244
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e5/f7f26b52dabfb3c4154baab951b0f986c1637d9e60faf71bb4dbbe87ac938a
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/85/f08a22777f6e803bba462d8ec479fb3fe0ab24ea83067adbfff53320b1627c
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fa/30d9a829e64f80e0eff5f78f758f1dbb892e1c5c8a781d24a84f364f12f22c
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/03/2fbbfdcf1b8da97a5f80d27ee829911b089df2a5880d05ae61e57d2464dce7
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c6/440b1812c2ef6656c36d5f3fa6817368a565195791155bf2c8dc974e99c9bd
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/02/095b1dd4ff1f994a7d46da56d025ef8ead808a2e58953dda6e44f368d1bbe9
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/02/e74e1bafd14c3e446ca585c12c3d14041b172148d43679630db2981ea25d7d
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/9aa032c732457072a8fd4d959b7b0fd346101ee8a6bb364be34a79c21ea773
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/52104a8898e15beb81add9c29adc03a2c847f14660323816d122c3c81ce95c
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/6db8bf6fc4ca3b1be21b22220b673de5beeddbef04dd174abb48a01052a07a
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/71/6c7a0fc54c3ceec0aa0b8458c45be533152b2770d6dd599de9d8a3e4ebce2e
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a5/866645dfc92f3836974d937a32135f145a3bf09d08a91749b4f2ae7a8bf123
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d5/b2ff444b84a59b50f2a5aa7123f129b37d903e50e2a6ea52515955f939ae19
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ad/a2016a49c39f6f4649dc2acd19a9baa2cf5ca32ffbab287cf5bcfea407414d
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b3/37d2f3436f91360350e950ecd0873c6decfcf2d1ac95138e09fa2cb40eddf6
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c9/30f0ca3b37a2ec77dfb734c3e89c6ec28e4515f4e79e7b059cd225d2e3327d
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/cf31e6f8f220b5d044b9afee4fce1844b54a02b5c94fa03d3ecfa80c8bd882
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/58534c64a1a71676e26ef3c4e47e8df5d08de065f48d3f1e757fdefe2de828
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/20aca5354a46de9998f43cfc49e0183494069b183ce29d09e0c90b9846ee49
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4a/c0f8962874a61e28b2a7e79547d03b88ffa2dfb8909c94a9d0f4994c7fa32a
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/82/b55dfa9498473e3800bbf314f9d362880a0ed5ddb345ccc3c6eadae49f664a
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b8/eaf70db0ab688164d6e0ae17223b748eef6ace3ab21427608c88ac5e1b6e5c
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/58/69495887e8ecc08fba501c93169912e7a2800f57c3c1b828fc8085410a7405
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/58/6410867c3f3f511e78e7d3df43cb2cd5ae5d632b7982e320c9a25341efe83a
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/42/5fad91d035c5b664056d31863f04c37584d15b8c3ad44a898f206c4a5a4431
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fb/4e036f0ca8b4f484011a7b9e1045535289d3018c75910d086f6ed6750b6c2f
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fb/035dd861ee43ee94fb2548502011eff429c397c39a9eab7a56af5a73b88d74
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/05/a9fde8267291722b8fb4fac3aed5bf46fe7b089f8768c96bc6cfa6abad488b
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5b/32742e0b3b3d8efc21b8cacb4e086214e82b4c765dd97d9006425dc5a92a4f
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/d78422a3e5495f2b7c3729e598e2b8561d6300cccbbe3a28569df329d038a6
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/a4ba1e38655187db16667f45f39f7bd8c2ab654e25142e3e4778e1da9b5395
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/07/77d56834b720ebcbf69d6c535c614f6e58e1591b87d9e3aaefc4518b876e4b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/84/bc92467483427fd17848b6f474c5069992312c93c86db08ba652797a1eefe9
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/19c96ebf87d3c67361b6168fc224f54db3c113da5ff56eae0a933330bbd526
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/95/021bf5c54fa2bd78cd372e0bcef9b3d5684c7546febddf1ce138f1cafc216b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/660ab5b37f7ac0d6d06f8ccba38a49074e4a9a0f929de440f5da146bca8680
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/fd837d777469583d4060a9aacaafc8aeab9d94c054bd8afa218c75ddc197c2
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f0/daf8db91f47da55e53545bd074692742b119e183864d0ddcab72a5a613d2a6
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f8/1f51108ae03f8361886dd5ded31a66a2a4814f06e0721b11d4af16d213acc1
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c7/34d048ff80424387ccfae7af20a681480f9b91baff7d8cd2ec330f06dcec63
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c7/55834b4e7f2efe59f1a540ee63a706ea83e6e9108c87af4170f3d9b3ad1db9
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/2a/9add94b908e20373ae16a02d51d3ce567bd58858b9d65fd647addecf675ff7
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/32/a06fb83f5f9f3a48e38c3d05f8947c0db6ba3c13103a9659bad7a6a5552222
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/aa/50c0f83e94624635cb07beadd46467f7019a14046254970504e3f2bc3840e6
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f6/e95f974df1c4b22632412dcc7e987510df6b867d2d707031a97c8b72b2c44d
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b4/839a4a428ccf7ec558bedfae386253bd0db5da7470c29c587bc591e26ebeb3
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/10/9d7886a7df4af2ac249bdf039bf50fe62b8d051b8710b1f7b51a5e77f2895f
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/69/aa24944bada69392ef814dc2ab89ac7c3cbd25240057620b023a381db0a338
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d4/335bb2166ad4b5e8687985c883c36ba9577ec52feb34bc1d401951a1870810
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/80/90ae3a098074a8890a686fb05d73567f2740b9651be1ce1a47118b0c7eb8db
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/c8b8d95161ba2999b331439d1c21e05d91ae78e02770c1e4ffe1d7fc4d7a59
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/0bafaa89ed194c50270956aa17ca0daceddcf06fa664c276cf0ef6c1a8850b
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/d80f84070626ea7b2957c3b39216b927ab12a48a7da1ca543f44f7dd283f92
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/90/bcf0c3ad017c06e475905d31f24ae3b1c1219fb15e0bef26a12ed80bfa422d
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ab/bf40199bfc6648b49bcd2920d6d108f08c362256670c737c7fe996581bd971
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e7/d80a69b1655d694f77450378826fcbb8055cbbddfc859e3c4f7710ccf38dd9
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/44/d06fbef3ef4a8b8b2f3f46d4509f0a98b475b7741388112c2ffdf4c6ff038e
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/44/b331c2d6c2b3a4cfed62c0919715003e8fb4f347747c5b8c79ff8b2c90852c
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c4/08ad77e4af5631fe282d75e3949080bdea95f57d766c29068df137c600cd18
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/60/0006db7057473a0f023860a9a8eb39d2e00e2adb2f89bc3fe66adcf8423b7f
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/75/1b4ddc6bec7dd98e0a372e9b9ed6dde55a899f659c634a5c41b3ca3f9764db
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/75/7a19a15961b2334e11cde0a20416337aebb743fc0c72fa21a45988b88a686d
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/c0/92420d3412f8eb32e7c0a8644b6a5cb6269c5df0d7a93ad68b66346506ccd8
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ba/09a52af527ca4b15e2d18bcfb37d256177c49e4e25aaad6ce4168d15a821eb
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ea/faa8e797c8f53f5872b8d68ec93104ce093a39c5eb4f95c45b417a4c9b8ef1
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8d3786a8c3dbfb04540c50b7a815a1cafe3173235aeaba7ec827d5a9f0cab4
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8fb7016efff58d7f5ba1991135dcbd2f6cd9d5d50c106bc6a46978e699df98
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/11/528e0cd232ddb3fd846c44db3c3263b2b2b7ab7bcf731a49a9fb16b08d1018
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/3d/ddb96b32608132c8166b5c62490302fb3277923ee3d7cf6fb70cd5ef916f45
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5a/58e96394851431e0ab21c64fd3993589b8cb25b1b4923001801ebc3ec5d30c
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1a/f10223754d6d00756ea5a0211bcf0fe12ac642cebf4875754d4ecfbe48bdf1
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7a/e17af28d24bb78778f420f44afaf3b2766b539131d02f98782b5da2871e8f6
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/54/6ca0c493302f6c77af8a6ac6136d93ac5b3e1eea625b973206228f7419b110
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/00/9fe59619df67abebf6862863822cb952cbe030dfb27a0f5c2b713b23d511f2
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/01/4b85fc3781f3d389fcc868d6c27e79f3d6d96a800f40b83a01447ec14fef45
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b9/a5159dde3f6d1404bb3948af2e443f82b7d4110dafa964ed68aab0fa3e7ba3
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b9/1762c3fe72b932dc3c373647e26e01c35962dadae0a4fa6219534f7db384b5
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/bb/bb9d9ae8bfadae11a7fb4d1dcfd3e76059432351feabca4bdfc6fca4f11313
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/87/1f120b4de5f9eccc323f87fd20af753cfd167e585b62ff63fe8f6a4d18b6bf
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/16/531833e55a8f67a1511260b65ce9353f68a6aa452698e726668be4acafd8a0
+ !????? src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/88/217b672ed98bcd3545d686ca8ab8cf8d7c05ae746553cd94602133fbdc86af
+  B     src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910
   AL    src/homepage/_layouts/default.html
   AL    src/homepage/_layouts/howTo.html
   AL    src/homepage/_layouts/post.html
+ !????? src/homepage/Gemfile.lock
   AL    src/homepage/_includes/footer.html
   AL    src/homepage/_includes/header.html
  !????? src/homepage/compile.sh
@@ -27749,6 +28176,7 @@ Archives:
  !????? server/container/guice/queue/rabbitmq/target/checkstyle-result.xml
  !????? server/container/guice/queue/rabbitmq/target/checkstyle-cachefile
  !????? server/container/guice/queue/rabbitmq/queue-rabbitmq-guice.iml
+  AL    server/container/guice/queue/rabbitmq/src/main/java/org/apache/james/modules/queue/rabbitmq/SpoolerReconnectionHandler.java
   AL    server/container/guice/queue/rabbitmq/src/main/java/org/apache/james/modules/queue/rabbitmq/RabbitMQModule.java
   AL    server/container/guice/queue/memory/pom.xml
  !????? server/container/guice/queue/memory/target/maven-archiver/pom.properties
@@ -28065,6 +28493,7 @@ Archives:
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/MailboxProbeImpl.java
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/MailboxModule.java
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/mailbox/DefaultEventModule.java
+  AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/mailbox/MailReceptionHealthCheckModule.java
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/mailbox/PreDeletionHookModule.java
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/mailbox/ListenersConfiguration.java
   AL    server/container/guice/mailbox/src/main/java/org/apache/james/modules/mailbox/ReIndexingTaskSerializationModule.java
@@ -29363,6 +29792,9 @@ Archives:
   B     server/container/util/target/classes/org/apache/james/util/Size$1.class
   B     server/container/util/target/classes/org/apache/james/util/StructuredLogger.class
   B     server/container/util/target/classes/org/apache/james/util/MDCStructuredLogger.class
+  B     server/container/util/target/classes/org/apache/james/util/bayesian/BayesianAnalyzer$TokenProbabilityStrength.class
+  B     server/container/util/target/classes/org/apache/james/util/bayesian/BayesianAnalyzer.class
+  B     server/container/util/target/classes/org/apache/james/util/bayesian/JDBCBayesianAnalyzer.class
   B     server/container/util/target/classes/org/apache/james/util/IteratorWrapper.class
   B     server/container/util/target/classes/org/apache/james/util/concurrent/JMXEnabledScheduledThreadPoolExecutorMBean.class
   B     server/container/util/target/classes/org/apache/james/util/concurrent/NamedThreadFactory.class
@@ -29474,8 +29906,6 @@ Archives:
   AL    server/container/util/src/main/java/org/apache/james/util/sql/JDBCUtil.java
   AL    server/container/util/src/main/java/org/apache/james/util/FunctionalUtils.java
   AL    server/container/util/src/main/java/org/apache/james/util/UnitParser.java
-  AL    server/container/util/src/main/java/org/apache/james/util/bayesian/JDBCBayesianAnalyzer.java
-  AL    server/container/util/src/main/java/org/apache/james/util/bayesian/BayesianAnalyzer.java
   AL    server/container/util/src/main/java/org/apache/james/util/concurrent/JMXEnabledThreadPoolExecutor.java
   AL    server/container/util/src/main/java/org/apache/james/util/concurrent/NamedThreadFactory.java
   AL    server/container/util/src/main/java/org/apache/james/util/concurrent/JMXEnabledThreadPoolExecutorMBean.java
@@ -29527,6 +29957,7 @@ Archives:
   AL    server/container/util/src/test/java/org/apache/james/util/IteratorWrapperTest.java
   AL    server/container/util/src/test/java/org/apache/james/util/OptionalUtilsTest.java
  !????? server/container/feature-checks/james-server-feature-checks.iml
+  AL    server/container/feature-checks/pom.xml
  !????? server/container/feature-checks/target/maven-archiver/pom.properties
   N     server/container/feature-checks/target/maven-shared-archive-resources/META-INF/LICENSE
   N     server/container/feature-checks/target/maven-shared-archive-resources/META-INF/NOTICE
@@ -29554,6 +29985,7 @@ Archives:
  !????? server/container/feature-checks/target/checkstyle-result.xml
   A     server/container/feature-checks/target/james-server-feature-checks-3.7.0-SNAPSHOT-tests.jar
  !????? server/container/feature-checks/target/checkstyle-cachefile
+  AL    server/container/feature-checks/src/main/java/org/apache/james/healthcheck/MailReceptionCheck.java
   AL    server/container/mailbox-jmx/pom.xml
   A     server/container/mailbox-jmx/target/james-server-mailbox-jmx-3.7.0-SNAPSHOT-test-sources.jar
  !????? server/container/mailbox-jmx/target/maven-archiver/pom.properties
@@ -32152,6 +32584,7 @@ Archives:
   AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/send/exception/MessageIdNotFoundException.java
   AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/MailboxHasChildException.java
   AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/InternalErrorException.java
+  AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/SizeExceededException.java
  !????? server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/BadRequestException.java
   AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/MessageNotFoundException.java
   AL    server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/InvalidOutboxMoveException.java
@@ -36682,6 +37115,7 @@ Archives:
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/vault/RabbitMQDeletedMessageVaultIntegrationTest.java
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/vault/RabbitMQLinshareBlobExportMechanismIntegrationTest.java
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
+  AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/MailReceptionCheckIntegrationTest.java
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationImmutableTest.java
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQReindexingWithEventDeadLettersTest.java
   AL    server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/ConsistencyTasksIntegrationTest.java
@@ -42059,47 +42493,47 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 
 ### Added
  - JAMES-3524 Support symmetric encryption support on top of BlobStore
+ - JAMES-3516 Work started toward supporting threads. (see upgrade instructions)
+ - JAMES-2157 Introduce a HasMimeTypeAnySubPart matcher
+ - JAMES-3588 Allow LMTP to be configured to execute the mailetcontainer (per recipient or grouped executions available)
+ - JAMES-3491 JMAP: Configurable websocket url for JMAP configuration
+ - JAMES-3574 LMTP: regular stack also should execute Message hooks
+ - JAMES-3574 Test suite for LMTP protocol
+ - JAMES-3581 JMAP: Allow writing custom State changes
+ - JAMES-2330: Give ability to override AbstractConfigurableAsyncServer.buildSSLContext
+ - JAMES-3573 Allow specifying DC in Cassandra configuration
+ - JAMES-3520 JMAP - Implement MDN - RFC-9007 (#385)
+ - JAMES-3532 JMAP: Implement Email/import
+ - MAILBOX-405 CreateMissingParentsTask implementation
+ - JAMES-3316 Allow to write custom extensions in JMAP session
  
 ### Removed
  - JAMES-3578 Drop Cassandra schema version prior version 8 (see upgrade instructions)
+ - JAMES-3596 Drop spring app WAR plugin
+ - JAMES-3621 Drop benchmarks and debian/rpm packaging (was unmaintained and broken)
  
-### Third party software
- - Upgrading to Apache Tika 1.26 is recommended
-     - 1.25 and before are subject to CVE-2021-28657 CVE-2021-27906 CVE-2021-27807
-     - 1.24 is subject to CVE-2020-9489
- - Upgrading to RabbitMQ 3.8.17 is recommended. According to [the changelog](https://www.rabbitmq.com/changelog.html) RabbitMQ prior this version is subject to several CVE:
-     - https://tanzu.vmware.com/security/cve-2020-5419
-     - https://tanzu.vmware.com/security/cve-2021-22117
-     - https://tanzu.vmware.com/security/cve-2021-22116
-
-## [3.6.0] - 2021-03-16
-
-### Added
-- JAMES-2884 Partial Support for JMAP RFC-8621: The current implementation status allow reading mailboxes, emails, vacation responses.
-  - JAMES-3457 Implement JMAP eventSource 
-  - JAMES-3491 JMAP over websocket (RFC-8887)
-  - JAMES-3470 JMAP RFC-8621 Email/changes + Mailbox/changes support
-- JAMES-3117 Add PeriodicalHealthChecks for periodical calling all health checks
-- JAMES-3143 WebAdmin endpoint to solve Cassandra message inconsistencies
-- JAMES-3138 Webadmin endpoint to recompute users current quotas on top of Guice products
-- JAMES-3296 Webadmin endpoint to rebuild RabbitMQMailQueue in the Distributed Server
-- JAMES-3266 Offer an option to disable ElasticSearch in Distributed James product
-- JAMES-3202 Reindex only outdated documents with the Mode option set to CORRECT in reindexing tasks
-- JAMES-3405 Expose metrics of Guice servers over HTTP - enables easy Prometheus metrics collection
-- JAMES-3407 Distributed server: Read-repairs for the mailbox entity
-- JAMES-3428 Distributed server: Read-repairs for the mailbox counters entity
-- JAMES-3139 Expose RabbitMQ channel &amp; connection configuration
-- JAMES-3441 Make possible and document Distributed Server setup with specialized instances
-- JAMES-3337 Document the use of JWT
-- JAMES-3399 Allow JSON logging with logback - enables structure logging with FluentBit
-- JAMES-3396 WebAdmin should try to prevent RRT addresses redirection loops when possible
-- JAMES-3402 JMAP MDN messages should have a Date header
-- JAMES-3028 Distributed server: allow choosing whether blobs should be deduplicated
-- JAMES-3196 CanSendFromImpl: enable to send email from aliases for SMTP and JMAP
-- JAMES-3196 Add an IMAP SessionId to correlate logs
-- JAMES-3502 DistributedServer: SSL and authentication support for RabbitMQ
-- JAMES-3504 Metrics and log for POP3
-- JAMES-3431 Optional DSN support
+### Changed
+ - JAMES-3621 Re-organise server application
+   - Use JIB for docker images
+   - Guice application should have a ZIP distribution
+   - Collocate applications in server/apps folder
+   - Example of JPA driver customization
+   - Drop no longer needed projects
+   - Add some manifest entries when using maven-jar-plugin (#510)
+   - Fix related website links
+   - Docker: expose volumes used for persistence with volumes
+ - JAMES-3261 Update glowroot to 0.13.6
+ - JAMES-3591 Warn against CassandraBlobStore usage (can be bypassed via an environment variable)
+ - Upgrade to MIME4J latest 0.8.4 release (#459)
+ - Cassandra implementation should depend on interfaces and ModSeqProvider
+ - JAMES-3587 Deprecate MDCBuild::addContext (relies on potentially expensive implicit toString calls)
+ - JAMES-3567 Distributed server should not rely on ActiveMQ
+ 
+### Performance
+ - JAMES-3466 Provision default mailboxes only when listing all mailboxes
+ - JAMES-3576 Further denormalize message table (see related upgrade instructions)
+ - ResultUtils::haveValidContent is doing needless work
+ - Optimise GetMessagesMethod::messagesNotFound
 
 =====================================================
 == File: docs/antora.yml
@@ -44089,18 +44523,18 @@ port 993 is the well-known/IANA registered port for IMAPS  ie over SSL/TLS
 This should be set with caution as a to high value can make the server a target for DOS (Denial of Service)!
 
 | inMemorySizeLimit
-| 10MB size limit before we will start to stream to a temporary file
+| Optional. Size limit before we will start to stream to a temporary file.
+Defaults to 10MB. Must be a positive integer, optionally with a unit: B, K, M, G.
+
+| literalSizeLimit
+| Optional. Maximum size of a literal (IMAP APPEND).
+Defaults to 0 (unlimited). Must be a positive integer, optionally with a unit: B, K, M, G.
 
 | plainAuthDisallowed
 | Whether or not to enable Authentication PLAIN if the connection is not encrypted via SSL or STARTTLS
 
 | timeout
 | Default to 30 minutes. After this time, inactive channels that have not performed read, write, or both operation for a while
-will be closed. Negative value disable this behaviour.
-
-| enableIdle
-| Default to true. If enabled IDLE commands will generate a server heartbeat on a regular period.
-
 
 =====================================================
 == File: docs/modules/servers/pages/distributed/configure/dns.adoc
@@ -44290,6 +44724,10 @@ This should not be the same keystore than the ones used by TLS based protocols.
 | Optional. URL for JMAP WebSocket route.
 | Default value: ws://localhost
 
+| email.send.max.size
+| Optional. Configuration max size for message created in both JMAP Draft amd RFC-8621.
+| Default value: None. Supported units are B (bytes) K (KB) M (MB) G (GB).
+
 | upload.max.size
 | Optional. Configuration max size Upload in new JMAP-RFC-8621.
 | Default value: 30M. Supported units are B (bytes) K (KB) M (MB) G (GB).
@@ -44297,10 +44735,6 @@ This should not be the same keystore than the ones used by TLS based protocols.
 | view.email.query.enabled
 | Optional boolean. Defaults to false.
 | Should simple Email/query be resolved against a Cassandra projection, or should we resolve them against ElasticSearch?
-This enables a higher resilience, but the projection needs to be correctly populated.
-
-| jmap.version.default
-| Optional string. Defaults to draft. Allowed values: draft, rfc-8621.
 
 =====================================================
 == File: docs/modules/servers/pages/distributed/configure/blobstore.adoc
@@ -45012,6 +45446,13 @@ Use this configuration to define the initial delay and period for the Periodical
 
 | healthcheck.period
 | Define the period between two periodical health checks (default: 60s). Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond.
+
+| reception.check.user
+| User to be using for running the &quot;mail reception&quot; health check. The user must exist.
+If not specified, the mail reception check is a noop.
+
+| reception.check.timeout
+| Period after which mail reception is considered faulty. Defaults to one minute.
 |===
 
 =====================================================
@@ -45571,7 +46012,7 @@ include::partial$IsRemoteDeliveryTemporaryError.adoc[]
 === Requirements
 
 * Java 11 SDK
-* Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.17, S3 compatible
+* Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.18, S3 compatible
 ObjectStorage and Cassandra 3.11.10
 * Maven 3
 
@@ -50402,6 +50843,53 @@ configuration*?=4C038EDF424FE1700DC771E307149CAA470980AC
     &lt;orderEntry type=&quot;library&quot; scope=&quot;TEST&quot; name=&quot;Maven: jakarta.activation:jakarta.activation-api:1.2.2&quot; level=&quot;project&quot; /&gt;
 
 =====================================================
+== File: backends-common/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/QueueArguments.java
+=====================================================
+package org.apache.james.backends.rabbitmq;
+
+import com.google.common.collect.ImmutableMap;
+
+public class QueueArguments {
+    public static class Builder {
+        @FunctionalInterface
+        public interface RequiresReplicationFactor {
+            Builder replicationFactor(int replicationFactor);
+        }
+
+        private final ImmutableMap.Builder&lt;String, Object&gt; arguments;
+
+        public Builder() {
+            arguments = ImmutableMap.builder();
+        }
+
+        public RequiresReplicationFactor quorumQueue() {
+            arguments.put(&quot;x-queue-type&quot;, &quot;quorum&quot;);
+            return this::replicationFactor;
+        }
+
+        private Builder replicationFactor(int replicationFactor) {
+            arguments.put(&quot;x-quorum-initial-group-size&quot;, replicationFactor);
+            return this;
+        }
+
+        public Builder deadLetter(String deadLetterQueueName) {
+            arguments.put(&quot;x-dead-letter-exchange&quot;, deadLetterQueueName);
+            return this;
+        }
+
+        public ImmutableMap&lt;String, Object&gt; build() {
+            return arguments.build();
+        }
+    }
+
+    public static ImmutableMap&lt;String, Object&gt; NO_ARGUMENTS = ImmutableMap.of();
+
+    public static Builder builder() {
+        return new Builder();
+    }
+}
+
+=====================================================
 == File: backends-common/rabbitmq/src/test/resources/empty-store
 =====================================================
 
@@ -53039,6 +53527,10 @@ version=3.7.0-SNAPSHOT
 }
 
 =====================================================
+== File: mailbox/store/target/test-run.log
+=====================================================
+
+=====================================================
 == File: mailbox/store/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
 =====================================================
 org/apache/james/mailbox/store/user/SubscriptionMapper.class
@@ -60257,6 +60749,7 @@ import org.apache.james.mailbox.store.MessageStorer;
 import org.apache.james.mailbox.store.PreDeletionHooks;
 import org.apache.james.mailbox.store.StoreMessageManager;
 import org.apache.james.mailbox.store.StoreRightManager;
+import org.apache.james.mailbox.store.mail.ThreadIdGuessingAlgorithm;
 import org.apache.james.mailbox.store.mail.model.impl.MessageParser;
 import org.apache.james.mailbox.store.search.MessageSearchIndex;
 
@@ -60272,11 +60765,13 @@ public class InMemoryMessageManager extends StoreMessageManager {
                                   MessageId.Factory messageIdFactory,
                                   BatchSizes batchSizes,
                                   StoreRightManager storeRightManager,
-                                  PreDeletionHooks preDeletionHooks) {
+                                  PreDeletionHooks preDeletionHooks,
+                                  ThreadIdGuessingAlgorithm threadIdGuessingAlgorithm) {
 
         super(InMemoryMailboxManager.MESSAGE_CAPABILITIES, mapperFactory, index, eventBus, locker, mailbox, quotaManager, quotaRootResolver,
             batchSizes, storeRightManager, preDeletionHooks,
-            new MessageStorer.WithAttachment(mapperFactory, messageIdFactory, new MessageFactory.StoreMessageFactory(), (InMemoryMailboxSessionMapperFactory) mapperFactory, messageParser));
+            new MessageStorer.WithAttachment(mapperFactory, messageIdFactory, new MessageFactory.StoreMessageFactory(), (InMemoryMailboxSessionMapperFactory) mapperFactory, messageParser,
+                threadIdGuessingAlgorithm));
     }
 
     @Override
@@ -77171,6 +77666,29 @@ James products.
 
 
 =====================================================
+== File: src/homepage/_posts/2021-07-02-mime4j-0.8.5.markdown
+=====================================================
+---
+layout: post
+title:  &quot;Apache James Mime4J 0.8.5&quot;
+date:   2021-07-02  13:16:30 +0200
+categories: james update
+---
+
+The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.
+
+This release mostly enhances performances (dates, base64 encoding, case 
+sensitivity management, ...)
+
+Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker].
+
+The changelog for this release can be seen [here][changelog]
+
+[tracker]: https://issues.apache.org/jira/browse/MIME4J
+[download]: http://james.apache.org/download.cgi#Apache_James_Server
+[changelog]: https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md
+
+=====================================================
 == File: src/homepage/_posts/2018-02-12-gsoc-2018.markdown
 =====================================================
 ---
@@ -78422,6 +78940,978 @@ body.lb-disable-scrolling {
 &lt;glyph unicode=&quot;&amp;#xf010;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273. [...]
 
 =====================================================
+== File: src/homepage/_site/images/james.svg
+=====================================================
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
+&lt;svg version=&quot;1.1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot;
+	 viewBox=&quot;-223 283 164 228&quot; style=&quot;enable-background:new -223 283 164 228;&quot; xml:space=&quot;preserve&quot;&gt;
+&lt;style type=&quot;text/css&quot;&gt;
+	.st0{display:none;}
+	.st1{display:inline;}
+	.st2{fill:#FFFFFF;}
+	.st3{fill:#E74A24;}
+	.st4{fill:none;}
+	.st5{fill:url(#SVGID_1_);}
+	.st6{fill:#E4262A;}
+	.st7{font-family:'Poppins-Regular';}
+	.st8{font-size:28px;}
+&lt;/style&gt;
+&lt;g id=&quot;Calque_2&quot; class=&quot;st0&quot;&gt;
+	&lt;rect x=&quot;-233.5&quot; y=&quot;269.3&quot; class=&quot;st1&quot; width=&quot;186&quot; height=&quot;258&quot;/&gt;
+&lt;/g&gt;
+&lt;g id=&quot;Calque_1&quot;&gt;
+	&lt;g&gt;
+		&lt;circle class=&quot;st2&quot; cx=&quot;-141.1&quot; cy=&quot;342.3&quot; r=&quot;59.3&quot;/&gt;
+		&lt;path class=&quot;st3&quot; d=&quot;M-100.2,317.9c-3.2-2.1-6.5-3.9-9.9-4.7c-3.4-0.9-7-0.7-10.2,0.7l-0.6,0.3l-0.3,0.1l-0.2,0.1l-0.1,0l0,0l0,0
+			c0,0-0.1,0,0,0l0,0c-0.4,0.3-0.9,0.5-1.3,0.7c-0.9,0.5-1.8,0.9-2.7,1.2c-1.9,0.6-3.8,1.1-5.9,0.9c-1-0.1-2-0.5-2.9-1.1
+			c-0.9-0.6-1.5-1.4-2-2.3c-0.9-1.8-1.2-3.7-1.3-5.6c0.3,1.9,0.9,3.7,1.9,5.2c0.5,0.7,1.2,1.4,1.9,1.8c0.8,0.4,1.6,0.6,2.5,0.7
+			c1.7,0.1,3.5-0.4,5.2-1.2c0.8-0.4,1.6-0.8,2.4-1.2c0.4-0.2,0.8-0.5,1.1-0.7l0.7-0.4c0.2-0.1,0.4-0.3,0.7-0.4
+			c1.8-1,3.8-1.6,5.8-1.7c2-0.1,4.1,0.1,6,0.8c1.9,0.6,3.7,1.6,5.2,2.8C-102.6,314.9-101.2,316.3-100.2,317.9z&quot;/&gt;
+		&lt;path class=&quot;st4&quot; d=&quot;M-172.3,334c-0.3,0.2,8.2,10.4,20.9,20c3.7,2.9,7.4,5.3,10.7,7.4c0.3-0.4,0.5-0.8,0.7-1.1
+			c-3.2-2.1-6.8-4.6-10.5-7.4C-163.1,343.3-171.9,333.7-172.3,334z&quot;/&gt;
+		
+			&lt;linearGradient id=&quot;SVGID_1_&quot; gradientUnits=&quot;userSpaceOnUse&quot; x1=&quot;8.0298&quot; y1=&quot;783.6619&quot; x2=&quot;46.1336&quot; y2=&quot;783.6619&quot; gradientTransform=&quot;matrix(-0.1008 -0.9949 -0.9949 0.1008 623.7179 292.7814)&quot;&gt;
+			&lt;stop  offset=&quot;0&quot; style=&quot;stop-color:#FBC315&quot;/&gt;
+			&lt;stop  offset=&quot;0.4969&quot; style=&quot;stop-color:#E74A24&quot;/&gt;
+			&lt;stop  offset=&quot;1&quot; style=&quot;stop-color:#E4262A&quot;/&gt;
+		&lt;/linearGradient&gt;
+		&lt;path class=&quot;st5&quot; d=&quot;M-152.8,353.1c-12.7-9.6-21.2-19.7-20.9-20c0.3-0.3,9.2,9.3,21.8,18.8c3.7,2.8,7.3,5.3,10.5,7.4
+			c0-0.1,0.1-0.1,0.1-0.2c0.5-1,0.9-2.1,1.2-3.2c-2.3-4.5-7.9-10.8-14.4-16.5c-1.5-1.3-3-2.4-4.5-3.4c-0.3,2.7-1,4.6-1,4.6
+			c0,0-0.7-2.6-0.7-5.7c-1-0.6-2.1-1.2-3.1-1.7c0,3.1-0.9,5.4-0.9,5.4c0,0-1.8-3.1-2-6.8c0,0,0,0,0-0.1c-6.1-2.8-11.3-4.2-11.3-4.2
+			c-0.1-0.1,0.4,13,10.1,23c0.3,0,0.7,0,1,0c3.5,0,6.5,1.3,6.5,1.3c0,0-1.8,1.1-4.6,1.5c1,0.8,2,1.5,3,2.1c2.5-0.9,4.7-1.2,4.7-1.2
+			c0,0-1.1,1.1-3,2.2c6.7,3.7,12.8,5.6,16.7,5.8c0.5-0.6,1-1.2,1.4-1.8C-145.4,358.4-149,356-152.8,353.1z&quot;/&gt;
+		&lt;path class=&quot;st6&quot; d=&quot;M-107.5,317.7c-2.4,0.2-4.9,0.6-7.3,1.3c-4.8,1.4-9.5,3.8-13.4,7.5c-2,1.8-3.6,4-5,6.3
+			c-1.4,2.3-2.5,4.8-3.2,7.4c-0.7,2.6-1.2,5.2-1.3,7.8c0,0.6-0.1,1.3-0.1,2l0,0.9l0,0.8c0,1-0.1,2-0.3,3c-0.1,0.7-0.3,1.5-0.5,2.2
+			c-0.3,1.1-0.7,2.2-1.2,3.2c0,0.1-0.1,0.1-0.1,0.2c-0.2,0.4-0.5,0.8-0.7,1.1c-0.4,0.6-0.9,1.2-1.4,1.8c-0.4,0.4-0.8,0.8-1.2,1.2
+			c-2.9,2.5-6.9,4.3-11.1,5.4c-4.3,1.1-8.9,1.7-13.5,2.1c-4.7,0.3-9.4,0.4-14.2,0.2c4.5,1.8,9.2,2.9,14,3.7
+			c4.8,0.7,9.8,0.9,14.8,0.3c2.5-0.3,5.1-0.9,7.6-1.8c2.5-0.9,5-2.1,7.2-3.8c2.3-1.7,4.2-3.9,5.7-6.4c0.7-1.3,1.3-2.6,1.8-3.9
+			c0.5-1.3,0.8-2.7,1-4.1c0.2-1.4,0.4-2.7,0.4-4.1c0-0.3,0-0.7,0-1l0-0.9c0-0.5,0-1,0-1.6c0.1-2.1,0.4-4.2,0.8-6.2
+			c0.9-4,2.7-7.8,5.3-11c2.6-3.2,6.1-6,10.1-8.2c4-2.2,8.3-3.9,13-5.2C-102.6,317.5-105,317.5-107.5,317.7z&quot;/&gt;
+	&lt;/g&gt;
+	&lt;g&gt;
+		&lt;path class=&quot;st2&quot; d=&quot;M-217.7,479.8c-1.9,0-3.4-0.2-4.7-0.7v-5.7c1.6,0.4,3,0.6,4.2,0.6c3.7,0,5.6-2.4,5.6-7.1v-40.3h6.8v40.1
+			c0,4.3-1,7.5-3,9.8C-210.8,478.7-213.8,479.8-217.7,479.8z&quot;/&gt;
+
+=====================================================
+== File: src/homepage/_site/images/james-alt.svg
+=====================================================
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
+&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;
+&lt;svg version=&quot;1.1&quot; id=&quot;Calque_1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot;
+	 width=&quot;37px&quot; height=&quot;31px&quot; viewBox=&quot;0 0 37 31&quot; enable-background=&quot;new 0 0 37 31&quot; xml:space=&quot;preserve&quot;&gt;
+&lt;g&gt;
+	&lt;path fill=&quot;#FFFFFF&quot; d=&quot;M37.001,4.407c-1.435-0.966-2.92-1.75-4.473-2.153c-1.552-0.412-3.151-0.315-4.63,0.3l-0.277,0.117
+		l-0.139,0.062l-0.064,0.032l-0.036,0.016l-0.018,0.008l-0.008,0.004c0.008-0.007-0.028,0.016,0.02-0.012L27.37,2.783
+		c-0.2,0.127-0.391,0.232-0.589,0.337c-0.392,0.207-0.796,0.391-1.216,0.543c-0.836,0.295-1.737,0.503-2.664,0.389
+		c-0.458-0.061-0.913-0.222-1.3-0.489c-0.382-0.268-0.689-0.629-0.899-1.026C20.28,1.737,20.15,0.857,20.124,0
+		c0.156,0.842,0.393,1.686,0.857,2.363c0.234,0.336,0.523,0.622,0.864,0.811c0.339,0.19,0.723,0.284,1.111,0.301
+		c0.782,0.038,1.582-0.201,2.325-0.532c0.376-0.165,0.741-0.353,1.092-0.563c0.176-0.105,0.354-0.219,0.509-0.33l0.307-0.201
+		c0.1-0.057,0.194-0.122,0.293-0.173c0.801-0.433,1.702-0.731,2.627-0.793c0.925-0.069,1.856,0.063,2.716,0.357
+		c0.863,0.29,1.655,0.731,2.359,1.267C35.888,3.047,36.52,3.676,37.001,4.407z&quot;/&gt;
+	&lt;path fill=&quot;#FFFFFF&quot; d=&quot;M13.25,20.418c-5.733-4.373-9.554-8.973-9.418-9.078c0.147-0.145,4.153,4.212,9.83,8.536
+		c1.665,1.28,3.28,2.412,4.733,3.381c0.02-0.036,0.041-0.069,0.062-0.105c0.237-0.456,0.42-0.948,0.562-1.462
+		c-1.018-2.053-3.554-4.892-6.501-7.496c-0.656-0.572-1.338-1.078-2.028-1.536c-0.151,1.223-0.452,2.098-0.453,2.096
+		c0,0-0.335-1.163-0.306-2.579C9.266,11.892,8.8,11.63,8.336,11.389c-0.004,1.395-0.414,2.439-0.417,2.439
+		c0,0.002-0.833-1.414-0.922-3.071c-0.002-0.01-0.002-0.021-0.002-0.031c-2.767-1.279-5.1-1.896-5.104-1.89
+		C1.867,8.774,2.064,14.75,6.431,19.305c0.147-0.008,0.296-0.016,0.449-0.016c1.588,0.004,2.944,0.577,2.947,0.577
+		c0-0.002-0.835,0.501-2.054,0.671c0.444,0.355,0.899,0.682,1.364,0.973c1.148-0.416,2.102-0.557,2.102-0.557
+		c0-0.002-0.503,0.495-1.334,1.017c3.035,1.685,5.787,2.542,7.53,2.624c0.236-0.26,0.452-0.532,0.645-0.821
+		C16.586,22.84,14.938,21.717,13.25,20.418z&quot;/&gt;
+	&lt;path fill=&quot;#FFFFFF&quot; d=&quot;M33.7,4.335c-1.103,0.092-2.21,0.292-3.3,0.605c-2.173,0.623-4.31,1.725-6.062,3.396
+		c-0.883,0.824-1.64,1.798-2.271,2.846c-0.614,1.059-1.109,2.191-1.43,3.363c-0.327,1.168-0.529,2.363-0.595,3.548
+		c-0.02,0.291-0.031,0.596-0.039,0.9L19.995,19.4l-0.008,0.35c-0.012,0.462-0.051,0.918-0.122,1.358
+		c-0.056,0.337-0.131,0.665-0.223,0.984c-0.141,0.514-0.324,1.006-0.562,1.466c-0.02,0.036-0.043,0.066-0.062,0.102
+		c-0.099,0.178-0.204,0.353-0.317,0.52c-0.191,0.286-0.407,0.559-0.643,0.819c-0.17,0.186-0.348,0.366-0.544,0.541
+		c-1.304,1.152-3.097,1.944-5.021,2.453c-1.931,0.518-3.995,0.788-6.091,0.934c-2.1,0.145-4.234,0.166-6.404,0.112
+		c2.023,0.815,4.157,1.338,6.333,1.664c2.179,0.313,4.422,0.415,6.701,0.127c1.137-0.149,2.287-0.394,3.418-0.802
+		c1.129-0.405,2.252-0.959,3.265-1.745c1.019-0.771,1.92-1.77,2.571-2.913c0.331-0.568,0.601-1.167,0.82-1.775
+		c0.21-0.611,0.364-1.236,0.47-1.859c0.11-0.619,0.17-1.24,0.193-1.852c0.008-0.154,0.008-0.307,0.008-0.461v-0.398
+		c0.005-0.234,0.011-0.468,0.022-0.716c0.052-0.967,0.166-1.914,0.376-2.832c0.418-1.832,1.213-3.537,2.405-5.009
+		c1.192-1.472,2.767-2.711,4.552-3.706c1.79-0.994,3.765-1.774,5.862-2.355C35.917,4.247,34.808,4.238,33.7,4.335z&quot;/&gt;
+&lt;/g&gt;
+&lt;/svg&gt;
+
+=====================================================
+== File: src/homepage/_site/assets/main.css
+=====================================================
+/** Reset some basic elements */
+body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }
+
+/** Basic styling */
+body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: &quot;kern&quot; 1; -moz-font-feature-settings: &quot;kern&quot; 1; -o-font-feature-settings: &quot;kern&quot; 1; font-feature-settings: &quot;kern&quot; 1; font-kerning: normal; d [...]
+
+/** Set `margin-bottom` to maintain vertical rhythm */
+h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }
+
+/** `main` element */
+main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }
+
+/** Images */
+img { max-width: 100%; vertical-align: middle; }
+
+/** Figures */
+figure &gt; img { display: block; }
+
+figcaption { font-size: 14px; }
+
+/** Lists */
+ul, ol { margin-left: 30px; }
+
+li &gt; ul, li &gt; ol { margin-bottom: 0; }
+
+/** Headings */
+h1, h2, h3, h4, h5, h6 { font-weight: 400; }
+
+/** Links */
+a { color: #2a7ae2; text-decoration: none; }
+
+a:visited { color: #1756a9; }
+
+a:hover { color: #111; text-decoration: underline; }
+
+.social-media-list a:hover { text-decoration: none; }
+
+.social-media-list a:hover .username { text-decoration: underline; }
+
+/** Blockquotes */
+blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
+
+blockquote &gt; :last-child { margin-bottom: 0; }
+
+/** Code formatting */
+pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }
+
+code { padding: 1px 5px; }
+
+pre { padding: 8px 12px; overflow-x: auto; }
+
+=====================================================
+== File: src/homepage/_site/assets/minima-social-icons.svg
+=====================================================
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
+
+&lt;symbol id=&quot;dribbble&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2 [...]
+
+&lt;symbol id=&quot;facebook&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0&quot; fill-rule=&quot;n [...]
+
+&lt;symbol id=&quot;flickr&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.33 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z&quot;/&gt;&lt;/symbol&gt;
+
+&lt;symbol id=&quot;github&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0- [...]
+
+&lt;symbol id=&quot;googleplus&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M5.09 7.273v1.745h2.89c-.116.75-.873 2.197-2.887 2.197-1.737 0-3.155-1.44-3.155-3.215S3.353 4.785 5.09 4.785c.99 0 1.652.422 2.03.786l1.382-1.33c-.887-.83-2.037-1.33-3.41-1.33C2.275 2.91 0 5.19 0 8s2.276 5.09 5.09 5.09c2.94 0 4.888-2.065 4.888-4.974 0-.334-.036-.59-.08-.843H5.09zm10.91 0h-1.455V5.818H13. [...]
+
+&lt;symbol id=&quot;instagram&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 [...]
+
+&lt;symbol id=&quot;linkedin&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.3 [...]
+
+&lt;symbol id=&quot;pinterest&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25 [...]
+
+&lt;symbol id=&quot;rss&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z&quot;/&gt;&lt;/symbol&gt;
+
+&lt;symbol id=&quot;stackoverflow&quot; class=&quot;svg-icon&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M12.658 14.577v-4.27h1.423V16H1.23v-5.693h1.42v4.27h10.006zm-8.583-1.423h7.16V11.73h-7.16v1.424zm.173-3.235l6.987 1.46.3-1.38L4.55 8.54l-.302 1.38zm.906-3.37l6.47 3.02.602-1.3-6.47-3.02-.602 1.29zm1.81-3.19l5.478 4.57.906-1.08L7.8 [...]
+
+&lt;symbol id=&quot;twitter&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.9 [...]
+
+&lt;symbol id=&quot;youtube&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;&lt;path d=&quot;M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s- [...]
+
+&lt;symbol id=&quot;mastodon&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; stroke-linejoin=&quot;round&quot; stroke-miterlimit=&quot;1.414&quot;&gt;
+  &lt;path transform=&quot;scale(0.07)&quot; d=&quot;M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365- [...]
+  &lt;path transform=&quot;scale(0.07)&quot; fill=&quot;#FFF&quot; d=&quot;M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125 [...]
+&lt;/symbol&gt;
+
+
+&lt;/svg&gt;
+
+=====================================================
+== File: src/homepage/_site/assets/js/github-fetch.js
+=====================================================
+let repositoryInfo = {};
+let allContributors = [];
+const repositoryUrl = &quot;https://api.github.com/repos/apache/james-project&quot;;
+
+function getAllCollaborators(callback) {
+  if (allContributors.length &gt; 0) {
+    callback(allContributors);
+  } else {
+    $.get(repositoryInfo.contributors_url, function(contributors) {
+      allContributors = contributors;
+      callback(contributors);
+    });
+  }
+}
+
+function getListContributorDom(contributors) {
+  let list = &quot;&quot;;
+  contributors.sort(function(a, b){
+    if(a.login.toLowerCase() &lt; b.login.toLowerCase()) return -1;
+    if(a.login.toLowerCase() &gt; b.login.toLowerCase()) return 1;
+    return 0;
+  });
+  for (contributor of contributors) {
+    list += `&lt;li class=&quot;contributor-card&quot;&gt;&lt;a href=&quot;` + contributor.html_url + `&quot; alt=&quot;` + contributor.login + ` github account&quot;&gt;&lt;span class=&quot;image contributor-avatar&quot;&gt;&lt;img src=&quot;` + contributor.avatar_url + `&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon fa-github&quot;&gt;&lt;/span&gt;` + contributor.login + `&lt;/a&gt;&lt;/li&gt;`;
+  }
+  return list;
+}
+
+function getTotalCommit(callback) {
+  $.get(&quot;https://api.github.com/repos/apache/james-project/stats/commit_activity&quot;, function(data) {
+    let total = 0;
+    for(week of data) {
+      total += week.total;
+    }
+    callback(total);
+  });
+}
+
+$(document).ready(function () {
+  $.get(repositoryUrl, function(repository) {
+    repositoryInfo = repository;
+    getAllCollaborators(function(collabs) {
+      $('#contributor-num').append(collabs.length);
+      let contributors = getListContributorDom(collabs);
+      $('#contributor-list').append(contributors);
+    });
+    getTotalCommit(function(commits) {
+      $('#commit-num').append(commits);
+    });
+    $('#fork-num').append(repositoryInfo.forks_count);
+
+=====================================================
+== File: src/homepage/_site/assets/js/skel.min.js
+=====================================================
+/* skel.js v3.0.1 | (c) skel.io | MIT licensed */
+var skel=function(){&quot;use strict&quot;;var t={breakpointIds:null,events:{},isInit:!1,obj:{attachments:{},breakpoints:{},head:null,states:{}},sd:&quot;/&quot;,state:null,stateHandlers:{},stateId:&quot;&quot;,vars:{},DOMReady:null,indexOf:null,isArray:null,iterate:null,matchesMedia:null,extend:function(e,n){t.iterate(n,function(i){t.isArray(n[i])?(t.isArray(e[i])||(e[i]=[]),t.extend(e[i],n[i])):&quot;object&quot;==typeof n[i]?(&quot;object&quot;!=typeof e[i]&amp;&amp;(e[i]={}),t.extend [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/util.js
+=====================================================
+(function($) {
+
+	/**
+	 * Generate an indented list of links from a nav. Meant for use with panel().
+	 * @return {jQuery} jQuery object.
+	 */
+	$.fn.navList = function() {
+
+		var	$this = $(this);
+			$a = $this.find('a'),
+			b = [];
+
+		$a.each(function() {
+
+			var	$this = $(this),
+				indent = Math.max(0, $this.parents('li').length - 1),
+				href = $this.attr('href'),
+				target = $this.attr('target');
+
+			b.push(
+				'&lt;a ' +
+					'class=&quot;link depth-' + indent + '&quot;' +
+					( (typeof target !== 'undefined' &amp;&amp; target != '') ? ' target=&quot;' + target + '&quot;' : '') +
+					( (typeof href !== 'undefined' &amp;&amp; href != '') ? ' href=&quot;' + href + '&quot;' : '') +
+				'&gt;' +
+					'&lt;span class=&quot;indent-' + indent + '&quot;&gt;&lt;/span&gt;' +
+					$this.text() +
+				'&lt;/a&gt;'
+			);
+
+		});
+
+		return b.join('');
+
+	};
+
+	/**
+	 * Panel-ify an element.
+	 * @param {object} userConfig User config.
+	 * @return {jQuery} jQuery object.
+	 */
+	$.fn.panel = function(userConfig) {
+
+		// No elements?
+			if (this.length == 0)
+				return $this;
+
+		// Multiple elements?
+			if (this.length &gt; 1) {
+
+
+=====================================================
+== File: src/homepage/_site/assets/js/main.js
+=====================================================
+/*
+	Stellar by HTML5 UP
+	html5up.net | @ajlkn
+	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+(function($) {
+
+	skel.breakpoints({
+		xlarge: '(max-width: 1680px)',
+		large: '(max-width: 1280px)',
+		medium: '(max-width: 980px)',
+		small: '(max-width: 736px)',
+		xsmall: '(max-width: 480px)',
+		xxsmall: '(max-width: 360px)'
+	});
+
+	$(function() {
+
+		var	$window = $(window),
+			$body = $('body'),
+			$main = $('#main');
+
+		// Disable animations/transitions until the page has loaded.
+			$body.addClass('is-loading');
+
+			$window.on('load', function() {
+				window.setTimeout(function() {
+					$body.removeClass('is-loading');
+				}, 100);
+			});
+
+		// Fix: Placeholder polyfill.
+			$('form').placeholder();
+
+		// Prioritize &quot;important&quot; elements on medium.
+			skel.on('+medium -medium', function() {
+				$.prioritize(
+					'.important\\28 medium\\29',
+					skel.breakpoint('medium').active
+				);
+			});
+
+		// Nav.
+			var $nav = $('#nav');
+
+			if ($nav.length &gt; 0) {
+
+				// Shrink effect.
+					$main
+
+=====================================================
+== File: src/homepage/_site/assets/js/jquery.scrollex.min.js
+=====================================================
+/* jquery.scrollex v0.2.1 | (c) @ajlkn | github.com/ajlkn/jquery.scrollex | MIT licensed */
+!function(t){function e(t,e,n){return&quot;string&quot;==typeof t&amp;&amp;(&quot;%&quot;==t.slice(-1)?t=parseInt(t.substring(0,t.length-1))/100*e:&quot;vh&quot;==t.slice(-2)?t=parseInt(t.substring(0,t.length-2))/100*n:&quot;px&quot;==t.slice(-2)&amp;&amp;(t=parseInt(t.substring(0,t.length-2)))),t}var n=t(window),i=1,o={};n.on(&quot;scroll&quot;,function(){var e=n.scrollTop();t.map(o,function(t){window.clearTimeout(t.timeoutId),t.timeoutId=window.setTimeout(function(){t.handler(e)},t.opt [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/jquery.scrolly.min.js
+=====================================================
+/* jquery.scrolly v1.0.0-dev | (c) @ajlkn | MIT licensed */
+(function(e){function u(s,o){var u,a,f;if((u=e(s))[t]==0)return n;a=u[i]()[r];switch(o.anchor){case&quot;middle&quot;:f=a-(e(window).height()-u.outerHeight())/2;break;default:case r:f=Math.max(a,0)}return typeof o[i]==&quot;function&quot;?f-=o[i]():f-=o[i],f}var t=&quot;length&quot;,n=null,r=&quot;top&quot;,i=&quot;offset&quot;,s=&quot;click.scrolly&quot;,o=e(window);e.fn.scrolly=function(i){var o,a,f,l,c=e(this);if(this[t]==0)return c;if(this[t]&gt;1){for(o=0;o&lt;this[t];o++)e(this[o]) [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/ie/respond.min.js
+=====================================================
+/*! Respond.js v1.4.2: min/max-width media query polyfill
+ * Copyright 2014 Scott Jehl
+ * Licensed under MIT
+ * http://j.mp/respondjs */
+
+!function(a){&quot;use strict&quot;;a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement(&quot;body&quot;),f=a.createElement(&quot;div&quot;);return f.id=&quot;mq-test-1&quot;,f.style.cssText=&quot;position:absolute;top:-100em&quot;,e.style.background=&quot;none&quot;,e.appendChild(f),function(a){return f.innerHTML='&amp;shy;&lt;style media=&quot;'+a+'&quot;&gt; #mq-test-1 { width: 42px; }&lt;/style&gt;',c.insertBefore(e,d [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/ie/PIE.htc
+=====================================================
+&lt;!--
+PIE: CSS3 rendering for IE
+Version 1.0.0
+http://css3pie.com
+Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2.
+--&gt;
+&lt;PUBLIC:COMPONENT lightWeight=&quot;true&quot;&gt;
+&lt;!-- saved from url=(0014)about:internet --&gt;
+&lt;PUBLIC:ATTACH EVENT=&quot;oncontentready&quot; FOR=&quot;element&quot; ONEVENT=&quot;init()&quot; /&gt;
+&lt;PUBLIC:ATTACH EVENT=&quot;ondocumentready&quot; FOR=&quot;element&quot; ONEVENT=&quot;init()&quot; /&gt;
+&lt;PUBLIC:ATTACH EVENT=&quot;ondetach&quot; FOR=&quot;element&quot; ONEVENT=&quot;cleanup()&quot; /&gt;
+
+&lt;script type=&quot;text/javascript&quot;&gt;
+var doc = element.document;var f=window.PIE;
+if(!f){f=window.PIE={F:&quot;-pie-&quot;,nb:&quot;Pie&quot;,La:&quot;pie_&quot;,Ac:{TD:1,TH:1},cc:{TABLE:1,THEAD:1,TBODY:1,TFOOT:1,TR:1,INPUT:1,TEXTAREA:1,SELECT:1,OPTION:1,IMG:1,HR:1},fc:{A:1,INPUT:1,TEXTAREA:1,SELECT:1,BUTTON:1},Gd:{submit:1,button:1,reset:1},aa:function(){}};try{doc.execCommand(&quot;BackgroundImageCache&quot;,false,true)}catch(aa){}for(var ba=4,Z=doc.createElement(&quot;div&quot;),ca=Z.getElementsByTagName(&quot;i&quot;),ga;Z.innerHTML=&quot;&lt;!--[if gt IE &quot;+  [...]
+doc.documentMode||f.O;Z.innerHTML='&lt;v:shape adj=&quot;1&quot;/&gt;';ga=Z.firstChild;ga.style.behavior=&quot;url(#default#VML)&quot;;f.zc=typeof ga.adj===&quot;object&quot;;(function(){var a,b=0,c={};f.p={Za:function(d){if(!a){a=doc.createDocumentFragment();a.namespaces.add(&quot;css3vml&quot;,&quot;urn:schemas-microsoft-com:vml&quot;)}return a.createElement(&quot;css3vml:&quot;+d)},Ba:function(d){return d&amp;&amp;d._pieId||(d._pieId=&quot;_&quot;+ ++b)},Eb:function(d){var e,g,j,i,h=a [...]
+Rb:function(d,e,g){var j=c[d],i,h;if(j)Object.prototype.toString.call(j)===&quot;[object Array]&quot;?j.push([e,g]):e.call(g,j);else{h=c[d]=[[e,g]];i=new Image;i.onload=function(){j=c[d]={h:i.width,f:i.height};for(var k=0,n=h.length;k&lt;n;k++)h[k][0].call(h[k][1],j);i.onload=null};i.src=d}}}})();f.Na={gc:function(a,b,c,d){function e(){k=j&gt;=90&amp;&amp;j&lt;270?b:0;n=j&lt;180?c:0;m=b-k;p=c-n}function g(){for(;j&lt;0;)j+=360;j%=360}var j=d.sa;d=d.zb;var i,h,k,n,m,p,r,t;if(d){d=d.coords [...]
+if(!d){i=k;h=n}d=f.Na.tc(i,h,j,m,p);a=d[0];d=d[1]}else if(d){a=b-i;d=c-h}else{i=h=a=0;d=c}r=a-i;t=d-h;if(j===void 0){j=!r?t&lt;0?90:270:!t?r&lt;0?180:0:-Math.atan2(t,r)/Math.PI*180;g();e()}return{sa:j,xc:i,yc:h,td:a,ud:d,Wd:k,Xd:n,rd:m,sd:p,kd:r,ld:t,rc:f.Na.dc(i,h,a,d)}},tc:function(a,b,c,d,e){if(c===0||c===180)return[d,b];else if(c===90||c===270)return[a,e];else{c=Math.tan(-c*Math.PI/180);a=c*a-b;b=-1/c;d=b*d-e;e=b-c;return[(d-a)/e,(c*d-b*a)/e]}},dc:function(a,b,c,d){a=c-a;b=d-b;return [...]
+b:b===0?a:Math.sqrt(a*a+b*b))}};f.ea=function(){this.Gb=[];this.oc={}};f.ea.prototype={ba:function(a){var b=f.p.Ba(a),c=this.oc,d=this.Gb;if(!(b in c)){c[b]=d.length;d.push(a)}},Ha:function(a){a=f.p.Ba(a);var b=this.oc;if(a&amp;&amp;a in b){delete this.Gb[b[a]];delete b[a]}},xa:function(){for(var a=this.Gb,b=a.length;b--;)a[b]&amp;&amp;a[b]()}};f.Oa=new f.ea;f.Oa.Rd=function(){var a=this,b;if(!a.Sd){b=doc.documentElement.currentStyle.getAttribute(f.F+&quot;poll-interval&quot;)||250;(func [...]
+a.Sd=1}};(function(){function a(){f.L.xa();window.detachEvent(&quot;onunload&quot;,a);window.PIE=null}f.L=new f.ea;window.attachEvent(&quot;onunload&quot;,a);f.L.ta=function(b,c,d){b.attachEvent(c,d);this.ba(function(){b.detachEvent(c,d)})}})();f.Qa=new f.ea;f.L.ta(window,&quot;onresize&quot;,function(){f.Qa.xa()});(function(){function a(){f.mb.xa()}f.mb=new f.ea;f.L.ta(window,&quot;onscroll&quot;,a);f.Qa.ba(a)})();(function(){function a(){c=f.kb.md()}function b(){if(c){for(var d=0,e=c.l [...]
+&quot;onbeforeprint&quot;,a);f.L.ta(window,&quot;onafterprint&quot;,b)}})();f.lb=new f.ea;f.L.ta(doc,&quot;onmouseup&quot;,function(){f.lb.xa()});f.he=function(){function a(h){this.Y=h}var b=doc.createElement(&quot;length-calc&quot;),c=doc.body||doc.documentElement,d=b.style,e={},g=[&quot;mm&quot;,&quot;cm&quot;,&quot;in&quot;,&quot;pt&quot;,&quot;pc&quot;],j=g.length,i={};d.position=&quot;absolute&quot;;d.top=d.left=&quot;-9999px&quot;;for(c.appendChild(b);j--;){d.width=&quot;100&quot;+ [...]
+this.Jd;if(h===void 0)h=this.Jd=parseFloat(this.Y);return h},yb:function(){var h=this.ae;if(!h)h=this.ae=(h=this.Y.match(this.Kb))&amp;&amp;h[0]||&quot;px&quot;;return h},a:function(h,k){var n=this.ic(),m=this.yb();switch(m){case &quot;px&quot;:return n;case &quot;%&quot;:return n*(typeof k===&quot;function&quot;?k():k)/100;case &quot;em&quot;:return n*this.xb(h);case &quot;ex&quot;:return n*this.xb(h)/2;default:return n*e[m]}},xb:function(h){var k=h.currentStyle.fontSize,n,m;if(k.indexO [...]
+return f.n(k).a(n,function(){return m.xb(n)})}else{h.appendChild(b);k=b.offsetWidth;b.parentNode===h&amp;&amp;h.removeChild(b);return k}}};f.n=function(h){return i[h]||(i[h]=new a(h))};return a}();f.Ja=function(){function a(e){this.X=e}var b=f.n(&quot;50%&quot;),c={top:1,center:1,bottom:1},d={left:1,center:1,right:1};a.prototype={zd:function(){if(!this.ac){var e=this.X,g=e.length,j=f.v,i=j.qa,h=f.n(&quot;0&quot;);i=i.na;h=[&quot;left&quot;,h,&quot;top&quot;,h];if(g===1){e.push(new j.ob(i [...]
+e[1].d in d&amp;&amp;e.push(e.shift());if(e[0].k&amp;i)if(e[0].d===&quot;center&quot;)h[1]=b;else h[0]=e[0].d;else if(e[0].W())h[1]=f.n(e[0].d);if(e[1].k&amp;i)if(e[1].d===&quot;center&quot;)h[3]=b;else h[2]=e[1].d;else if(e[1].W())h[3]=f.n(e[1].d)}this.ac=h}return this.ac},coords:function(e,g,j){var i=this.zd(),h=i[1].a(e,g);e=i[3].a(e,j);return{x:i[0]===&quot;right&quot;?g-h:h,y:i[2]===&quot;bottom&quot;?j-e:e}}};return a}();f.Ka=function(){function a(b,c){this.h=b;this.f=c}a.prototype [...]
+&quot;contain&quot;){j=e&gt;h?c:d*e;i=e&gt;h?c/e:d}else if(j===&quot;cover&quot;){j=e&lt;h?c:d*e;i=e&lt;h?c/e:d}else if(j===&quot;auto&quot;){i=i===&quot;auto&quot;?g:i.a(b,d);j=i*e}else{j=j.a(b,c);i=i===&quot;auto&quot;?j/e:i.a(b,d)}return{h:j,f:i}}};a.Kc=new a(&quot;auto&quot;,&quot;auto&quot;);return a}();f.Ec=function(){function a(b){this.Y=b}a.prototype={Kb:/[a-z]+$/i,yb:function(){return this.ad||(this.ad=this.Y.match(this.Kb)[0].toLowerCase())},jd:function(){var b=this.Vc,c;if(b== [...]
+b===&quot;grad&quot;?c/400*360:b===&quot;turn&quot;?c*360:0}return b}};return a}();f.Jc=function(){function a(c){this.Y=c}var b={};a.Qd=/\s*rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d+|\d*\.\d+)\s*\)\s*/;a.Fb={aliceblue:&quot;F0F8FF&quot;,antiquewhite:&quot;FAEBD7&quot;,aqua:&quot;0FF&quot;,aquamarine:&quot;7FFFD4&quot;,azure:&quot;F0FFFF&quot;,beige:&quot;F5F5DC&quot;,bisque:&quot;FFE4C4&quot;,black:&quot;000&quot;,blanchedalmond:&quot;FFEBCD&quot;,blue:&quot;00F&quot;, [...]
+cornsilk:&quot;FFF8DC&quot;,crimson:&quot;DC143C&quot;,cyan:&quot;0FF&quot;,darkblue:&quot;00008B&quot;,darkcyan:&quot;008B8B&quot;,darkgoldenrod:&quot;B8860B&quot;,darkgray:&quot;A9A9A9&quot;,darkgreen:&quot;006400&quot;,darkkhaki:&quot;BDB76B&quot;,darkmagenta:&quot;8B008B&quot;,darkolivegreen:&quot;556B2F&quot;,darkorange:&quot;FF8C00&quot;,darkorchid:&quot;9932CC&quot;,darkred:&quot;8B0000&quot;,darksalmon:&quot;E9967A&quot;,darkseagreen:&quot;8FBC8F&quot;,darkslateblue:&quot;483D8B& [...]
+forestgreen:&quot;228B22&quot;,fuchsia:&quot;F0F&quot;,gainsboro:&quot;DCDCDC&quot;,ghostwhite:&quot;F8F8FF&quot;,gold:&quot;FFD700&quot;,goldenrod:&quot;DAA520&quot;,gray:&quot;808080&quot;,green:&quot;008000&quot;,greenyellow:&quot;ADFF2F&quot;,honeydew:&quot;F0FFF0&quot;,hotpink:&quot;FF69B4&quot;,indianred:&quot;CD5C5C&quot;,indigo:&quot;4B0082&quot;,ivory:&quot;FFFFF0&quot;,khaki:&quot;F0E68C&quot;,lavender:&quot;E6E6FA&quot;,lavenderblush:&quot;FFF0F5&quot;,lawngreen:&quot;7CFC00&q [...]
+lightseagreen:&quot;20B2AA&quot;,lightskyblue:&quot;87CEFA&quot;,lightslategray:&quot;789&quot;,lightsteelblue:&quot;B0C4DE&quot;,lightyellow:&quot;FFFFE0&quot;,lime:&quot;0F0&quot;,limegreen:&quot;32CD32&quot;,linen:&quot;FAF0E6&quot;,magenta:&quot;F0F&quot;,maroon:&quot;800000&quot;,mediumauqamarine:&quot;66CDAA&quot;,mediumblue:&quot;0000CD&quot;,mediumorchid:&quot;BA55D3&quot;,mediumpurple:&quot;9370D8&quot;,mediumseagreen:&quot;3CB371&quot;,mediumslateblue:&quot;7B68EE&quot;,mediums [...]
+navy:&quot;000080&quot;,oldlace:&quot;FDF5E6&quot;,olive:&quot;808000&quot;,olivedrab:&quot;688E23&quot;,orange:&quot;FFA500&quot;,orangered:&quot;FF4500&quot;,orchid:&quot;DA70D6&quot;,palegoldenrod:&quot;EEE8AA&quot;,palegreen:&quot;98FB98&quot;,paleturquoise:&quot;AFEEEE&quot;,palevioletred:&quot;D87093&quot;,papayawhip:&quot;FFEFD5&quot;,peachpuff:&quot;FFDAB9&quot;,peru:&quot;CD853F&quot;,pink:&quot;FFC0CB&quot;,plum:&quot;DDA0DD&quot;,powderblue:&quot;B0E0E6&quot;,purple:&quot;8000 [...]
+slateblue:&quot;6A5ACD&quot;,slategray:&quot;708090&quot;,snow:&quot;FFFAFA&quot;,springgreen:&quot;00FF7F&quot;,steelblue:&quot;4682B4&quot;,tan:&quot;D2B48C&quot;,teal:&quot;008080&quot;,thistle:&quot;D8BFD8&quot;,tomato:&quot;FF6347&quot;,turquoise:&quot;40E0D0&quot;,violet:&quot;EE82EE&quot;,wheat:&quot;F5DEB3&quot;,white:&quot;FFF&quot;,whitesmoke:&quot;F5F5F5&quot;,yellow:&quot;FF0&quot;,yellowgreen:&quot;9ACD32&quot;};a.prototype={parse:function(){if(!this.Ua){var c=this.Y,d;if(d= [...]
+1}}},U:function(c){this.parse();return this.Ua===&quot;currentColor&quot;?c.currentStyle.color:this.Ua},fa:function(){this.parse();return this.Yb}};f.ha=function(c){return b[c]||(b[c]=new a(c))};return a}();f.v=function(){function a(c){this.$a=c;this.ch=0;this.X=[];this.Ga=0}var b=a.qa={Ia:1,Wb:2,z:4,Lc:8,Xb:16,na:32,K:64,oa:128,pa:256,Ra:512,Tc:1024,URL:2048};a.ob=function(c,d){this.k=c;this.d=d};a.ob.prototype={Ca:function(){return this.k&amp;b.K||this.k&amp;b.oa&amp;&amp;this.d===&quo [...]
+b.Ra}};a.prototype={de:/\s/,Kd:/^[\+\-]?(\d*\.)?\d+/,url:/^url\(\s*(&quot;([^&quot;]*)&quot;|'([^']*)'|([!#$%&amp;*-~]*))\s*\)/i,nc:/^\-?[_a-z][\w-]*/i,Yd:/^(&quot;([^&quot;]*)&quot;|'([^']*)')/,Bd:/^#([\da-f]{6}|[\da-f]{3})/i,be:{px:b.K,em:b.K,ex:b.K,mm:b.K,cm:b.K,&quot;in&quot;:b.K,pt:b.K,pc:b.K,deg:b.Ia,rad:b.Ia,grad:b.Ia},fd:{rgb:1,rgba:1,hsl:1,hsla:1},next:function(c){function d(p,r){p=new a.ob(p,r);if(!c){k.X.push(p);k.Ga++}return p}function e(){k.Ga++;return null}var g,j,i,h,k=thi [...]
+if(this.ch&gt;=this.$a.length)return e();j=this.ch;g=this.$a.substring(this.ch);i=g.charAt(0);switch(i){case &quot;#&quot;:if(h=g.match(this.Bd)){this.ch+=h[0].length;return d(b.z,h[0])}break;case '&quot;':case &quot;'&quot;:if(h=g.match(this.Yd)){this.ch+=h[0].length;return d(b.Tc,h[2]||h[3]||&quot;&quot;)}break;case &quot;/&quot;:case &quot;,&quot;:this.ch++;return d(b.pa,i);case &quot;u&quot;:if(h=g.match(this.url)){this.ch+=h[0].length;return d(b.URL,h[2]||h[3]||h[4]||&quot;&quot;)}} [...]
+return d(b.Ra,i+&quot;%&quot;)}if(h=g.substring(i.length).match(this.nc)){i+=h[0];this.ch+=h[0].length;return d(this.be[h[0].toLowerCase()]||b.Lc,i)}return d(b.oa,i)}if(h=g.match(this.nc)){i=h[0];this.ch+=i.length;if(i.toLowerCase()in f.Jc.Fb||i===&quot;currentColor&quot;||i===&quot;transparent&quot;)return d(b.z,i);if(g.charAt(i.length)===&quot;(&quot;){this.ch++;if(i.toLowerCase()in this.fd){g=function(p){return p&amp;&amp;p.k&amp;b.oa};h=function(p){return p&amp;&amp;p.k&amp;(b.oa|b.R [...]
+if((i.charAt(0)===&quot;r&quot;?h(m()):g(m()))&amp;&amp;n(m(),&quot;,&quot;)&amp;&amp;h(m())&amp;&amp;n(m(),&quot;,&quot;)&amp;&amp;h(m())&amp;&amp;(i===&quot;rgb&quot;||i===&quot;hsa&quot;||n(m(),&quot;,&quot;)&amp;&amp;g(m()))&amp;&amp;n(m(),&quot;)&quot;))return d(b.z,this.$a.substring(j,this.ch));return e()}return d(b.Xb,i)}return d(b.na,i)}this.ch++;return d(b.Wb,i)},D:function(){return this.X[this.Ga-- -2]},all:function(){for(;this.next(););return this.X},ma:function(c,d){for(var e [...]
+{Z:0,Od:function(){var a=this.qb,b;return!a||(b=this.o())&amp;&amp;(a.x!==b.x||a.y!==b.y)},Td:function(){var a=this.qb,b;return!a||(b=this.o())&amp;&amp;(a.h!==b.h||a.f!==b.f)},hc:function(){var a=this.e,b=a.getBoundingClientRect(),c=f.ja===9,d=f.O===7,e=b.right-b.left;return{x:b.left,y:b.top,h:c||d?a.offsetWidth:e,f:c||d?a.offsetHeight:b.bottom-b.top,Hd:d&amp;&amp;e?a.offsetWidth/e:1}},o:function(){return this.Z?this.Va||(this.Va=this.hc()):this.hc()},Ad:function(){return!!this.qb},cb:f [...]
+this.Va;this.Va=null}}};(function(){function a(b){var c=f.p.Ba(b);return function(){if(this.Z){var d=this.$b||(this.$b={});return c in d?d[c]:(d[c]=b.call(this))}else return b.call(this)}}f.B={Z:0,ka:function(b){function c(d){this.e=d;this.Zb=this.ia()}f.p.Eb(c.prototype,f.B,b);c.$c={};return c},j:function(){var b=this.ia(),c=this.constructor.$c;return b?b in c?c[b]:(c[b]=this.la(b)):null},ia:a(function(){var b=this.e,c=this.constructor,d=b.style;b=b.currentStyle;var e=this.wa,g=this.Fa, [...]
+f.F+e);c=c.Zc||(c.Zc=f.nb+g.charAt(0).toUpperCase()+g.substring(1));return d[c]||b.getAttribute(j)||d[g]||b.getAttribute(e)}),i:a(function(){return!!this.j()}),H:a(function(){var b=this.ia(),c=b!==this.Zb;this.Zb=b;return c}),va:a,cb:function(){++this.Z},hb:function(){--this.Z||delete this.$b}}})();f.Sb=f.B.ka({wa:f.F+&quot;background&quot;,Fa:f.nb+&quot;Background&quot;,cd:{scroll:1,fixed:1,local:1},fb:{&quot;repeat-x&quot;:1,&quot;repeat-y&quot;:1,repeat:1,&quot;no-repeat&quot;:1},sc:{ [...]
+bottom:1,left:1,center:1},Ud:{contain:1,cover:1},eb:{Ma:&quot;backgroundClip&quot;,z:&quot;backgroundColor&quot;,da:&quot;backgroundImage&quot;,Pa:&quot;backgroundOrigin&quot;,S:&quot;backgroundPosition&quot;,T:&quot;backgroundRepeat&quot;,Sa:&quot;backgroundSize&quot;},la:function(a){function b(s){return s&amp;&amp;s.W()||s.k&amp;k&amp;&amp;s.d in t}function c(s){return s&amp;&amp;(s.W()&amp;&amp;f.n(s.d)||s.d===&quot;auto&quot;&amp;&amp;&quot;auto&quot;)}var d=this.e.currentStyle,e,g,j [...]
+&quot;linear-gradient&quot;){v={ca:[],P:p};for(l={};g=e.next();){m=g.k;p=g.d;if(m&amp;i.Wb&amp;&amp;p===&quot;)&quot;){l.color&amp;&amp;v.ca.push(l);v.ca.length&gt;1&amp;&amp;f.p.Eb(j,v);break}if(m&amp;n){if(v.sa||v.zb){g=e.D();if(g.k!==h)break;e.next()}l={color:f.ha(p)};g=e.next();if(g.W())l.db=f.n(g.d);else e.D()}else if(m&amp;i.Ia&amp;&amp;!v.sa&amp;&amp;!l.color&amp;&amp;!v.ca.length)v.sa=new f.Ec(g.d);else if(b(g)&amp;&amp;!v.zb&amp;&amp;!l.color&amp;&amp;!v.ca.length){e.D();v.zb=ne [...]
+m&amp;i.URL){j.Ab=p;j.P=&quot;image&quot;}else if(b(g)&amp;&amp;!j.$){e.D();j.$=new f.Ja(e.ma(function(s){return!b(s)},false))}else if(m&amp;k)if(p in this.fb&amp;&amp;!j.bb)j.bb=p;else if(p in this.sc&amp;&amp;!j.Wa){j.Wa=p;if((g=e.next())&amp;&amp;g.k&amp;k&amp;&amp;g.d in this.sc)j.ub=g.d;else{j.ub=p;e.D()}}else if(p in this.cd&amp;&amp;!j.bc)j.bc=p;else return null;else if(m&amp;n&amp;&amp;!q.color)q.color=f.ha(p);else if(m&amp;h&amp;&amp;p===&quot;/&quot;&amp;&amp;!j.Xa&amp;&amp;j.$ [...]
+h&amp;&amp;p===&quot;,&quot;&amp;&amp;j.P){j.Hb=a.substring(r,e.ch-1);r=e.ch;q.M.push(j);j={}}else return null}if(j.P){j.Hb=a.substring(r);q.M.push(j)}}else this.Bc(f.ja&lt;9?function(){var s=this.eb,o=d[s.S+&quot;X&quot;],u=d[s.S+&quot;Y&quot;],x=d[s.da],y=d[s.z];if(y!==&quot;transparent&quot;)q.color=f.ha(y);if(x!==&quot;none&quot;)q.M=[{P:&quot;image&quot;,Ab:(new f.v(x)).next().d,bb:d[s.T],$:new f.Ja((new f.v(o+&quot; &quot;+u)).all())}]}:function(){var s=this.eb,o=/\s*,\s*/,u=d[s.da [...]
+d[s.T].split(o);y=d[s.S].split(o);z=d[s.Pa].split(o);B=d[s.Ma].split(o);s=d[s.Sa].split(o);q.M=[];for(o=0;o&lt;E;o++)if((D=u[o])&amp;&amp;D!==&quot;none&quot;){C=s[o].split(&quot; &quot;);q.M.push({Hb:D+&quot; &quot;+x[o]+&quot; &quot;+y[o]+&quot; / &quot;+s[o]+&quot; &quot;+z[o]+&quot; &quot;+B[o],P:&quot;image&quot;,Ab:(new f.v(D)).next().d,bb:x[o],$:new f.Ja((new f.v(y[o])).all()),Wa:z[o],ub:B[o],Xa:new f.Ka(C[0],C[1])})}}});return q.color||q.M[0]?q:null},Bc:function(a){var b=f.ja&gt; [...]
+&quot;&quot;;if(b){i=d[c.Ma];h=d[c.Pa];n=d[c.S];k=d[c.Sa];if(i)d[c.Ma]=&quot;&quot;;if(h)d[c.Pa]=&quot;&quot;;if(n)d[c.S]=&quot;&quot;;if(k)d[c.Sa]=&quot;&quot;}a=a.call(this);if(e)d[c.da]=e;if(g)d[c.z]=g;if(j)d[c.T]=j;if(b){if(i)d[c.Ma]=i;if(h)d[c.Pa]=h;if(n)d[c.S]=n;if(k)d[c.Sa]=k}return a},ia:f.B.va(function(){return this.wb()||this.Bc(function(){var a=this.e.currentStyle,b=this.eb;return a[b.z]+&quot; &quot;+a[b.da]+&quot; &quot;+a[b.T]+&quot; &quot;+a[b.S+&quot;X&quot;]+&quot; &quot [...]
+qc:function(){var a=0;if(f.O&lt;7){a=this.e;a=&quot;&quot;+(a.style[f.nb+&quot;PngFix&quot;]||a.currentStyle.getAttribute(f.F+&quot;png-fix&quot;))===&quot;true&quot;}return a},i:f.B.va(function(){return(this.wb()||this.qc())&amp;&amp;!!this.j()})});f.Vb=f.B.ka({wc:[&quot;Top&quot;,&quot;Right&quot;,&quot;Bottom&quot;,&quot;Left&quot;],Id:{thin:&quot;1px&quot;,medium:&quot;3px&quot;,thick:&quot;5px&quot;},la:function(){var a={},b={},c={},d=false,e=true,g=true,j=true;this.Cc(function(){fo [...]
+m+&quot;Color&quot;];m=i[&quot;border&quot;+m+&quot;Width&quot;];if(h&gt;0){if(k!==p)g=false;if(n!==r)e=false;if(m!==t)j=false}p=k;r=n;t=m;c[v]=f.ha(n);m=a[v]=f.n(b[v]===&quot;none&quot;?&quot;0&quot;:this.Id[m]||m);if(m.a(this.e)&gt;0)d=true}});return d?{J:a,Zd:b,gd:c,ee:j,hd:e,$d:g}:null},ia:f.B.va(function(){var a=this.e,b=a.currentStyle,c;a.tagName in f.Ac&amp;&amp;a.offsetParent.currentStyle.borderCollapse===&quot;collapse&quot;||this.Cc(function(){c=b.borderWidth+&quot;|&quot;+b.bo [...]
+d=b.borderColor;if(c)b.borderWidth=&quot;&quot;;if(d)b.borderColor=&quot;&quot;;a=a.call(this);if(c)b.borderWidth=c;if(d)b.borderColor=d;return a}});(function(){f.jb=f.B.ka({wa:&quot;border-radius&quot;,Fa:&quot;borderRadius&quot;,la:function(b){var c=null,d,e,g,j,i=false;if(b){e=new f.v(b);var h=function(){for(var k=[],n;(g=e.next())&amp;&amp;g.W();){j=f.n(g.d);n=j.ic();if(n&lt;0)return null;if(n&gt;0)i=true;k.push(j)}return k.length&gt;0&amp;&amp;k.length&lt;5?{tl:k[0],tr:k[1]||k[0],br [...]
+&quot;/&quot;)d=h()}else d=b;if(i&amp;&amp;b&amp;&amp;d)c={x:b,y:d}}}return c}});var a=f.n(&quot;0&quot;);a={tl:a,tr:a,br:a,bl:a};f.jb.Dc={x:a,y:a}})();f.Ub=f.B.ka({wa:&quot;border-image&quot;,Fa:&quot;borderImage&quot;,fb:{stretch:1,round:1,repeat:1,space:1},la:function(a){var b=null,c,d,e,g,j,i,h=0,k=f.v.qa,n=k.na,m=k.oa,p=k.Ra;if(a){c=new f.v(a);b={};for(var r=function(l){return l&amp;&amp;l.k&amp;k.pa&amp;&amp;l.d===&quot;/&quot;},t=function(l){return l&amp;&amp;l.k&amp;n&amp;&amp;l. [...]
+j=c.ma(function(l){return!l.W()&amp;&amp;!(l.k&amp;n&amp;&amp;l.d===&quot;auto&quot;)});if(r(c.next())){h++;i=c.ma(function(l){return!l.Ca()})}}else c.D()};a=c.next();){d=a.k;e=a.d;if(d&amp;(m|p)&amp;&amp;!g){c.D();v()}else if(t(a)&amp;&amp;!b.fill){b.fill=true;v()}else if(d&amp;n&amp;&amp;this.fb[e]&amp;&amp;!b.repeat){b.repeat={f:e};if(a=c.next())if(a.k&amp;n&amp;&amp;this.fb[a.d])b.repeat.Ob=a.d;else c.D()}else if(d&amp;k.URL&amp;&amp;!b.src)b.src=e;else return null}if(!b.src||!g||g.l [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/ie/html5shiv.js
+=====================================================
+/*
+ HTML5 Shiv v3.6.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+(function(l,f){function m(){var a=e.elements;return&quot;string&quot;==typeof a?a.split(&quot; &quot;):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&amp;&amp;!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag [...]
+a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function(&quot;h,f&quot;,&quot;return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&amp;&amp;(&quot;+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c(&quot;'+a+'&quot;)'})+&quot;);return n}&quot;)(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&amp;&amp;!j&amp;&amp;!b.hasCSS){var c,d=a;c=d.createElement(&quot;p&quot;);d=d.getE [...]
+c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^&lt;|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o=&quot;_html5shiv&quot;,h=0,n={},g;(function(){try{var a=f.createElement(&quot;a&quot;);a.innerHTML=&quot;&lt;xyz&gt;&lt;/xyz&gt;&quot;;j=&quot;hidden&quot;in a;var b;if(!(b=1==a.childNodes.length)){f.createElem [...]
+&quot;undefined&quot;==typeof c.createDocumentFragment||&quot;undefined&quot;==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||&quot;abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video&quot;,version:&quot;3.6.2&quot;,shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:&quot;default&quot;,shivDocument:q,createElement:p,cre [...]
+for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d&lt;h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
+
+=====================================================
+== File: src/homepage/_site/assets/js/lity.min.js
+=====================================================
+/*! Lity - v2.2.2 - 2016-12-14
+* http://sorgalla.com/lity/
+* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
+!function(a,b){&quot;function&quot;==typeof define&amp;&amp;define.amd?define([&quot;jquery&quot;],function(c){return b(a,c)}):&quot;object&quot;==typeof module&amp;&amp;&quot;object&quot;==typeof module.exports?module.exports=b(a,require(&quot;jquery&quot;)):a.lity=b(a,a.jQuery||a.Zepto)}(&quot;undefined&quot;!=typeof window?window:this,function(a,b){&quot;use strict&quot;;function c(a){var b=B();return N&amp;&amp;a.length?(a.one(N,b.resolve),setTimeout(b.resolve,500)):b.resolve(),b.pro [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/jquery.min.js
+=====================================================
+/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
+!function(a,b){&quot;object&quot;==typeof module&amp;&amp;&quot;object&quot;==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error(&quot;jQuery requires a window with a document&quot;);return b(a)}:b(a)}(&quot;undefined&quot;!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=&quot;1.11.3&quot;,m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\ [...]
+
+return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&amp;&amp;h;if(k&amp;&amp;j[k]&amp;&amp;(e||j[k].data)||void 0!==d||&quot;string&quot;!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),(&quot;object&quot;==typeof b||&quot;function&quot;==typeof b)&amp;&amp;(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&amp;&amp;(g[m.camelCase(b)]=d [...]
+return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||&quot;swing&quot;,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?&quot;&quot;:&quot;px&quot;)},cur:function(){var a=Za.propHooks[this.prop];return a&amp;&amp;a.get?a.get(this):Za.propHooks._default.get(this)},run:function(a){var b,c=Za.propHooks[this.prop];return this.options.duration?this.pos=b=m.easing[t [...]
+
+=====================================================
+== File: src/homepage/_site/assets/js/lightbox.js
+=====================================================
+/*!
+ * Lightbox v2.8.2
+ * by Lokesh Dhakar
+ *
+ * More info:
+ * http://lokeshdhakar.com/projects/lightbox2/
+ *
+ * Copyright 2007, 2015 Lokesh Dhakar
+ * Released under the MIT license
+ * https://github.com/lokesh/lightbox2/blob/master/LICENSE
+ */
+
+// Uses Node, AMD or browser globals to create a module.
+(function (root, factory) {
+    if (typeof define === 'function' &amp;&amp; define.amd) {
+        // AMD. Register as an anonymous module.
+        define(['jquery'], factory);
+    } else if (typeof exports === 'object') {
+        // Node. Does not work with strict CommonJS, but
+        // only CommonJS-like environments that support module.exports,
+        // like Node.
+        module.exports = factory(require('jquery'));
+    } else {
+        // Browser globals (root is window)
+        root.lightbox = factory(root.jQuery);
+    }
+}(this, function ($) {
+
+  function Lightbox(options) {
+    this.album = [];
+    this.currentImageIndex = void 0;
+    this.init();
+
+    // options
+    this.options = $.extend({}, this.constructor.defaults);
+    this.option(options);
+  }
+
+  // Descriptions of all options available on the demo site:
+  // http://lokeshdhakar.com/projects/lightbox2/index.html#options
+  Lightbox.defaults = {
+    albumLabel: 'Image %1 of %2',
+    alwaysShowNavOnTouchDevices: false,
+    fadeDuration: 500,
+    fitImagesInViewport: true,
+    // maxWidth: 800,
+    // maxHeight: 600,
+    positionFromTop: 50,
+    resizeDuration: 700,
+    showImageNumberLabel: true,
+
+=====================================================
+== File: src/homepage/_site/assets/main.css.map
+=====================================================
+{
+	&quot;version&quot;: 3,
+	&quot;file&quot;: &quot;main.css&quot;,
+	&quot;sources&quot;: [
+		&quot;main.scss&quot;,
+		&quot;../../../../../../var/lib/gems/2.7.0/gems/minima-2.5.1/_sass/minima.scss&quot;,
+		&quot;../../../../../../var/lib/gems/2.7.0/gems/minima-2.5.1/_sass/minima/_base.scss&quot;,
+		&quot;../../../../../../var/lib/gems/2.7.0/gems/minima-2.5.1/_sass/minima/_layout.scss&quot;,
+		&quot;../../../../../../var/lib/gems/2.7.0/gems/minima-2.5.1/_sass/minima/_syntax-highlighting.scss&quot;
+	],
+	&quot;sourcesContent&quot;: [
+		&quot;@import \&quot;minima\&quot;;\n&quot;,
+		&quot;@charset \&quot;utf-8\&quot;;\n\n// Define defaults for each variable.\n\n$base-font-family: -apple-system, BlinkMacSystemFont, \&quot;Segoe UI\&quot;, Roboto, Helvetica, Arial, sans-serif, \&quot;Apple Color Emoji\&quot;, \&quot;Segoe UI Emoji\&quot;, \&quot;Segoe UI Symbol\&quot; !default;\n$base-font-size:   16px !default;\n$base-font-weight: 400 !default;\n$small-font-size:  $base-font-size * 0.875 !default;\n$base-line-height: 1.5 !default;\n\n$spacing-unit:     30px !defaul [...]
+		&quot;/**\n * Reset some basic elements\n */\nbody, h1, h2, h3, h4, h5, h6,\np, blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n  margin: 0;\n  padding: 0;\n}\n\n\n\n/**\n * Basic styling\n */\nbody {\n  font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;\n  color: $text-color;\n  background-color: $background-color;\n  -webkit-text-size-adjust: 100%;\n  -webkit-font-feature-settings: \&quot;kern\&quot; 1;\n     -moz-font-feature-settings: \&quot;kern\&qu [...]
+		&quot;/**\n * Site header\n */\n.site-header {\n  border-top: 5px solid $grey-color-dark;\n  border-bottom: 1px solid $grey-color-light;\n  min-height: $spacing-unit * 1.865;\n\n  // Positioning context for the mobile navigation icon\n  position: relative;\n}\n\n.site-title {\n  @include relative-font-size(1.625);\n  font-weight: 300;\n  line-height: $base-line-height * $base-font-size * 2.25;\n  letter-spacing: -1px;\n  margin-bottom: 0;\n  float: left;\n\n  &amp;,\n  &amp;:visited {\ [...]
+		&quot;/**\n * Syntax highlighting styles\n */\n.highlight {\n  background: #fff;\n  @extend %vertical-rhythm;\n\n  .highlighter-rouge &amp; {\n    background: #eef;\n  }\n\n  .c     { color: #998; font-style: italic } // Comment\n  .err   { color: #a61717; background-color: #e3d2d2 } // Error\n  .k     { font-weight: bold } // Keyword\n  .o     { font-weight: bold } // Operator\n  .cm    { color: #998; font-style: italic } // Comment.Multiline\n  .cp    { color: #999; font-weight: bold [...]
+	],
+	&quot;names&quot;: [],
+	&quot;mappings&quot;: &quot;AEAA,gCAEG;AACH,AAAA,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAC5B,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,EACtB,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EACrB,MAAM,EAAE,CAAC,EACT,OAAO,EAAE,CAAC,GACX;;AAID,oBAEG;AACH,AAAA,IAAI,CAAC,EACH,IAAI,EDVa,GAAG,CCUI,QAAuE,CDZ9E,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,iBAAiB,ECa9J,KAAK,EDLY,IAAI,ECMrB,gBAAgB,EDLC,OAAO,ECMxB,wBAAwB,EAAE, [...]
+}
+
+=====================================================
+== File: src/homepage/_site/assets/css/test.html
+=====================================================
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;1.1&quot; id=&quot;Calque_1&quot; x=&quot;0px&quot; y=&quot;0px&quot; width=&quot;841.89px&quot; height=&quot;595.28px&quot; viewBox=&quot;0 0 841.89 595.28&quot; enable-background=&quot;new 0 0 841.89 595.28&quot; xml:space=&quot;preserve&quot;&gt;
+&lt;circle fill=&quot;#FFFFFF&quot; cx=&quot;672.754&quot; cy=&quot;148.406&quot; r=&quot;66.5&quot;/&gt;
+&lt;g&gt;
+  &lt;path fill=&quot;#E64821&quot; d=&quot;M718.72,121.022c-3.564-2.383-7.259-4.322-11.117-5.314c-3.85-1.014-7.823-0.778-11.496,0.742l-0.691,0.288   l-0.342,0.154l-0.169,0.079l-0.087,0.04l-0.042,0.02l-0.022,0.01c0.022-0.015-0.064,0.039,0.048-0.031l-0.011,0.006   c-0.5,0.313-0.969,0.572-1.462,0.83c-0.978,0.509-1.981,0.965-3.021,1.341c-2.077,0.729-4.318,1.242-6.619,0.96   c-1.14-0.15-2.273-0.547-3.228-1.208c-0.954-0.659-1.714-1.552-2.235-2.532c-1.052-1.972-1.373-4.147-1.439-6.262   c0.386 [...]
+  &lt;g&gt;
+    &lt;path fill=&quot;none&quot; d=&quot;M637.856,139.139c-0.337,0.258,9.157,11.617,23.405,22.405c4.192,3.205,8.29,5.973,11.994,8.286    c0.281-0.416,0.542-0.842,0.787-1.279c-3.608-2.39-7.623-5.184-11.763-8.348C648.18,149.535,638.222,138.782,637.856,139.139z&quot;/&gt;
+
+      &lt;linearGradient id=&quot;SVGID_5_&quot; gradientUnits=&quot;userSpaceOnUse&quot; x1=&quot;1192.2021&quot; y1=&quot;229.4492&quot; x2=&quot;1234.9417&quot; y2=&quot;229.4492&quot; gradientTransform=&quot;matrix(-0.1008 -0.9949 0.9949 -0.1008 547.1743 1381.7705)&quot;&gt;
+      &lt;stop offset=&quot;0&quot; style=&quot;stop-color:#FCC30E&quot;/&gt;
+      &lt;stop offset=&quot;0.4969&quot; style=&quot;stop-color:#E64821&quot;/&gt;
+      &lt;stop offset=&quot;1&quot; style=&quot;stop-color:#E42328&quot;/&gt;
+    &lt;/linearGradient&gt;
+    &lt;path fill=&quot;url(#SVGID_5_)&quot; d=&quot;M659.708,160.542c-14.247-10.789-23.741-22.147-23.405-22.406    c0.366-0.357,10.323,10.396,24.424,21.064c4.14,3.164,8.154,5.958,11.763,8.348c0.048-0.086,0.104-0.168,0.152-0.256    c0.592-1.131,1.046-2.347,1.401-3.617c-2.531-5.059-8.833-12.067-16.158-18.494c-1.629-1.413-3.325-2.666-5.04-3.792    c-0.373,3.018-1.118,5.178-1.123,5.177c0,0-0.831-2.873-0.76-6.369c-1.156-0.697-2.313-1.347-3.463-1.94    c-0.011,3.443-1.033,6.021-1.038,6.022c0, [...]
+    &lt;path fill=&quot;#E42328&quot; d=&quot;M710.524,120.843c-2.746,0.231-5.496,0.723-8.203,1.497c-5.401,1.538-10.711,4.256-15.061,8.381    c-2.191,2.033-4.073,4.437-5.644,7.024c-1.523,2.615-2.755,5.412-3.551,8.303c-0.82,2.884-1.311,5.83-1.479,8.755    c-0.05,0.721-0.077,1.467-0.096,2.221l-0.017,1.005l-0.024,0.862c-0.029,1.145-0.127,2.268-0.303,3.355    c-0.138,0.833-0.329,1.64-0.552,2.429c-0.354,1.27-0.809,2.486-1.4,3.618c-0.048,0.087-0.105,0.169-0.152,0.255    c-0.245,0.438-0.506,0.8 [...]
+  &lt;/g&gt;
+&lt;/g&gt;
+&lt;/svg&gt;
+
+=====================================================
+== File: src/homepage/_site/assets/css/font-awesome.min.css
+=====================================================
+/*!
+ *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../../assets/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../assets/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'),url('../../assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontaw [...]
+
+=====================================================
+== File: src/homepage/_site/assets/css/main.css
+=====================================================
+@import url(font-awesome.min.css);
+@import &quot;https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&quot;;
+@import url('https://fonts.googleapis.com/css?family=Poppins');
+
+/*
+	Stellar by HTML5 UP
+	html5up.net | @ajlkn
+	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+/* Reset */
+
+	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
+		margin: 0;
+		padding: 0;
+		border: 0;
+		font-size: 12pt;
+		font-family: &quot;Poppins&quot;, Helvetica, sans-serif;
+		vertical-align: baseline;
+	}
+
+	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
+		display: block;
+	}
+
+	body {
+		line-height: 1;
+	}
+
+	ol, ul {
+		list-style: none;
+	}
+
+	blockquote, q {
+		quotes: none;
+	}
+
+	blockquote:before, blockquote:after, q:before, q:after {
+		content: '';
+		content: none;
+	}
+
+	table {
+		border-collapse: collapse;
+		border-spacing: 0;
+	}
+
+	body {
+		-webkit-text-size-adjust: none;
+	}
+
+=====================================================
+== File: src/homepage/_site/assets/css/ie9.css
+=====================================================
+/*
+	Stellar by HTML5 UP
+	html5up.net | @ajlkn
+	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+/* Spotlight */
+
+	.spotlight:after {
+		content: '';
+		display: block;
+		clear: both;
+	}
+
+	.spotlight .content {
+		float: left;
+		width: 60%;
+	}
+
+	.spotlight .image {
+		float: left;
+	}
+
+/* Features */
+
+	.features:after {
+		content: '';
+		display: block;
+		clear: both;
+	}
+
+	.features li {
+		float: left;
+	}
+
+/* Statistics */
+
+	.statistics {
+		display: inline-block;
+	}
+
+		.statistics:after {
+			content: '';
+			display: block;
+			clear: both;
+		}
+
+		.statistics li {
+			float: left;
+			padding: 1.5em 2.5em;
+
+=====================================================
+== File: src/homepage/_site/assets/css/lity.min.css
+=====================================================
+/*! Lity - v2.2.2 - 2016-12-14
+* http://sorgalla.com/lity/
+* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fix [...]
+
+=====================================================
+== File: src/homepage/_site/assets/css/lightbox.css
+=====================================================
+/* Preload images */
+body:after {
+  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
+  display: none;
+}
+
+body.lb-disable-scrolling {
+  overflow: hidden;
+}
+
+.lightboxOverlay {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 9999;
+  background-color: black;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
+  opacity: 0.8;
+  display: none;
+}
+
+.lightbox {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  z-index: 10000;
+  text-align: center;
+  line-height: 0;
+  font-weight: normal;
+}
+
+.lightbox .lb-image {
+  display: block;
+  height: auto;
+  max-width: inherit;
+  border-radius: 3px;
+}
+
+.lightbox a img {
+  border: none;
+}
+
+.lb-outerContainer {
+  position: relative;
+  background-color: white;
+  *zoom: 1;
+  width: 250px;
+  height: 250px;
+  margin: 0 auto;
+  border-radius: 4px;
+
+=====================================================
+== File: src/homepage/_site/assets/css/ie8.css
+=====================================================
+/*
+	Stellar by HTML5 UP
+	html5up.net | @ajlkn
+	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+/* Type */
+
+	body {
+		color: #ffffff;
+	}
+
+/* Button */
+
+	.button {
+		position: relative;
+		border: solid 1px !important;
+	}
+
+		.button.special {
+			border: none !important;
+		}
+
+/* Icon */
+
+	.icon.major {
+		-ms-behavior: url(&quot;assets/js/ie/PIE.htc&quot;);
+	}
+
+		.icon.major:before {
+			font-size: 4em;
+			border: 0;
+		}
+
+/* Spotlight */
+
+	.spotlight .image {
+		position: relative;
+		-ms-behavior: url(&quot;assets/js/ie/PIE.htc&quot;);
+	}
+
+		.spotlight .image img {
+			position: relative;
+			-ms-behavior: url(&quot;assets/js/ie/PIE.htc&quot;);
+		}
+
+/* Features */
+
+	.features li {
+		width: 29%;
+
+=====================================================
+== File: src/homepage/_site/assets/fonts/fontawesome-webfont.svg
+=====================================================
+&lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;
+&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot; &gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
+&lt;metadata&gt;&lt;/metadata&gt;
+&lt;defs&gt;
+&lt;font id=&quot;fontawesomeregular&quot; horiz-adv-x=&quot;1536&quot; &gt;
+&lt;font-face units-per-em=&quot;1792&quot; ascent=&quot;1536&quot; descent=&quot;-256&quot; /&gt;
+&lt;missing-glyph horiz-adv-x=&quot;448&quot; /&gt;
+&lt;glyph unicode=&quot; &quot;  horiz-adv-x=&quot;448&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x09;&quot; horiz-adv-x=&quot;448&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xa0;&quot; horiz-adv-x=&quot;448&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xa8;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xa9;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xae;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xb4;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xc6;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xd8;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2000;&quot; horiz-adv-x=&quot;768&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2001;&quot; horiz-adv-x=&quot;1537&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2002;&quot; horiz-adv-x=&quot;768&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2003;&quot; horiz-adv-x=&quot;1537&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2004;&quot; horiz-adv-x=&quot;512&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2005;&quot; horiz-adv-x=&quot;384&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2006;&quot; horiz-adv-x=&quot;256&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2007;&quot; horiz-adv-x=&quot;256&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2008;&quot; horiz-adv-x=&quot;192&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2009;&quot; horiz-adv-x=&quot;307&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x200a;&quot; horiz-adv-x=&quot;85&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x202f;&quot; horiz-adv-x=&quot;307&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x205f;&quot; horiz-adv-x=&quot;384&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2122;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x221e;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x2260;&quot; horiz-adv-x=&quot;1792&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#x25fc;&quot; horiz-adv-x=&quot;500&quot; d=&quot;M0 0z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf000;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf001;&quot; d=&quot;M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf002;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf003;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43  [...]
+&lt;glyph unicode=&quot;&amp;#xf004;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf005;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf006;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf007;&quot; horiz-adv-x=&quot;1408&quot; d=&quot;M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z&qu [...]
+&lt;glyph unicode=&quot;&amp;#xf008;&quot; horiz-adv-x=&quot;1920&quot; d=&quot;M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 [...]
+&lt;glyph unicode=&quot;&amp;#xf009;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 9 [...]
+&lt;glyph unicode=&quot;&amp;#xf00a;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68  [...]
+&lt;glyph unicode=&quot;&amp;#xf00b;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68  [...]
+&lt;glyph unicode=&quot;&amp;#xf00c;&quot; horiz-adv-x=&quot;1792&quot; d=&quot;M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf00d;&quot; horiz-adv-x=&quot;1408&quot; d=&quot;M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z&quot; /&gt;
+&lt;glyph unicode=&quot;&amp;#xf00e;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90. [...]
+&lt;glyph unicode=&quot;&amp;#xf010;&quot; horiz-adv-x=&quot;1664&quot; d=&quot;M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273. [...]
+
+=====================================================
+== File: src/homepage/_site/Dockerfile
+=====================================================
+FROM ruby:2.6.3
+
+RUN apt-get update \
+  &amp;&amp; apt-get install -y \
+    nodejs \
+    python-pygments \
+  &amp;&amp; apt-get clean \
+  &amp;&amp; rm -rf /var/lib/apt/lists/
+
+RUN gem install \
+  github-pages \
+  jekyll \
+  jekyll-feed \
+  jekyll-redirect-from \
+  jekyll-seo-tag \
+  kramdown \
+  rdiscount \
+  rouge
+
+# Copy the script
+COPY compile.sh /root/compile.sh
+
+# Define the entrypoint
+WORKDIR /james-project
+ENTRYPOINT [&quot;/root/compile.sh&quot;]
+
+=====================================================
+== File: src/homepage/_site/about.md
+=====================================================
+This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
+
+You can find the source code for the Jekyll new theme at:
+{% include icon-github.html username=&quot;jekyll&quot; %} /
+[minima](https://github.com/jekyll/minima)
+
+You can find the source code for Jekyll at
+{% include icon-github.html username=&quot;jekyll&quot; %} /
+[jekyll](https://github.com/jekyll/jekyll)
+
+
+## How to post new articles on Jekyll
+
+
+#### The Posts Folder
+
+As explained on the [directory structure](https://jekyllrb.com/docs/structure/) page, the _posts folder is where your blog posts will live:
+
+```
+.
+&#x251c;&#x2500;&#x2500; _drafts
+&#x251c;&#x2500;&#x2500; _includes
+&#x251c;&#x2500;&#x2500; _layouts
+&#x251c;&#x2500;&#x2500; _posts
+|   &#x251c;&#x2500;&#x2500; 2007-10-29-why-every-programmer-should-play-nethack.md
+|   &#x2514;&#x2500;&#x2500; 2009-04-26-barcamp-boston-4-roundup.md
+&#x251c;&#x2500;&#x2500; _data
+&#x251c;&#x2500;&#x2500; _site
+&#x251c;&#x2500;&#x2500; .jekyll-metadata
+&#x2514;&#x2500;&#x2500; index.html
+```
+
+The files extension is Markdown.
+
+
+#### Front Matter
+
+
+The front matter is where Jekyll starts to get really cool. Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example:
+
+```
+---
+layout: post
+title:  &quot;Welcome to Jekyll&quot;
+date:   2016-08-29 16:13:22 +0200
+tags: 
+---
+```
+
+* ```Layout``` attribute must be always Post to load the good HTM-CSS template of the page
+
+=====================================================
+== File: src/homepage/_site/compile.sh
+=====================================================
+#!/bin/sh -e
+#
+
+printUsage() {
+   echo &quot;Usage : &quot;
+   echo &quot;./compile.sh SHA1&quot;
+   echo &quot;    SHA1: SHA1 to build (optional)&quot;
+   exit 1
+}
+
+ORIGIN=/origin
+DESTINATION=/destination
+
+for arg in &quot;$@&quot;
+do
+   case $arg in
+      -*)
+         echo &quot;Invalid option: -$OPTARG&quot;
+         printUsage
+         ;;
+      *)
+         if ! [ -z &quot;$1&quot; ]; then
+            SHA1=$1
+         fi
+         ;;
+   esac
+   if [ &quot;0&quot; -lt &quot;$#&quot; ]; then
+      shift
+   fi
+done
+
+if [ -z &quot;$SHA1&quot; ]; then
+   SHA1=master
+fi
+
+# Sources retrieval
+git clone $ORIGIN/.
+git checkout $SHA1
+
+# Compilation /james-project/src/jekyll/_site
+
+jekyll build --source src/homepage --destination $DESTINATION
+
+
+=====================================================
 == File: src/homepage/Dockerfile
 =====================================================
 FROM ruby:2.6.3
@@ -78541,6 +80031,1081 @@ theme: minima
 gems: []
 
 =====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8d/57db48933f256c539396b3dd2cbb81cfbba7d09d078b84c831b59259ac29ca
+=====================================================
+??I&quot;\&lt;p&gt;The Apache James developers are pleased to announce James server 3.5.0 release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/08e0ea607a3525049dc7b2e40f78bfdf7ab1a6b872483ad0676b63ea49cc07
+=====================================================
+??I&quot;?i?&lt;p&gt;The Apache James project is pleased to announced that the first release of
+&lt;a href=&quot;http://james.apache.org/mpt&quot;&gt;Apache MPT&lt;/a&gt; - a functional testing
+library particularly suitable for line protocols based on ASCII - is now
+&lt;a href=&quot;/download.cgi#Apache_MPT&quot;&gt;available&lt;/a&gt; . These protocols are common in mail but the library may be useful more widely.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d2/82cd82e6f5695f0bf644eb292133c15fc25aa64f0c6916e0a70fb401e7a842
+=====================================================
+??I&quot;???&lt;p&gt;The Apache James developers are pleased to announce James server 3.3.0 release.&lt;/p&gt;
+
+&lt;p&gt;Here are some points we worked on:&lt;/p&gt;
+
+&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Metrics for BlobStore&lt;/li&gt;
+  &lt;li&gt;New Guice product using Cassandra RabbitMQ ElasticSearch, OpenStack Swift and optional LDAP dependency (experimental)&lt;/li&gt;
+  &lt;li&gt;JPA SMTP dockerFile contributed by &lt;a href=&quot;https://github.com/matzepan&quot;&gt;matzepan&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Listing healthchecks, thanks to &lt;a href=&quot;https://github.com/kratostaine&quot;&gt;Madhu Bhat&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Configuring the ElasticSearch clusterName&lt;/li&gt;
+  &lt;li&gt;Logging and Metrics now supports Elasticsearch 6 (previously only Elasticsearch 2 was supported)&lt;/li&gt;
+  &lt;li&gt;Implementation of the RabbitMQ EventBus&lt;/li&gt;
+  &lt;li&gt;DeadLetter APIs and memory implementation for storing events that failed delivery&lt;/li&gt;
+  &lt;li&gt;RecipientRewriteTable Aliases and associated WebAdmin routes&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;fixed&quot;&gt;Fixed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;MAILBOX-350 Potential invalid UID &amp;lt;-&amp;gt; MSN mapping upon IMAP COPY&lt;/li&gt;
+  &lt;li&gt;Possibility to better zoom in Grafana boards&lt;/li&gt;
+  &lt;li&gt;default ElasticSearch shards &amp;amp; replica configured values&lt;/li&gt;
+  &lt;li&gt;Move &amp;amp; copy batch sizes are now loaded from configuration&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;WebAdmin ReIndexing API had been reworked&lt;/li&gt;
+  &lt;li&gt;MailboxListener and mailbox event system were reworked. Custom listeners will need to be adapted. Please see Upgrade instuctions.&lt;/li&gt;
+  &lt;li&gt;Docker images are now using a JRE instead of a JDK&lt;/li&gt;
+  &lt;li&gt;Replacement of the old mailbox event system with the EventBus&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;removed&quot;&gt;Removed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Drop HBase and JCR components (mailbox and server/data).&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;third-party-softwares&quot;&gt;Third party softwares&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Tika prior 1.20 is subject to multiple CVEs. We recommend the upgrade&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/59/5ae6c6ef8b3398a7c640b4180eb66cbef4e73e6e1b972b963688d669bb2ad5
+=====================================================
+??I&quot;3&lt;p&gt;James server 3.0.0 has been released !&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/bccb784a9f5cd48528c8f5a9a8d76df6160009f499e095cd7e91ce48390ca3
+=====================================================
+??I&quot;???&lt;p&gt;James server 3.0.0-RC1 has been released.&lt;/p&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/e60f9c24415192b3c4445894d06ce07cc5c2422be5e4c48f6fb2592f24df24
+=====================================================
+??I&quot;k&lt;p&gt;This year, James developers will propose ideas of Google Summer of Code projects for students.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8c/11d820bd4771ee2fc5a96f204017c91afda72cc9af3eea9aa66b1dcdaadd16
+=====================================================
+??I&quot;?&#x7f;&lt;p&gt;We have decided to change the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;latest&lt;/code&gt; Docker images behaviour.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/48e25d64c037b9cb2461801cc4ac5ad6f8851fec7a3b62662fc462134184ff
+=====================================================
+??I&quot;???&lt;p&gt;James server 3.1.0 has been releases.&lt;/p&gt;
+
+&lt;p&gt;Here are some points we worked on:&lt;/p&gt;
+
+&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Introduce an object store&lt;/li&gt;
+  &lt;li&gt;Configurable listeners&lt;/li&gt;
+  &lt;li&gt;MDN (Message Disposition notification) parsing and handling&lt;/li&gt;
+  &lt;li&gt;SpamAssassin support with per user reports&lt;/li&gt;
+  &lt;li&gt;Search in attachments&lt;/li&gt;
+  &lt;li&gt;Data Leak Prevention&lt;/li&gt;
+  &lt;li&gt;JPA SMTP Guice product&lt;/li&gt;
+  &lt;li&gt;Cassandra migration process&lt;/li&gt;
+  &lt;li&gt;Structured logging&lt;/li&gt;
+  &lt;li&gt;RPM packaging (in addition to deb packaging)&lt;/li&gt;
+  &lt;li&gt;Delegating folders&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Move to Java 8&lt;/li&gt;
+  &lt;li&gt;Improve Mail Repositories handling, including a nice web API&lt;/li&gt;
+  &lt;li&gt;Improve Mail Queues handling, including a nice web API&lt;/li&gt;
+  &lt;li&gt;Improve RRT (Recipient Rewrite Table) implementation&lt;/li&gt;
+  &lt;li&gt;Quota handling improvements, and in particular users can receive an email when they are near the limit of their quota&lt;/li&gt;
+  &lt;li&gt;Many performances enhancement, in particular on Cassandra backend&lt;/li&gt;
+  &lt;li&gt;Documentation updates&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e6/69e75147efd402f49b670a0c7d0fc3b0afd222846700f0c673d0aed2be7735
+=====================================================
+??I&quot;?)?&lt;p&gt;The Apache James Project is pleased to announce that the third release of
+&lt;a href=&quot;http://james.apache.org/jsieve&quot;&gt;Apache JSieve&lt;/a&gt; - an implementation of the
+&lt;a href=&quot;http://www.ietf.org/rfc/rfc3028.txt&quot;&gt;Sieve&lt;/a&gt; mail filtering language -
+is now available for &lt;a href=&quot;/download.cgi#Apache_JSieve&quot;&gt;download&lt;/a&gt;. This is the first modular release and includes a
+ filtering &lt;a href=&quot;http://james.apache.org/mailet.&quot;&gt;mailet&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;See the &lt;a href=&quot;http://james.apache.org/jsieve/0.3/release-notes.html&quot;&gt;release notes&lt;/a&gt; for more details.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1f/85417a34c476e17c1687ddeb7fbe68d5ac8a79b0f2530fac815691e415f7ee
+=====================================================
+??I&quot;?.?&lt;p&gt;Read and Send message with attachments.&lt;/p&gt;
+
+&lt;p&gt;You can now send and read messages with attachments through the JMAP commands &lt;em&gt;setMessages&lt;/em&gt; and &lt;em&gt;getMessages&lt;/em&gt;.&lt;/p&gt;
+
+&lt;p&gt;Those attachments are uploaded via the &lt;em&gt;/upload&lt;/em&gt; and downloaded via the &lt;em&gt;/download&lt;/em&gt; JMAP endpoints.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/28/887537305812517f770e56adab6e8858804b53f66c17d85cae9be83c016905
+=====================================================
+??I&quot;w&lt;p&gt;The Apache James project is happy to announce the release of version 3.0-beta3 of its modular mail server.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/3e/9d43e81b176a169aa44ae366e05edd8ed173a89b5cc56a4fef21f48f004c7f
+=====================================================
+??I&quot;???&lt;p&gt;We are proud to announce the &lt;a href=&quot;/download.cgi&quot;&gt;availability&lt;/a&gt; of APACHE Mime4j-0.4. This release brings a number of
+significant improvements in terms of supported capabilities, flexibility and performance:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Revised and improved public API with support for pull parsing&lt;/li&gt;
+  &lt;li&gt;Support for parsing of &#x2018;headless&#x2019; messages transmitted using non SMTP transports such as HTTP&lt;/li&gt;
+  &lt;li&gt;Reduced external dependencies. Mime4j is no longer directly dependent on log4j and commons-io&lt;/li&gt;
+  &lt;li&gt;Improved parsing performance (up to 10x for large messages)&lt;/li&gt;
+  &lt;li&gt;More comprehensive header parsing including support for RFC1864, RFC2045, RFC2183, RFC2557 and RFC3066&lt;/li&gt;
+  &lt;li&gt;Revised packaging and exception hierarchy. MimeException now extends IOException&lt;/li&gt;
+&lt;/ul&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/21/64cbd2c4898fcaae42d77eb167995fa3e9ff4ababb0ef9b68c711c2498f8a8
+=====================================================
+??I&quot;?&amp;?&lt;p&gt;Full text search via JMAP.&lt;/p&gt;
+
+&lt;p&gt;Full text search via the &lt;em&gt;getMessageList&lt;/em&gt; JMAP command is now supported.&lt;/p&gt;
+
+&lt;p&gt;The JMAP search &lt;strong&gt;filtering&lt;/strong&gt; parameter is converted to an internal &lt;em&gt;SearchQuery&lt;/em&gt;; then this query is processed by your
+binded search backend.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/17/c5cc7ad76310300cdb63f8d470a7da7b9ba422cc6d5dbbcf2f9546ce58c57c
+=====================================================
+??I&quot;*&lt;p&gt;Apache Mailet 2.5.0 released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/901f7f1a419266698f11086a0f76218c40eca9c59a5e0481cd7ff89319560f
+=====================================================
+??I&quot;?(?&lt;p&gt;The James Team are delighted to announce that we&#x2019;re proposing two project ideas for
+&lt;a href=&quot;: http://code.google.com/soc/2008/&quot;&gt;Google Summer of Code (GSOC) 2008&lt;/a&gt;. The project Ideas are set out on the Apache GSOC
+wiki [here]: http://wiki.apache.org/general/SummerOfCode2008#james .&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e2/652a04daea04a69a09a732f6dff167d4645df8b03a090dde151f6086939038
+=====================================================
+??I&quot;?8?&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;http://downloads.apache.org/james/jspf/beta&quot;&gt;availability&lt;/a&gt; of the fourth beta of jspf
+0.9. This version pass all tests in the last official release of the &lt;a href=&quot;http://www.openspf.org/svn/project/test-suite/rfc4408-tests-2007.01.yml&quot;&gt;spf testsuite&lt;/a&gt; .&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/ae81004169ad40a1c80d65ee1c1fece99561043a0c8301320134ec44ae5e4a
+=====================================================
+??I&quot;e&lt;p&gt;We choosed a new logo!&lt;/p&gt;
+
+&lt;p&gt;&lt;img src=&quot;/images/james-logo.png&quot; alt=&quot;New James logo&quot; /&gt;&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/43/5a1b93300c41f42c5cc59fa8dd838496889274ecf1c89db8d54e9396ceadb1
+=====================================================
+??I&quot;?o?&lt;p&gt;we are proud to announce the &lt;a href=&quot;/download.cgi&quot;&gt;availability&lt;/a&gt; of APACHE Mime4j-0.5. This release addresses a number of
+important issues discovered since 0.4. In particular, it improves Mime4j ability to deal with malformed data streams
+including those intentionally crafted to cause excessive CPU and memory utilization that can lead to DoS condition&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fc/4e12933b144a34f8ced025759e59422f155fb497c1659542710e1e59c96ca8
+=====================================================
+??I&quot;?&quot;?&lt;p&gt;The Apache James Project is pleased to announce that the first independent release of
+&lt;a href=&quot;http://james.apache.org/mailet/standard/&quot;&gt;Apache Mailet Standard&lt;/a&gt;/ - was bundled with James Server 2.3 before -
+is now available for &lt;a href=&quot;download.cgi#Apache_JSieve&quot;&gt;download&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7d/c2ec768c9649ad4a2f4ddac849666d28cde217a41ed069c0b7fd8a91670df3
+=====================================================
+??I&quot;???&lt;p&gt;Apache Mailet 2.5.0 released.&lt;/p&gt;
+
+&lt;p&gt;This release brings all components under the same project so future releases will be made with
+all of them. All Mailet artifact have the same version, names that start with apache-mailet-*
+and are OSGi bundles.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/dd/aa8b9904d5a3ca67d400a02bb52a8523271b0d94c8316a294e4039e56f9682
+=====================================================
+??I&quot;?#?&lt;p&gt;The Apache James Project is happy to announce
+the release of version 0.2 of the Apache James jDKIM library.&lt;/p&gt;
+
+&lt;p&gt;jDKIM is a DKIM implementation library written in Java. It provides
+both verification and signing and also provides Mailets for the
+Apache JAMES project.&lt;/p&gt;
+
+&lt;p&gt;This is the first official release of the library, but the code has
+been in production almost unchanged since two years.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310990&amp;amp;version=12314300&quot;&gt;Read the release notes&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/66/9983c72359d4fc4977ab5f326bf47ec72459eefa084c27470b2e0d560f8070
+=====================================================
+??I&quot;6&lt;p&gt;James server 3.0.0-RC1 has been released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f1/076370e6da52bd6c59fc968fa9ad39262523ab4294c309df789431e0f4d4e6
+=====================================================
+??I&quot;m&lt;p&gt;The Apache James PMCs are glad to announce you the release
+version 3.0.1 of Apache James server.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6f/fa787ac0e92e4cc7baf1185802b4a18c9933d0acddf48e6cd7cd130abd7d78
+=====================================================
+??I&quot;?B?&lt;p&gt;The Apache James Project is pleased to announce that the forth release of &lt;a href=&quot;http://james.apache.org/jsieve&quot;&gt;Apache JSieve&lt;/a&gt; -
+an implementation of the &lt;a href=&quot;http://www.ietf.org/rfc/rfc3028.txt&quot;&gt;Sieve&lt;/a&gt; mail filtering language -
+is now available for &lt;a href=&quot;/download.cgi#Apache_JSieve&quot;&gt;download&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6b/359d4bf54174615128f062ef36746ad926fedd769a6328ff7a9e9bed5ccfb4
+=====================================================
+??I&quot;?B?&lt;p&gt;The Apache James Project is pleased to announce that the forth release of &lt;a href=&quot;http://james.apache.org/jsieve&quot;&gt;Apache JSieve&lt;/a&gt; -
+an implementation of the &lt;a href=&quot;http://www.ietf.org/rfc/rfc3028.txt&quot;&gt;Sieve&lt;/a&gt; mail filtering language -
+is now available for &lt;a href=&quot;/download.cgi#Apache_JSieve&quot;&gt;download&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ee/ddeebed1d9de6d69496dc778c238b6bdf413d3b7833c525901d376082121d7
+=====================================================
+??I&quot;???&lt;p&gt;The Java Apache Mail Enterprise Server (a.k.a. Apache James) Project is happy to announce
+the release of version 3.0-M2 (Milestone 2) of the Apache James server.&lt;/p&gt;
+
+&lt;p&gt;M2 is not only a fast corrective release on M1 (issues related to JMX
+security configuration on Windows platforms,&#x2026;), but also contains an important number
+of enhancement and JIRA fixes.&lt;/p&gt;
+
+&lt;p&gt;For example, memory usage has been reduced thanks to optimizations on
+the ActiveMQ component usage (responsible for the mail spooling).&lt;/p&gt;
+
+&lt;p&gt;We thank all Users for their feedback and tests and we encourage
+anyone to discover this Milestone 2 release.&lt;/p&gt;
+
+&lt;p&gt;If you&#x2019;re interested in contributing to the James project, please subscribe to the James
+&lt;a href=&quot;http://james.apache.org/mail.html&quot;&gt;mailing lists&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a4/7286762cf448a2b3855ef2c0bef875fe55a3920fca2ece91e97d9e243d2f9f
+=====================================================
+??I&quot;'&lt;p&gt;Full text search via JMAP.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/8d03d204aae3bdb15b96ec2668389b5a58c08f01b7b7cbdc124afdb9408ddb
+=====================================================
+??I&quot;0&lt;p&gt;James JSieve 0.7 has been released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/68/60566e3d9cce7a582c2fe97fd8b8b337eca043c3ea056d76f997a59d659182
+=====================================================
+??I&quot;???&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;download.cgi&quot;&gt;availability&lt;/a&gt; of the final release of James Server 2.3.1. More information
+ on what has been fixed since the 2.3.0 release can be found in the &lt;a href=&quot;/server/2.3.1/changelog.html&quot;&gt;changelog&lt;/a&gt; .&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/77/7f8bc64e08c55232494cc0a526b8e3eb6d0b6a86f23504f8364178a7bc9c41
+=====================================================
+??I&quot;\&lt;p&gt;The Apache James developers are pleased to announce James server 3.6.0 release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/52/8de6f03656d72cdc53f1beacae9436862a66ddc4c96e8e3aefda31ed8e7adc
+=====================================================
+??I&quot;?)?&lt;p&gt;The Apache James developers are pleased to announce James server 3.4.0 release.&lt;/p&gt;
+
+&lt;p&gt;Here are some points we worked on:&lt;/p&gt;
+
+&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;
+&lt;ul&gt;
+  &lt;li&gt;Add in-memory docker image&lt;/li&gt;
+  &lt;li&gt;Support of AWS S3 as blobstore&lt;/li&gt;
+  &lt;li&gt;WebAdmin routes for mapping management (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;AddAddressMapping&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;AddRegexMapping&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ListMappings&lt;/code&gt;), previously only manageable by CLI&lt;/li&gt;
+  &lt;li&gt;Metrics for Deleted Message Vault&lt;/li&gt;
+  &lt;li&gt;More metrics for BlobStore (new delete &amp;amp; deleteBucket configuration)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;
+&lt;ul&gt;
+  &lt;li&gt;(experimental) New implementation of the deleted message vault on top of an object store, not relying anymore on a 
+repository. This avoids exposing messages via webAdmin. Messages previously stored in the vault will be lost.&lt;/li&gt;
+  &lt;li&gt;Migration to ElasticSearch 6.3&lt;/li&gt;
+  &lt;li&gt;Blob export to LinShare&lt;/li&gt;
+  &lt;li&gt;Native DKIM support for outgoing mails. The mailets from james-jdkim have been included in main James project.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;deprecated&quot;&gt;Deprecated&lt;/h3&gt;
+&lt;ul&gt;
+  &lt;li&gt;Zookeeper component. This will be removed after 3.4 release. If you have development skills, and are willing to maintain this component, please reach us.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;removed&quot;&gt;Removed&lt;/h3&gt;
+&lt;ul&gt;
+  &lt;li&gt;Karaf OSGi implementation. It was not compiled nor tested for a year. We didn&#x2019;t get any feedback about that and we don&#x2019;t have the resources nor the skills to maintain it any more.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fe/3a6c255a7d78dc740844fb945ec6bbdf0d714c95b212e07861925355c426f3
+=====================================================
+??I&quot;?3?&lt;p&gt;The James Team are delighted to announce that we&#x2019;re proposing two project ideas for
+&lt;a href=&quot;: http://code.google.com/soc/2008/&quot;&gt;Google Summer of Code (GSOC) 2008&lt;/a&gt;. The project Ideas are set out on the Apache GSOC
+wiki [here]: http://wiki.apache.org/general/SummerOfCode2008#james .&lt;/p&gt;
+
+&lt;p&gt;In brief they are:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Develop a VERP Mailet to allow James to write VERP modified return addresses on outbound messages, and an inbound mailet/matcher
+ to identify VERP bounces and invoke configurable &#x201c;do something&#x201d; code.&lt;/li&gt;
+  &lt;li&gt;James&#x2019; provided mailing list manager is fine for small closed groups, but lacks the functionality of a more robust MLM,
+ the project is to add some all or more of the following features subscriber and message moderation, double opt-in and bounce handling.&lt;/li&gt;
+&lt;/ul&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/6c/6dbdbae4bdb9ff52410733829718175a3b4938f9336ff046910b696810cd03
+=====================================================
+??I&quot;???&lt;p&gt;The James commiters have voted to promote the Mailet API to its own James sub-project.&lt;/p&gt;
+
+&lt;p&gt;This move will provide a clearer division between development of the API and development of James server, and we hope
+this will encourage more participation from external projects.&lt;/p&gt;
+
+&lt;p&gt;The effort will start small, by releasing the current version, and move on to look at the enhancements we&#x2019;ve been
+discussing over on &lt;a href=&quot;http://james.apache.org/mail.html&quot;&gt;the mailet api list&lt;/a&gt; where we will extend a warm welcome to anyone
+who has something to contribute.&lt;/p&gt;
+
+&lt;p&gt;Eventually we hope to extend the scope of the sub-project to include things like a Reference Implementation independent
+of James Server and suitable for embedding, an SDK, and possibly a TCK.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ce/0c080a81ee9e2357610d221c2691eb440ff44820134acc11ce2aec848e685d
+=====================================================
+??I&quot;[&lt;p&gt;The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/8ce42816dffcf71fd13e7ae0593e104533dbeb6a4638ae9198738654461524
+=====================================================
+??I&quot;?B?&lt;p&gt;The Apache James Project is pleased to announce the first release of the
+[MailetDocs]: http://james.apache.org/mailet/maven-mailetdocs-plugin/ plugin for &lt;a href=&quot;http://maven.apache.org&quot;&gt;Maven&lt;/a&gt;.
+The plugin catalogs mailet (for &lt;a href=&quot;http://james.apache.org/mailet/standard/mailet-report.html&quot;&gt;example&lt;/a&gt;).&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f9/0080b64cc85dde1f8e95228261817cc83aafdb4b2565cce388d66a05a11d52
+=====================================================
+??I&quot;[&lt;p&gt;The Apache James developers are pleased to announce Apache James Mime4J 0.8.4.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/99933888c45bb7a99c0bbfe71e76d4dc4e44babee88bd15f9c5fe094cf1b70
+=====================================================
+??I&quot;?8?&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;http://downloads.apache.org/james/jspf/beta&quot;&gt;availability&lt;/a&gt; of the fourth beta of jspf
+0.9. This version pass all tests in the last official release of the &lt;a href=&quot;http://www.openspf.org/svn/project/test-suite/rfc4408-tests-2007.01.yml&quot;&gt;spf testsuite&lt;/a&gt; .&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/51/1018567a7d60ed47a3b6a8ebeff0b0353e4e3aff48440b7dee3a822f4cc17e
+=====================================================
+??I&quot;5&lt;p&gt;We are currently working on the release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/23/48d69780707a935b9d01b2152a378ddd89a710835e56c009d25332a5f5e244
+=====================================================
+??I&quot;2&lt;p&gt;James Mime4J 0.8.1 has been released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/9aa032c732457072a8fd4d959b7b0fd346101ee8a6bb364be34a79c21ea773
+=====================================================
+??I&quot;?:	&lt;p&gt;The Apache James developers are pleased to announce James server 3.2.0 release.&lt;/p&gt;
+
+&lt;p&gt;Here are some points we worked on:&lt;/p&gt;
+
+&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Mail filtering configured via the JMAP protocol&lt;/li&gt;
+  &lt;li&gt;WebAdmin exposed mail re-indexing tasks&lt;/li&gt;
+  &lt;li&gt;WebAdmin exposed health checks. This includes:
+    &lt;ul&gt;
+      &lt;li&gt;Possibility to perform a single healthcheck, thanks to &lt;a href=&quot;https://github.com/mschnitzler&quot;&gt;mschnitzler&lt;/a&gt;&lt;/li&gt;
+      &lt;li&gt;Cassandra health checks thanks to &lt;a href=&quot;https://github.com/matzepan&quot;&gt;matzepan&lt;/a&gt;&lt;/li&gt;
+    &lt;/ul&gt;
+  &lt;/li&gt;
+  &lt;li&gt;IMAP MOVE commend (RFC-6851) On top of JPA. Thanks to &lt;a href=&quot;https://github.com/mschnitzler&quot;&gt;mschnitzler&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;JPA support for Sieve script storage thanks to &lt;a href=&quot;https://github.com/sebast26&quot;&gt;Sebast26&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Sieve script upload via the CLI thanks to &lt;a href=&quot;https://github.com/matzepan&quot;&gt;matzepan&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Mailet DOC: Exclude from documentation annotation thanks to &lt;a href=&quot;https://github.com/mschnitzler&quot;&gt;mschnitzler&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;cassandra.pooling.max.queue.size&lt;/strong&gt; configuration option Thanks to &lt;a href=&quot;https://github.com/matzepan&quot;&gt;matzepan&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;RecipentDomainI&lt;/strong&gt; and &lt;strong&gt;SenderDomainIs&lt;/strong&gt; matchers by &lt;a href=&quot;https://github.com/athulyaraj&quot;&gt;athulyaraj&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Multiple libraries updates&lt;/li&gt;
+  &lt;li&gt;Migration from Cassandra 2 to Cassandra 3&lt;/li&gt;
+  &lt;li&gt;Mail::getSender was deprecated. Mail::getMaybeSender offers better Null Sender support. Java 8 default API method was used to not break compatibility.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;deprecated&quot;&gt;Deprecated&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;HBase and JCR components (mailbox and server/data). This will be removed as part of 3.3.0. If you have development skills, and are willing to maintain these components, please reach us.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;removed&quot;&gt;Removed&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Drop partially implemented Kafka distributed events&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;third-party-softwares&quot;&gt;Third party softwares&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;SpamAssassin prior 3.4.2 is subject to multiple CVEs. We recommend the upg&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d3/6db8bf6fc4ca3b1be21b22220b673de5beeddbef04dd174abb48a01052a07a
+=====================================================
+??I&quot;x&lt;p&gt;The Apache James Project is happy to announce
+the release of version 0.2 of the Apache James jDKIM library.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/71/6c7a0fc54c3ceec0aa0b8458c45be533152b2770d6dd599de9d8a3e4ebce2e
+=====================================================
+??I&quot;?]?&lt;p&gt;The Apache James Project is happy to announce
+the release of version 0.7 of the Apache James Mime4J.&lt;/p&gt;
+
+&lt;p&gt;Mime4J is a flexible MIME parsing library written in Java. SAX, DOM and pull parsing styles are
+ supported.&lt;/p&gt;
+
+&lt;p&gt;The 0.7 release brings another round of API enhancements, bug fixes and performance optimizations.
+ A major effort has been put in code reorganization, separating parsing code from DOM manipulation
+ code. Mime4J has been restructured into three separate modules: &#x2018;core&#x2019;, &#x2018;dom&#x2019; and &#x2018;storage&#x2019;.
+ The &#x2018;core&#x2019; package provides an event-driven SAX style parser that relies on a callback mechanism
+ to report parsing events such as the start of an entity header the start of a body, etc.
+ The &#x2018;dom&#x2019; package contains base/abstract classes and interfaces for MIME-DOM manipulation aiming
+ to provide the base for a full featured traversable DOM. Per default the Mime4J DOM builder stores
+ content of individual body parts in memory. The &#x2018;storage&#x2019; package provides support for more
+ complex storage backends such on-disk storage systems, overflow on max limit, or encrypted storage
+ through JSSE API.&lt;/p&gt;
+
+&lt;p&gt;Mime4J 0.7 improves support for headless messages, malformed separation between headers and body
+ and adds support for &#x201c;obsolete&#x201d; rfc822 syntax (e.g: &#x201c;Header&lt;somespace&gt;: &quot; style). Parsing
+ performance for quoted printable streams have been considerably improved. A &quot;DecodeMonitor&quot; object
+ has been introduced in most code to define how to deal with malformed input (Lenient vs Strict
+ behaviours). Mime4J 0.7 also provides LenientFieldParser as an alternative to DefaultFieldParser
+ when a higher degree of tolerance to non-severe MIME field format violations is desired.&lt;/somespace&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310521&amp;amp;version=12313592&quot;&gt;Read the release notes&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b3/37d2f3436f91360350e950ecd0873c6decfcf2d1ac95138e09fa2cb40eddf6
+=====================================================
+??I&quot;2&lt;p&gt;James server 3.1.0 has been releases.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/cf31e6f8f220b5d044b9afee4fce1844b54a02b5c94fa03d3ecfa80c8bd882
+=====================================================
+??I&quot;c&lt;p&gt;The James commiters have voted to promote the Mailet API to its own James sub-project.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/92/58534c64a1a71676e26ef3c4e47e8df5d08de065f48d3f1e757fdefe2de828
+=====================================================
+??I&quot;???&lt;p&gt;James server 3.0.0 has been released !&lt;/p&gt;
+
+&lt;p&gt;You are welcome to &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4a/c0f8962874a61e28b2a7e79547d03b88ffa2dfb8909c94a9d0f4994c7fa32a
+=====================================================
+??I&quot;N&lt;p&gt;We are actively working on implementing JMAP protocol into James.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/82/b55dfa9498473e3800bbf314f9d362880a0ed5ddb345ccc3c6eadae49f664a
+=====================================================
+??I&quot;?p?&lt;p&gt;James JSieve 0.7 has been released.&lt;/p&gt;
+
+&lt;p&gt;The library is available as a maven artifact, for instance for jsieve core:&lt;/p&gt;
+
+&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;dependency&amp;gt;
+    &amp;lt;groupId&amp;gt;org.apache.james&amp;lt;/groupId&amp;gt;
+    &amp;lt;artifactId&amp;gt;apache-jsieve-core&amp;lt;/artifactId&amp;gt;
+    &amp;lt;version&amp;gt;0.7&amp;lt;/version&amp;gt;
+&amp;lt;/dependency&amp;gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
+
+&lt;p&gt;This release solves issues with folded encoded header matching.&lt;/p&gt;
+
+&lt;p&gt;It also adds an additional DiscardAction to make discarding emails explicit for the calling code.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b8/eaf70db0ab688164d6e0ae17223b748eef6ace3ab21427608c88ac5e1b6e5c
+=====================================================
+??I&quot;J&lt;p&gt;Ever wanted to figure out what Apache James gets in its guts?&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/58/69495887e8ecc08fba501c93169912e7a2800f57c3c1b828fc8085410a7405
+=====================================================
+??I&quot;???&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;http://downloads.apache.org/james/server/&quot;&gt;availability&lt;/a&gt; of the third, and hopefully
+last, release candidate of James Server 2.3.0. More information on what&#x2019;s new can be found in the [changelog]: /server/2.3.0/changelog.html.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/42/5fad91d035c5b664056d31863f04c37584d15b8c3ad44a898f206c4a5a4431
+=====================================================
+??I&quot;?U?&lt;p&gt;The Apache James project is pleased to announce the inclusion of a new sub-project called
+&lt;a href=&quot;http://james.apache.org/jdkim/&quot;&gt;jDKIM&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;jDKIM is a DomainKeys Identified Mail (DKIM) implementation library written in Java. It provides both verification and
+signing and also provides Mailets for the Apache James project.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fb/4e036f0ca8b4f484011a7b9e1045535289d3018c75910d086f6ed6750b6c2f
+=====================================================
+??I&quot;2&lt;p&gt;James Mime4J 0.8.2 has been released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/d78422a3e5495f2b7c3729e598e2b8561d6300cccbbe3a28569df329d038a6
+=====================================================
+??I&quot;???&lt;p&gt;An often asked feature for James is the ability to handle the mails, that after some processing,
+have landed in a &lt;a href=&quot;http://james.apache.org/server/feature-persistence.html&quot;&gt;repository&lt;/a&gt;, for example /var/mail/error/.&lt;/p&gt;
+
+&lt;p&gt;A brand new webadmin API allows you to handle the content of these repositories, see the documentation in &lt;a href=&quot;https://james.apache.org/server/manage-webadmin.html&quot;&gt;manage-webadmin&lt;/a&gt;.
+It allows you to list the repositories, their content, but also to reprocess one or several mails in the processor and queue
+of your choice.&lt;/p&gt;
+
+&lt;p&gt;Oh! And bonus, now you can forget this non scalable file repository and use the brand new Cassandra repository!&lt;/p&gt;
+
+&lt;p&gt;On the same documentation page you will also find the new mail queue management API, done to list queued mails, remove some
+of them regarding different criteria, but also flush delayed mails.&lt;/p&gt;
+
+&lt;p&gt;Most of the work on these already usable features is done, but we still have some ideas for related improvements. &lt;a href=&quot;https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20in%20(feature)%20AND%20component%20%20in%20(Queue%2C%20%22MailStore%20%26%20MailRepository%22)%20AND%20type%20in%20(Improvement)&quot;&gt;Contributions&lt;/a&gt; are welcomed!&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/07/77d56834b720ebcbf69d6c535c614f6e58e1591b87d9e3aaefc4518b876e4b
+=====================================================
+??I&quot;?
+?&lt;p&gt;James server 3.0.0-beta5 has been released.&lt;/p&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/JAMES&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/84/bc92467483427fd17848b6f474c5069992312c93c86db08ba652797a1eefe9
+=====================================================
+??I&quot;???&lt;p&gt;The Apache James Project is pleased to announce the first independent release of
+&lt;a href=&quot;http://james.apache.org/mailet/crypto&quot;&gt;Apache Cryptographic Mailets&lt;/a&gt; (previous versions
+were released as part of the &lt;a href=&quot;http://james.apache.org/server&quot;&gt;Apache James Server&lt;/a&gt;).&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/19c96ebf87d3c67361b6168fc224f54db3c113da5ff56eae0a933330bbd526
+=====================================================
+??I&quot;?~?&lt;p&gt;The Apache James Project is happy to announce the release of version 0.9.9 of the Apache James jSPF which includes fixes
+related to OSGI.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;jqlQuery=project+%3D+JSPF+AND+fixVersion+%3D+%220.9.9%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&amp;amp;mode=hide&quot;&gt;Read the release notes&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/95/021bf5c54fa2bd78cd372e0bcef9b3d5684c7546febddf1ce138f1cafc216b
+=====================================================
+??I&quot;m&lt;p&gt;The James project joins the &lt;a href=&quot;https://hacktoberfest.digitalocean.com/&quot;&gt;Hactoberfest&lt;/a&gt;!&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/660ab5b37f7ac0d6d06f8ccba38a49074e4a9a0f929de440f5da146bca8680
+=====================================================
+??I&quot;???&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;download.cgi&quot;&gt;availability&lt;/a&gt; of the final release of James Server 2.3.1. More information
+ on what has been fixed since the 2.3.0 release can be found in the &lt;a href=&quot;/server/2.3.1/changelog.html&quot;&gt;changelog&lt;/a&gt; .&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/40/fd837d777469583d4060a9aacaafc8aeab9d94c054bd8afa218c75ddc197c2
+=====================================================
+??I&quot;?$?&lt;p&gt;The Java Apache Mail Enterprise Server (a.k.a. Apache James) Project is happy to announce
+the release of version 3.0-M1 (Milestone 1) of the Apache James server.&lt;/p&gt;
+
+&lt;p&gt;The Apache James Server is a 100% pure Java enterprise mail server based on open protocols.
+Currently supported are SMTP/LMTP, POP3, IMAP4 protocols together with several different
+storage solutions (relational database via JPA and JDBC, File system with MailDir, JCR Content Repsitory).&lt;/p&gt;
+
+&lt;p&gt;The James server also serves as a mail application platform. It hosts the Apache Mailet API,
+and acts has a Mailet container. This feature makes it easy to design, write, and deploy custom applications for
+mail processing. This modularity and ease of customization is one of James&#x2019; strengths, and can allow administrators to
+produce powerful applications surprisingly easily.&lt;/p&gt;
+
+&lt;p&gt;Features for that version include enhancements to nearly every area of functionality,
+including full IMAP support, improved mailing list capabilities, fastfail support, SMTP API
+for developing own fastfail filters and the next revision of the Mailet API.&lt;/p&gt;
+
+&lt;p&gt;This was an exciting time in James development and we thank all contributors.&lt;/p&gt;
+
+&lt;p&gt;We are still actively looking for eager, capable developers to contribute to James.
+If you&#x2019;re interesting in contributing to the James project, please subscribe to the James
+[mailing lists]: http://james.apache.org/mail.html.&lt;/p&gt;
+
+&lt;p&gt;Information about James can be found at the James web site
+at &lt;a href=&quot;http://james.apache.org/&quot;&gt;http://james.apache.org/&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f0/daf8db91f47da55e53545bd074692742b119e183864d0ddcab72a5a613d2a6
+=====================================================
+??I&quot;?#?&lt;p&gt;We are actively working on implementing JMAP protocol into James.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://jmap.io&quot;&gt;JMAP&lt;/a&gt; is a transport-agnostic, stateless JSON-based API for synchronising a mail client with a mail server.&lt;/p&gt;
+
+&lt;p&gt;It allows to develop easily a mail client in a browser, without the pain of using a server to proxy IMAP commands.&lt;/p&gt;
+
+&lt;p&gt;Feel free to help us, you can see our advancement on the specification implementation into &lt;a href=&quot;https://github.com/apache/james-project/tree/master/server/protocols/jmap/doc/specs&quot;&gt;jmap/doc&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f8/1f51108ae03f8361886dd5ded31a66a2a4814f06e0721b11d4af16d213acc1
+=====================================================
+??I&quot;???&lt;p&gt;In a recent &lt;a href=&quot;https://medium.com/@thibaut.sautereau/installing-james-3-0-with-spf-verification-421b26b92f11&quot;&gt;blog post&lt;/a&gt;, &lt;a href=&quot;https://github.com/thithib&quot;&gt;Thibaut&lt;/a&gt; explains us how to easily set up a James server on a personal domain.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/aa/50c0f83e94624635cb07beadd46467f7019a14046254970504e3f2bc3840e6
+=====================================================
+??I&quot;q&lt;p&gt;The Apache James Project is happy to announce
+the release of version 0.7 of the Apache James Mime4J.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/f6/e95f974df1c4b22632412dcc7e987510df6b867d2d707031a97c8b72b2c44d
+=====================================================
+??I&quot;?[?&lt;p&gt;We are now supporting all basic operations on mailboxes:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;creating: through the &lt;em&gt;setMailboxes&lt;/em&gt; JMAP command&lt;/li&gt;
+  &lt;li&gt;reading: through the &lt;em&gt;getMailboxes&lt;/em&gt; JMAP command&lt;/li&gt;
+  &lt;li&gt;updating: through the &lt;em&gt;setMailboxes&lt;/em&gt; JMAP command&lt;/li&gt;
+  &lt;li&gt;deleting: through the &lt;em&gt;setMailboxes&lt;/em&gt; JMAP command&lt;/li&gt;
+&lt;/ul&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/69/aa24944bada69392ef814dc2ab89ac7c3cbd25240057620b023a381db0a338
+=====================================================
+??I&quot;?{?&lt;p&gt;The Apache James PMCs are glad to announce you the release
+version 3.0.1 of Apache James server.&lt;/p&gt;
+
+&lt;p&gt;It fixes vulnerability described in CVE-2017-12628. The JMX server, also
+used by the command line client is exposed to a java de-serialization
+issue, and thus can be used to execute arbitrary commands. As James
+exposes JMX socket by default only on local-host, this vulnerability can
+only be used for privilege escalation.&lt;/p&gt;
+
+&lt;p&gt;Release 3.0.1 upgrades the incriminated library.&lt;/p&gt;
+
+&lt;p&gt;Note that you can take additional defensive steps in order to mitigate this vulnerability:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Ensure that you restrict the access to JMX only on local-host&lt;/li&gt;
+  &lt;li&gt;Ensure that you are using a recent Java Run-time Environment. For instance OpenJDK 8 u111 is vulnerable but OpenJDK 8 u 141 is not.&lt;/li&gt;
+  &lt;li&gt;You can additionally run James in a container to limit damages of potential exploits&lt;/li&gt;
+  &lt;li&gt;And of course upgrade to the newest 3.0.1 version.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Read more about Java deserialization &lt;a href=&quot;https://www.sourceclear.com/blog/Commons-Collections-Deserialization-Vulnerability-Research-Findings/&quot;&gt;issues&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d4/335bb2166ad4b5e8687985c883c36ba9577ec52feb34bc1d401951a1870810
+=====================================================
+??I&quot;\&lt;p&gt;The Apache James developers are pleased to announce James server 3.3.0 release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/c8b8d95161ba2999b331439d1c21e05d91ae78e02770c1e4ffe1d7fc4d7a59
+=====================================================
+??I&quot;?Y?&lt;p&gt;In the name of the James team @Linagora I will be presenting you what we did in the past few weeks, and plan to work on in the coming weeks.&lt;/p&gt;
+
+&lt;p&gt;We have to work on some specific features to make James easier to adopt for large organizations.&lt;/p&gt;
+
+&lt;h1 id=&quot;what-was-achieved-in-may&quot;&gt;What was achieved in May&lt;/h1&gt;
+
+&lt;h2 id=&quot;notifications-when-soon-over-quota&quot;&gt;Notifications when soon over quota&lt;/h2&gt;
+
+&lt;blockquote&gt;
+  &lt;p&gt;A mail needs to be sent to the user to warn him. This is an attempts to allow clients not implementing quota&#x2019;s RFCs to still get the warning.&lt;/p&gt;
+
+  &lt;p&gt;This is implemented with mailbox listeners (and not mailets), with event sourcing. We added the interfaces and implementations to achieve this feature in James using event sourcing with events being stored in Cassandra or in memory.
+Such a technical solution might be very useful to implement other feature.&lt;/p&gt;
+
+  &lt;p&gt;This mailbox listener is optional. We allowed one to register his (potentially custom) mailbox listeners when working with Guice.&lt;/p&gt;
+&lt;/blockquote&gt;
+
+&lt;h2 id=&quot;searching-user-by-quota-usage&quot;&gt;Searching user by quota usage&lt;/h2&gt;
+
+&lt;blockquote&gt;
+  &lt;p&gt;This would allow an admin to inspect per-user quota usage, via a webadmin interface.&lt;/p&gt;
+
+  &lt;p&gt;Again, we provided two implementations: a scanning one, which naively enumerates mailboxes to compute occupation, and one where quota occupation is indexed in ElasticSearch.&lt;/p&gt;
+&lt;/blockquote&gt;
+
+&lt;h2 id=&quot;performance-enhancements&quot;&gt;Performance enhancements&lt;/h2&gt;
+
+&lt;blockquote&gt;
+  &lt;p&gt;In order to have a very good mail search experience, it is possible to plug Apache Tika as a text extractor into James. We use Tika as an external service that we call with HTTP. When you use this Tika extractor with ElasticSearch indexing, you get a very powerful fulltext search even on complex attachment format like LibreOffice documents.&lt;/p&gt;
+
+  &lt;p&gt;We did experience slow requests with our Tika server. We contributed &lt;a href=&quot;https://github.com/apache/tika/pull/237&quot;&gt;this issue&lt;/a&gt; which significantly enhanced Tika server performance, and we introduce a cache on James side to reduce calls to tika.&lt;/p&gt;
+
+  &lt;p&gt;We also worked on improving massive JMAP operation performance (delete a large number of emails).&lt;/p&gt;
+&lt;/blockquote&gt;
+
+&lt;h1 id=&quot;what-we-will-work-on-in-june&quot;&gt;What we will work on in June&lt;/h1&gt;
+
+&lt;h2 id=&quot;data-leak-prevention&quot;&gt;Data Leak Prevention&lt;/h2&gt;
+
+&lt;blockquote&gt;
+  &lt;p&gt;We should have a matcher applying rules defined by the admin. This matcher will then store suspicious emails in specific mail repository for an admin review.&lt;/p&gt;
+
+  &lt;p&gt;To implement this, we need to enhance browsing to MailRepository via WebAdmin. We need to allow storing such rules as well as updating them via webadmin. We need finally a mailet storing emails in a repository given its sender domain.&lt;/p&gt;
+&lt;/blockquote&gt;
+
+&lt;h3 id=&quot;exporting-a-mail-account&quot;&gt;Exporting a mail account&lt;/h3&gt;
+
+&lt;blockquote&gt;
+  &lt;p&gt;As an administrator, I should be able to export the content of my mail account. This both allows easier migrations, comply with legal requirements as well as allow some forms of backups.&lt;/p&gt;
+
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/af/d80f84070626ea7b2957c3b39216b927ab12a48a7da1ca543f44f7dd283f92
+=====================================================
+??I&quot;#&lt;p&gt;We choosed a new logo!&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/90/bcf0c3ad017c06e475905d31f24ae3b1c1219fb15e0bef26a12ed80bfa422d
+=====================================================
+??I&quot;?%?&lt;p&gt;The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.&lt;/p&gt;
+
+&lt;p&gt;This release mostly enhances performances (dates, base64 encoding, case 
+sensitivity management, &#x2026;)&lt;/p&gt;
+
+&lt;p&gt;Early adopters can &lt;a href=&quot;http://james.apache.org/download.cgi#Apache_James_Server&quot;&gt;download it&lt;/a&gt;, any issue can be reported on our issue &lt;a href=&quot;https://issues.apache.org/jira/browse/MIME4J&quot;&gt;tracker&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;The changelog for this release can be seen &lt;a href=&quot;https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ab/bf40199bfc6648b49bcd2920d6d108f08c362256670c737c7fe996581bd971
+=====================================================
+??I&quot;t&lt;p&gt;The Apache James Project is happy to announce the release of version 1.5 of the Apache James Protocols.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/44/b331c2d6c2b3a4cfed62c0919715003e8fb4f347747c5b8c79ff8b2c90852c
+=====================================================
+??I&quot;?B?&lt;p&gt;James Mime4J 0.8.2 has been released.&lt;/p&gt;
+
+&lt;p&gt;This release solves the following bugs:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;MIME4J-267 MIME4J DOM parsing errors on specific formats&lt;/li&gt;
+  &lt;li&gt;MIME4J-273 Correcting encoder splitting point&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The following feature were added:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;MIME4J-269 Introduce a safe to use, PERMISSIVE configuration&lt;/li&gt;
+  &lt;li&gt;MIME4J-268 DefaultMessageWriter: expose a convenient &lt;em&gt;asBytes&lt;/em&gt; method&lt;/li&gt;
+  &lt;li&gt;MIME4J-271 Make possible to define a Content-Type parameter&lt;/li&gt;
+  &lt;li&gt;MIME4J-272 Implicit DOM builder call&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The library is available as a maven artifact, for instance for mime4j core:&lt;/p&gt;
+
+&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;dependency&amp;gt;
+    &amp;lt;groupId&amp;gt;org.apache.james&amp;lt;/groupId&amp;gt;
+    &amp;lt;artifactId&amp;gt;apache-mime4j-core&amp;lt;/artifactId&amp;gt;
+    &amp;lt;version&amp;gt;0.8.2&amp;lt;/version&amp;gt;
+&amp;lt;/dependency&amp;gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
+
+&lt;p&gt;You can also download the release artifacts &lt;a href=&quot;https://downloads.apache.org/james/mime4j/0.8.2/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/60/0006db7057473a0f023860a9a8eb39d2e00e2adb2f89bc3fe66adcf8423b7f
+=====================================================
+??I&quot;???&lt;p&gt;The Apache James Project is pleased to announce the first independent release of [mailet][Apache Mailet]
+(previous versions were released as part of the [server][Apache James Server]). The Mailet API
+defines a standard approach to enterprise mail processing.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/75/7a19a15961b2334e11cde0a20416337aebb743fc0c72fa21a45988b88a686d
+=====================================================
+??I&quot;E&lt;p&gt;We are now supporting all basic operations on mailboxes:&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8d3786a8c3dbfb04540c50b7a815a1cafe3173235aeaba7ec827d5a9f0cab4
+=====================================================
+??I&quot;?i?&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;http://downloads.apache.org/james/server/rc&quot;&gt;availability&lt;/a&gt; of the first release candidate
+of James Server 2.3.1. This release is maintenance release. See the &lt;a href=&quot;http://issues.apache.org/jira/browse/James?report=com.atlassian.jira.plugin.system.project:changelog-panel&quot;&gt;changelog&lt;/a&gt; for more detail.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/a8/8fb7016efff58d7f5ba1991135dcbd2f6cd9d5d50c106bc6a46978e699df98
+=====================================================
+??I&quot;?]?&lt;p&gt;The James project joins the &lt;a href=&quot;https://hacktoberfest.digitalocean.com/&quot;&gt;Hactoberfest&lt;/a&gt;!&lt;/p&gt;
+
+&lt;p&gt;Retrieve available issues on &lt;a href=&quot;https://github.com/linagora/james-project/issues?q=is%3Aissue+is%3Aopen+label%3AHacktoberfest&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;img src=&quot;/images/hactoberfest.png&quot; alt=&quot;Hacktoberfest logo&quot; /&gt;&lt;/p&gt;
+
+&lt;p&gt;Contributions are diversified and feature some core James components like:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Additional mailet/matcher contributions&lt;/li&gt;
+  &lt;li&gt;Additional Command Line options&lt;/li&gt;
+  &lt;li&gt;Additional WebAdmin functionality&lt;/li&gt;
+  &lt;li&gt;JPA Mailbox missing components&lt;/li&gt;
+&lt;/ul&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/11/528e0cd232ddb3fd846c44db3c3263b2b2b7ab7bcf731a49a9fb16b08d1018
+=====================================================
+??I&quot;???&lt;p&gt;The Apache James Project is pleased to announce the first independent release of [mailet][Apache Mailet]
+(previous versions were released as part of the [server][Apache James Server]). The Mailet API
+defines a standard approach to enterprise mail processing.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5a/58e96394851431e0ab21c64fd3993589b8cb25b1b4923001801ebc3ec5d30c
+=====================================================
+??I&quot;4&lt;p&gt;Read and Send message with attachments.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/1a/f10223754d6d00756ea5a0211bcf0fe12ac642cebf4875754d4ecfbe48bdf1
+=====================================================
+??I&quot;?i?&lt;p&gt;James PMC is proud to announce the &lt;a href=&quot;http://downloads.apache.org/james/server/rc&quot;&gt;availability&lt;/a&gt; of the first release candidate
+of James Server 2.3.1. This release is maintenance release. See the &lt;a href=&quot;http://issues.apache.org/jira/browse/James?report=com.atlassian.jira.plugin.system.project:changelog-panel&quot;&gt;changelog&lt;/a&gt; for more detail.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/7a/e17af28d24bb78778f420f44afaf3b2766b539131d02f98782b5da2871e8f6
+=====================================================
+??I&quot;w&lt;p&gt;The Apache James project is happy to announce the release of version 3.0-beta4 of its modular mail server.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/00/9fe59619df67abebf6862863822cb952cbe030dfb27a0f5c2b713b23d511f2
+=====================================================
+??I&quot;\&lt;p&gt;The Apache James developers are pleased to announce James server 3.4.0 release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/bb/bb9d9ae8bfadae11a7fb4d1dcfd3e76059432351feabca4bdfc6fca4f11313
+=====================================================
+??I&quot;?B?&lt;p&gt;Ever wanted to figure out what Apache James gets in its guts?&lt;/p&gt;
+
+&lt;p&gt;Xian Long detailed in this &lt;a href=&quot;https://www.cnblogs.com/hanxianlong/p/13894595.html&quot;&gt;blog post&lt;/a&gt; how to be using JMeter in order to run some
+IMAP performance tests on top of the distributed server, using &lt;a href=&quot;https://jmeter.apache.org/&quot;&gt;JMeter&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://github.com/linagora/james-gatling&quot;&gt;Other tools&lt;/a&gt;, based on &lt;a href=&quot;https://gatling.io/&quot;&gt;Gatling&lt;/a&gt; had been developed within the community, addressing SMTP,
+IMAP and &lt;a href=&quot;https://jmap.io/&quot;&gt;JMAP&lt;/a&gt; protocols.&lt;/p&gt;
+
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/87/1f120b4de5f9eccc323f87fd20af753cfd167e585b62ff63fe8f6a4d18b6bf
+=====================================================
+??I&quot;\&lt;p&gt;The Apache James developers are pleased to announce James server 3.2.0 release.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/16/531833e55a8f67a1511260b65ce9353f68a6aa452698e726668be4acafd8a0
+=====================================================
+??I&quot;B&lt;p&gt;All James projects has been migrated from SVN to GIT.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/88/217b672ed98bcd3545d686ca8ab8cf8d7c05ae746553cd94602133fbdc86af
+=====================================================
+??I&quot;8&lt;p&gt;James server 3.0.0-beta5 has been released.&lt;/p&gt;
+?:?ET
+
+=====================================================
+== File: src/homepage/Gemfile.lock
+=====================================================
+GEM
+  remote: https://rubygems.org/
+  specs:
+    addressable (2.7.0)
+      public_suffix (&gt;= 2.0.2, &lt; 5.0)
+    colorator (1.1.0)
+    concurrent-ruby (1.1.9)
+    em-websocket (0.5.2)
+      eventmachine (&gt;= 0.12.9)
+      http_parser.rb (~&gt; 0.6.0)
+    eventmachine (1.2.7)
+    ffi (1.15.1)
+    forwardable-extended (2.6.0)
+    http_parser.rb (0.6.0)
+    i18n (1.8.10)
+      concurrent-ruby (~&gt; 1.0)
+    jekyll (4.2.0)
+      addressable (~&gt; 2.4)
+      colorator (~&gt; 1.0)
+      em-websocket (~&gt; 0.5)
+      i18n (~&gt; 1.0)
+      jekyll-sass-converter (~&gt; 2.0)
+      jekyll-watch (~&gt; 2.0)
+      kramdown (~&gt; 2.3)
+      kramdown-parser-gfm (~&gt; 1.0)
+      liquid (~&gt; 4.0)
+      mercenary (~&gt; 0.4.0)
+      pathutil (~&gt; 0.9)
+      rouge (~&gt; 3.0)
+      safe_yaml (~&gt; 1.0)
+      terminal-table (~&gt; 2.0)
+    jekyll-feed (0.15.1)
+      jekyll (&gt;= 3.7, &lt; 5.0)
+    jekyll-sass-converter (2.1.0)
+      sassc (&gt; 2.0.1, &lt; 3.0)
+    jekyll-seo-tag (2.7.1)
+      jekyll (&gt;= 3.8, &lt; 5.0)
+    jekyll-watch (2.2.1)
+      listen (~&gt; 3.0)
+    kramdown (2.3.1)
+      rexml
+    kramdown-parser-gfm (1.1.0)
+      kramdown (~&gt; 2.0)
+    liquid (4.0.3)
+    listen (3.5.1)
+      rb-fsevent (~&gt; 0.10, &gt;= 0.10.3)
+      rb-inotify (~&gt; 0.9, &gt;= 0.9.10)
+    mercenary (0.4.0)
+    minima (2.5.1)
+      jekyll (&gt;= 3.5, &lt; 5.0)
+
+=====================================================
 == File: src/homepage/compile.sh
 =====================================================
 #!/bin/sh -e
@@ -81489,7 +84054,7 @@ $ java -classpath 'james-server-jpa-smtp-guice.jar:james-server-jpa-smtp-guice.l
 ### Requirements
 
  - Java 11 SDK
- - Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.17, compatible S3 ObjectStorage and Cassandra 3.11.10
+ - Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.18, compatible S3 ObjectStorage and Cassandra 3.11.10
  - Maven 3
 
 ### Building the artifacts
@@ -81511,7 +84076,7 @@ mvn clean install
 
  * Cassandra 3.11.10
  * ElasticSearch 7.10.2
- * RabbitMQ-Management 3.8.17
+ * RabbitMQ-Management 3.8.18
  * Zenko Cloudserver or AWS S3 compatible API
 
 ### James Launch
@@ -94373,14 +96938,14 @@ Third party compulsory dependencies:
 
  * Cassandra 3.11.10
  * ElasticSearch 7.10.2
- * RabbitMQ-Management 3.8.17
+ * RabbitMQ-Management 3.8.18
  * Zenko Cloudserver or AWS S3
 
 [source]
 ----
 $ docker run -d -p 9042:9042 --name=cassandra cassandra:3.11.10
 $ docker run -d -p 9200:9200 --name=elasticsearch --env 'discovery.type=single-node' docker.elastic.co/elasticsearch/elasticsearch:7.10.2
-$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.8.17-management
+$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.8.18-management
 $ docker run -d --env 'REMOTE_MANAGEMENT_DISABLE=1' --env 'SCALITY_ACCESS_KEY_ID=accessKey1' --env 'SCALITY_SECRET_ACCESS_KEY=secretKey1' --name=s3 zenko/cloudserver:8.2.6
 ----
 
@@ -94456,7 +97021,7 @@ services:
     image: apache/tika:1.26
 
   rabbitmq:
-    image: rabbitmq:3.8.17-management
+    image: rabbitmq:3.8.18-management
     ports:
       - &quot;5672:5672&quot;
       - &quot;15672:15672&quot;
@@ -95157,6 +97722,10 @@ move=100
 # Mandatory
 uri=amqp://rabbitmq:5672
 
+# Optional, default to the host specified as part of the URI.
+# Allow creating cluster aware connections.
+hosts=ip1:5672,ip2:5672
+
 # RabbitMQ Administration Management
 # Mandatory
 management.uri=http://rabbitmq:15672
@@ -95181,6 +97750,14 @@ management.password=guest
 # Optional integer, defaults to 3
 #channel.pool.size=3
 
+# Boolean. Whether to activate Quorum queue usage for use cases that benefits from it (work queue).
+# Quorum queues enables high availability.
+# False (default value) results in the usage of classic queues.
+#quorum.queues.enable=true
+
+# Strictly positive integer. The replication factor to use when creating quorum queues.
+#quorum.queues.replication.factor
+
 # Parameters for the Cassandra administrative view
 
 # Period of the window. Too large values will lead to wide rows while too little values might lead to many queries.
@@ -95189,18 +97766,6 @@ management.password=guest
 # Optional, default 1h
 mailqueue.view.sliceWindow=1h
 
-# Use to distribute the emails of a given slice within your cassandra cluster
-# A good value is 2*cassandraNodeCount
-# This parameter can only be increased.
-# Optional, default 1
-mailqueue.view.bucketCount=1
-
-# Determine the probability to update the browse start pointer
-# Too little value will lead to unnecessary reads. Too big value will lead to more expensive browse.
-# Choose this parameter so that it get's update one time every one-two sliceWindow
-# Optional, default 1000
-mailqueue.view.updateBrowseStartPace=1000
-
 =====================================================
 == File: server/apps/distributed-app/james-server-distributed-app.iml
 =====================================================
@@ -119874,8 +122439,8 @@ configuration*?=3CE1056F7165CB27596511D58C6F89E04176521A
     &lt;idleTimeInterval&gt;120&lt;/idleTimeInterval&gt;
     &lt;idleTimeIntervalUnit&gt;SECONDS&lt;/idleTimeIntervalUnit&gt;
     &lt;enableIdle&gt;true&lt;/enableIdle&gt;
-    &lt;inMemorySizeLimit&gt;65536&lt;/inMemorySizeLimit&gt; &lt;!-- 64 KB --&gt;
-    &lt;literalSizeLimit&gt;131072&lt;/literalSizeLimit&gt;  &lt;!-- 128 KB --&gt;
+    &lt;inMemorySizeLimit&gt;64K&lt;/inMemorySizeLimit&gt;
+    &lt;literalSizeLimit&gt;128K&lt;/literalSizeLimit&gt;
 &lt;/imapserver&gt;
 
 =====================================================
diff --git a/content/server/config-healthcheck.html b/content/server/config-healthcheck.html
index f344f8e..c42d793 100644
--- a/content/server/config-healthcheck.html
+++ b/content/server/config-healthcheck.html
@@ -323,6 +323,17 @@
 <dt><b>healthcheck.period</b></dt>
                 
 <dd>Define the period between two periodical health checks (default: 60)</dd>
+
+                
+<dt><b>reception.check.user</b></dt>
+                
+<dd>User to be using for running the &quot;mail reception&quot; health check. The user must exist.
+                    If not specified, the mail reception check is a noop.</dd>
+
+                
+<dt><b>reception.check.timeout</b></dt>
+                
+<dd>Period after which mail reception is considered faulty. Defaults to one minute.</dd>
             </dl>
         </section>
     
diff --git a/content/server/config-imap4.html b/content/server/config-imap4.html
index 0ce3df0..4e7c0c1 100644
--- a/content/server/config-imap4.html
+++ b/content/server/config-imap4.html
@@ -349,10 +349,17 @@
         
 <dd>Maximal allowed line-length before a BAD response will get returned to the client
             This should be set with caution as a to high value can make the server a target for DOS (Denial of Service)!</dd>
+
         
 <dt><b>inMemorySizeLimit</b></dt>
         
-<dd>10MB size limit before we will start to stream to a temporary file</dd>
+<dd>Optional. Size limit before we will start to stream to a temporary file.
+            Defaults to 10MB. Must be a positive integer, optionally with a unit: B, K, M, G.</dd>
+        
+<dt><b>literalSizeLimit</b></dt>
+        
+<dd>Optional. Maximum size of a literal (IMAP APPEND).
+            Defaults to 0 (unlimited). Must be a positive integer, optionally with a unit: B, K, M, G.</dd>
         
 <dt><b>jmxName</b></dt>
         
diff --git a/content/server/config-jmap.html b/content/server/config-jmap.html
index 768a395..f5228f8 100644
--- a/content/server/config-jmap.html
+++ b/content/server/config-jmap.html
@@ -377,6 +377,13 @@
 <dd>Default value: 30M. Supported units are B (bytes) K (KB) M (MB) G (GB).</dd>
 
                     
+<dt><b>email.send.max.size</b></dt>
+                    
+<dd>Optional. Configuration max size for message created in both JMAP Draft amd RFC-8621.</dd>
+                    
+<dd>Default value: None. Supported units are B (bytes) K (KB) M (MB) G (GB).</dd>
+
+                    
 <dt><b>view.email.query.enabled</b></dt>
                     
 <dd>Optional boolean. Defaults to false.</dd>
diff --git a/content/server/config-rabbitmq.html b/content/server/config-rabbitmq.html
index 16f74b0..ed8dbac 100644
--- a/content/server/config-rabbitmq.html
+++ b/content/server/config-rabbitmq.html
@@ -431,6 +431,25 @@
           
 <dd>Configure the keystore password. If configured then &quot;ssl.keystore&quot; must also be configured,
               Optional string, defaults to empty string</dd>
+
+          
+<dt><b>quorum.queues.enable</b></dt>
+          
+<dd>Boolean. Whether to activate Quorum queue usage for use cases that benefits from it (work queue).
+              Quorum queues enables high availability.
+              False (default value) results in the usage of classic queues.</dd>
+
+          
+<dt><b>quorum.queues.replication.factor</b></dt>
+          
+<dd> Strictly positive integer. The replication factor to use when creating quorum queues.</dd>
+
+          
+<dt><b>hosts</b></dt>
+          
+<dd>Optional, default to the host specified as part of the URI.
+              Allow creating cluster aware connections.
+              A coma separated list of hosts, example: hosts=ip1:5672,ip2:5672</dd>
       </dl>
   </section>
 
diff --git a/content/server/config-smtp-lmtp.html b/content/server/config-smtp-lmtp.html
index 7ca6463..7c84024 100644
--- a/content/server/config-smtp-lmtp.html
+++ b/content/server/config-smtp-lmtp.html
@@ -428,7 +428,7 @@
 <dd>This is an optional tag with a non-negative integer body.  It specifies the maximum 
       size, in kbytes, of any message that will be transmitted by this SMTP server.  It is a service-wide, as opposed to 
       a per user, limit.  If the value is zero then there is no limit.  If the tag isn't specified, the service will
-      default to an unlimited message size.</dd>
+      default to an unlimited message size. Must be a positive integer, optionally with a unit: B, K, M, G.</dd>
       
 <dt><b>handler.heloEhloEnforcement</b></dt>
       
diff --git a/content/server/install/guice-cassandra-rabbitmq-s3.html b/content/server/install/guice-cassandra-rabbitmq-s3.html
index 08358eb..59a98a5 100644
--- a/content/server/install/guice-cassandra-rabbitmq-s3.html
+++ b/content/server/install/guice-cassandra-rabbitmq-s3.html
@@ -237,7 +237,7 @@
 <ul>
 
 <li>Java 11 SDK</li>
-<li>Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.17, compatible S3 ObjectStorage and Cassandra 3.11.10</li>
+<li>Docker &#x2215; ElasticSearch 7.10.2, RabbitMQ Management 3.8.18, compatible S3 ObjectStorage and Cassandra 3.11.10</li>
 <li>Maven 3</li>
 </ul></section><section>
 <h3><a name="Building_the_artifacts"></a>Building the artifacts</h3>
@@ -260,7 +260,7 @@
 
 <li>Cassandra 3.11.10</li>
 <li>ElasticSearch 7.10.2</li>
-<li>RabbitMQ-Management 3.8.17</li>
+<li>RabbitMQ-Management 3.8.18</li>
 <li>Zenko Cloudserver or AWS S3 compatible API</li>
 </ul></section><section>
 <h3><a name="James_Launch"></a>James Launch</h3>
@@ -279,7 +279,7 @@
 <div class="source">
 <pre>$ docker run -d -p 9042:9042 --name=cassandra cassandra:3.11.10
 $ docker run -d -p 9200:9200 --name=elasticsearch --env 'discovery.type=single-node' docker.elastic.co/elasticsearch/elasticsearch:7.10.2
-$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.8.17-management
+$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.8.18-management
 $ docker run -d --env 'REMOTE_MANAGEMENT_DISABLE=1' --env 'SCALITY_ACCESS_KEY_ID=accessKey1' --env 'SCALITY_SECRET_ACCESS_KEY=secretKey1' --name=s3 zenko/cloudserver:8.2.6
 </pre></div></div>
 
diff --git a/content/server/manage-webadmin.html b/content/server/manage-webadmin.html
index 6e85c3c..9b1ff3d 100644
--- a/content/server/manage-webadmin.html
+++ b/content/server/manage-webadmin.html
@@ -327,6 +327,7 @@
 <li><b>EventDeadLettersHealthCheck</b>: Included in all Guice products.</li>
 <li><b>Guice application lifecycle</b>: included in all Guice products.</li>
 <li><b>JPA Backend</b>: JPA storage. Included in JPA Guice based products.</li>
+<li><b>MailReceptionCheck</b> We rely on a configured user, send an email to him and assert that the email is well received, and can be read within the given configured period. Unhealthy means that the email could not be received before reacing the timeout.</li>
 <li><b>MessageFastViewProjection</b>: included in memory and Cassandra based Guice products. Health check of the component storing JMAP properties which are fast to retrieve. Those properties are computed in advance from messages and persisted in order to archive a better performance. There are some latencies between a source update and its projections updates. Incoherency problems arise when reads are performed in this time-window. We piggyback the projection update on missed JMAP read  [...]
 <li>
 
diff --git a/content/server/quick-start.html b/content/server/quick-start.html
index d1ef008..1819725 100644
--- a/content/server/quick-start.html
+++ b/content/server/quick-start.html
@@ -237,7 +237,7 @@
 Step 0: Requirements
 ####################
 
-  * JRE 1.8
+  * JDK 11
   * root (linux/unix) or Administrator (Windows)
   * libc6 (linux)
   * 512MB RAM (launches with -Xmx512M - can use less, can need more, depending on load)

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