You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2018/01/11 09:40:43 UTC

[06/10] james-project git commit: JAMES-2263 Link custom mailet page from configuration page

JAMES-2263 Link custom mailet page from configuration page


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

Branch: refs/heads/master
Commit: 4b24205cf9f21fc685100667b4bd9bfab9d78004
Parents: 046c55d
Author: benwa <bt...@linagora.com>
Authored: Fri Jan 5 10:50:47 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jan 5 10:50:47 2018 +0700

----------------------------------------------------------------------
 src/site/xdoc/server/config-mailetcontainer.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/4b24205c/src/site/xdoc/server/config-mailetcontainer.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-mailetcontainer.xml b/src/site/xdoc/server/config-mailetcontainer.xml
index 9ed2630..f86b129 100644
--- a/src/site/xdoc/server/config-mailetcontainer.xml
+++ b/src/site/xdoc/server/config-mailetcontainer.xml
@@ -32,7 +32,9 @@
           actions based on incoming mail) pipeline arranged into processors (List of mailet/matcher pairs allowing
           better logical organisation). You can read more about these concepts on <a href="feature-mailetcontainer.html">the mailet container feature description</a>.</p>
 
-      <p>Apache James Server includes a number of pre-packaged <a href="dev-provided-mailets.html">Mailets and Matchers</a>.</p>
+      <p>Apache James Server includes a number of pre-packaged <a href="dev-provided-mailets.html">Mailets and Matchers</a>.
+      Futhermore, you can write and use with James your own <a href="dev-extend-matcher.html">custom matchers</a> and
+      <a href="dev-extend-mailet.html">custom mailets</a>.</p>
 
       <p>Consult <a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer.xml">mailetcontainer.xml</a> in GIT to get some examples and hints.</p>
 


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