From 069a61e5c8159829b7dd7c31d5a4314ce2414c71 Mon Sep 17 00:00:00 2001 From: benwa Date: Mon, 30 Jul 2018 17:17:32 +0700 Subject: [PATCH 01/12] JAMES-2507 Webasite should advertise version 3.1.0 --- src/homepage/howTo/mail-processing.html | 2 +- src/homepage/index.html | 4 ++-- src/site/markdown/mailet/quickstart.md | 2 +- src/site/xdoc/server/features.xml | 2 +- src/site/xdoc/server/index.xml | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/homepage/howTo/mail-processing.html b/src/homepage/howTo/mail-processing.html index ba09342a68f..d44c2899f42 100644 --- a/src/homepage/howTo/mail-processing.html +++ b/src/homepage/howTo/mail-processing.html @@ -72,7 +72,7 @@

Mail processing component overview

Hence, we can arrange James standard components listed here to achieve basic logic. But what if our goals are more complex? What if we need our own processing components?

-

This page will propose a 'hands on practice' how-to using James 3.0.1. We will implement a custom mailet and a custom matcher, +

This page will propose a 'hands on practice' how-to using James 3.1.0. We will implement a custom mailet and a custom matcher, then deploy it in a James server.

We need to choose our use case. We will, when a mail is delayed over one day, write a mail to the original sender diff --git a/src/homepage/index.html b/src/homepage/index.html index 333b3fa4c12..86e69f7cb2c 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -105,14 +105,14 @@

Get Started With James