You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by ie...@apache.org on 2012/12/29 02:07:38 UTC

svn commit: r1426681 - /james/site/trunk/www/download.html

Author: ieugen
Date: Sat Dec 29 01:07:37 2012
New Revision: 1426681

URL: http://svn.apache.org/viewvc?rev=1426681&view=rev
Log:
MAILET-46 Updated downloads page

Modified:
    james/site/trunk/www/download.html

Modified: james/site/trunk/www/download.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/download.html?rev=1426681&r1=1426680&r2=1426681&view=diff
==============================================================================
--- james/site/trunk/www/download.html (original)
+++ james/site/trunk/www/download.html Sat Dec 29 01:07:37 2012
@@ -1,249 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jun 7, 2012 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>
-    Download</title>
-    <style type="text/css" media="all">
-      @import url("./css/james.css");
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-      @import url("./js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css");
-      @import url("./js/jquery/css/print.css");
-      @import url("./js/fancybox/jquery.fancybox-1.3.4.css");
-    </style>
-    <script type="text/javascript" src="./js/jquery/js/jquery-1.4.2.min.js"></script>
-    <script type="text/javascript" src="./js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
-    <script type="text/javascript" src="./js/fancybox/jquery.fancybox-1.3.4.js"></script>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-      <meta name="author" content="Apache James Mail Server Project" />
-    <meta name="Date-Revision-yyyymmdd" content="20120607" />
-    <meta http-equiv="Content-Language" content="en" />
-                                                    
-<link title="DOAP" rel="meta" type="application/rdf+xml" href="http://james.apache.org//doap_james-project.rdf"/>
-                      
-          <!-- Google Analytics -->
-    <script type="text/javascript">
-    
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-1384591-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script').item(0); s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
-      <script type="text/javascript">
-    
-    function startListening (obj,evnt,func) { 
-      if (obj.addEventListener) {
-        obj.addEventListener(evnt,func,false); 
-      } else if (obj.attachEvent) {
-        obj.attachEvent("on" + evnt,func); 
-      } 
-    } 
-    
-    function trackDownloads (evnt) { 
-      var lnk; 
-      if (evnt.srcElement) { 
-        var elmnt = evnt.srcElement; 
-        while (elmnt.tagName != "A") { 
-          var newelmnt = elmnt.parentNode; 
-          elmnt = newelmnt; 
-        } 
-        lnk = elmnt.hostname + "/" + elmnt.pathname + elmnt.search; 
-      } else { 
-        lnk = this.hostname + this.pathname + this.search; 
-      } 
-    
-      var pos = lnk.indexOf("/james/");
-      if (pos != -1) {
-        lnk = lnk.substr(pos+7);
-      }
-      lnk = "/downloads/"+lnk;
-    
-      if (typeof(urchinTracker) == "function") {
-        urchinTracker(lnk);
-      } else if (_gaq) {
-        _gaq.push(['_trackPageview', lnk]);
-      }
-    }
-    
-    $(function() {
-      if (document.getElementsByTagName) { 
-        var hrefs = document.getElementsByTagName('a'); 
-        var extensions = ["gz","bz2","zip","jar","asc","sar"];
-        for (var l = 0; l < hrefs.length; l++) {
-          if (hrefs.item(l) != "") {
-            var path = hrefs.item(l).pathname;
-            var external = hrefs.item(l).hostname != location.host;
-            if (external) {
-              var splitted = path.split('.');
-              var ext = splitted[ splitted.length-1 ];
-              for (var e = 0; e < extensions.length; e++) {
-                if (extensions[ e ] == ext) {
-                  startListening(hrefs.item(l),"click",trackDownloads);
-                }
-              }
-            }
-          }
-        } 
-      } 
-    });
-    </script>
-  </head>
-  <body class="composite">
-    <div id="banner">
-                                      <a href="index.html" id="bannerLeft" title="james-project-logo.gif">
-              
-                                                                            
-        <img src="images/logos/james-project-logo.gif" alt="James Project" />
-                </a>
-                              <a href="http://www.apache.org/index.html" id="bannerRight">
-              
-                                        
-        <img src="images/logos/asf-logo-reduced.gif" alt="The Apache Software Foundation" />
-                </a>
-            <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-            
-                
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2012-06-07</span>
-                      </div>
-            <div class="xright">                    <a href="index.html" title="Home">Home</a>
-            |
-                        <a href="server/index.html" title="Server">Server</a>
-            |
-                        <a href="hupa/index.html" title="Hupa">Hupa</a>
-            |
-                        <a href="protocols/index.html" title="Protocols">Protocols</a>
-            |
-                        <a href="mailet/index.html" title="Mailets">Mailets</a>
-            |
-                        <a href="mailbox/index.html" title="Mailbox">Mailbox</a>
-            |
-                        <a href="mime4j/index.html" title="Mime4J">Mime4J</a>
-            |
-                        <a href="jsieve/index.html" title="jSieve">jSieve</a>
-            |
-                        <a href="jspf/index.html" title="jSPF">jSPF</a>
-            |
-                        <a href="jdkim/index.html" title="jDKIM">jDKIM</a>
-            |
-                        <a href="mpt/index.html" title="MPT">MPT</a>
-            |
-                        <a href="postage/index.html" title="Postage">Postage</a>
-              
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-             
-                
-                                <h5>About James</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="index.html" title="Overview">Overview</a>
-            </li>
-                  <li class="none">
-                          <a href="newsarchive.html" title="News">News</a>
-            </li>
-                  <li class="none">
-                          <a href="mail.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                  <li class="none">
-                          <a href="contribute.html" title="Contributing">Contributing</a>
-            </li>
-                  <li class="none">
-                          <a href="guidelines.html" title="Guidelines">Guidelines</a>
-            </li>
-                  <li class="none">
-                          <a href="http://wiki.apache.org/james" title="Wiki">Wiki</a>
-            </li>
-                  <li class="none">
-                          <a href="team-list.html" title="Who We Are">Who We Are</a>
-            </li>
-                  <li class="none">
-                          <a href="license.html" title="License">License</a>
-            </li>
-          </ul>
-                       <h5>Download</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="download.cgi" title="Releases">Releases</a>
-            </li>
-                  <li class="none">
-                          <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/james/" title="Snapshots">Snapshots</a>
-            </li>
-          </ul>
-        <h5>Apache Software Foundation</h5>
-  <ul>
-    <li>
-      <strong>
-        <a title="ASF" href="http://www.apache.org/">ASF</a>
-      </strong>
-    </li>
-    <li>
-      <a title="Get Involved" href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
-    </li>
-    <li>
-      <a title="FAQ" href="http://www.apache.org/foundation/faq.html">FAQ</a>
-    </li>
-    <li>
-      <a title="License" href="http://www.apache.org/licenses/" >License</a>
-    </li>
-    <li>
-      <a title="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-    </li>
-    <li>
-      <a title="Thanks" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
-    </li>
-    <li>
-      <a title="Security" href="http://www.apache.org/security/">Security</a>
-    </li>
-  </ul>
-                       <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                   
-                
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
@@ -258,453 +15,837 @@
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
-  under the License. -->
+  under the License.    
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 7, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <title>
+        Download</title>
+    <style type="text/css" media="all">
+        @import url("./css/james.css");
+        @import url("./css/maven-base.css");
+        @import url("./css/maven-theme.css");
+        @import url("./css/site.css");
+        @import url("./js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css");
+        @import url("./js/jquery/css/print.css");
+        @import url("./js/fancybox/jquery.fancybox-1.3.4.css");
+    </style>
+    <script type="text/javascript" src="./js/jquery/js/jquery-1.4.2.min.js"></script>
+    <script type="text/javascript" src="./js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
+    <script type="text/javascript" src="./js/fancybox/jquery.fancybox-1.3.4.js"></script>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print"/>
+    <meta name="author" content="Apache James Mail Server Project"/>
+    <meta name="Date-Revision-yyyymmdd" content="20120607"/>
+    <meta http-equiv="Content-Language" content="en"/>
+
+    <link title="DOAP" rel="meta" type="application/rdf+xml" href="http://james.apache.org//doap_james-project.rdf"/>
+
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-1384591-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script').item(0);
+            s.parentNode.insertBefore(ga, s);
+        })();
+
+    </script>
+    <script type="text/javascript">
+
+        function startListening(obj, evnt, func) {
+            if (obj.addEventListener) {
+                obj.addEventListener(evnt, func, false);
+            } else if (obj.attachEvent) {
+                obj.attachEvent("on" + evnt, func);
+            }
+        }
+
+        function trackDownloads(evnt) {
+            var lnk;
+            if (evnt.srcElement) {
+                var elmnt = evnt.srcElement;
+                while (elmnt.tagName != "A") {
+                    var newelmnt = elmnt.parentNode;
+                    elmnt = newelmnt;
+                }
+                lnk = elmnt.hostname + "/" + elmnt.pathname + elmnt.search;
+            } else {
+                lnk = this.hostname + this.pathname + this.search;
+            }
+
+            var pos = lnk.indexOf("/james/");
+            if (pos != -1) {
+                lnk = lnk.substr(pos + 7);
+            }
+            lnk = "/downloads/" + lnk;
+
+            if (typeof(urchinTracker) == "function") {
+                urchinTracker(lnk);
+            } else if (_gaq) {
+                _gaq.push(['_trackPageview', lnk]);
+            }
+        }
+
+        $(function () {
+            if (document.getElementsByTagName) {
+                var hrefs = document.getElementsByTagName('a');
+                var extensions = ["gz", "bz2", "zip", "jar", "asc", "sar"];
+                for (var l = 0; l < hrefs.length; l++) {
+                    if (hrefs.item(l) != "") {
+                        var path = hrefs.item(l).pathname;
+                        var external = hrefs.item(l).hostname != location.host;
+                        if (external) {
+                            var splitted = path.split('.');
+                            var ext = splitted[ splitted.length - 1 ];
+                            for (var e = 0; e < extensions.length; e++) {
+                                if (extensions[ e ] == ext) {
+                                    startListening(hrefs.item(l), "click", trackDownloads);
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+        });
+    </script>
+</head>
+<body class="composite">
+<div id="banner">
+    <a href="index.html" id="bannerLeft" title="james-project-logo.gif">
+
+
+        <img src="images/logos/james-project-logo.gif" alt="James Project"/>
+    </a>
+    <a href="http://www.apache.org/index.html" id="bannerRight">
+
+
+        <img src="images/logos/asf-logo-reduced.gif" alt="The Apache Software Foundation"/>
+    </a>
+
+    <div class="clear">
+        <hr/>
+    </div>
+</div>
+<div id="breadcrumbs">
+
+
+    <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-07</span>
+    </div>
+    <div class="xright"><a href="index.html" title="Home">Home</a>
+        |
+        <a href="server/index.html" title="Server">Server</a>
+        |
+        <a href="hupa/index.html" title="Hupa">Hupa</a>
+        |
+        <a href="protocols/index.html" title="Protocols">Protocols</a>
+        |
+        <a href="mailet/index.html" title="Mailets">Mailets</a>
+        |
+        <a href="mailbox/index.html" title="Mailbox">Mailbox</a>
+        |
+        <a href="mime4j/index.html" title="Mime4J">Mime4J</a>
+        |
+        <a href="jsieve/index.html" title="jSieve">jSieve</a>
+        |
+        <a href="jspf/index.html" title="jSPF">jSPF</a>
+        |
+        <a href="jdkim/index.html" title="jDKIM">jDKIM</a>
+        |
+        <a href="mpt/index.html" title="MPT">MPT</a>
+        |
+        <a href="postage/index.html" title="Postage">Postage</a>
+
+
+    </div>
+    <div class="clear">
+        <hr/>
+    </div>
+</div>
+<div id="leftColumn">
+    <div id="navcolumn">
+
+
+        <h5>About James</h5>
+        <ul>
+            <li class="none">
+                <a href="index.html" title="Overview">Overview</a>
+            </li>
+            <li class="none">
+                <a href="newsarchive.html" title="News">News</a>
+            </li>
+            <li class="none">
+                <a href="mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+            <li class="none">
+                <a href="contribute.html" title="Contributing">Contributing</a>
+            </li>
+            <li class="none">
+                <a href="guidelines.html" title="Guidelines">Guidelines</a>
+            </li>
+            <li class="none">
+                <a href="http://wiki.apache.org/james" title="Wiki">Wiki</a>
+            </li>
+            <li class="none">
+                <a href="team-list.html" title="Who We Are">Who We Are</a>
+            </li>
+            <li class="none">
+                <a href="license.html" title="License">License</a>
+            </li>
+        </ul>
+        <h5>Download</h5>
+        <ul>
+            <li class="none">
+                <a href="download.cgi" title="Releases">Releases</a>
+            </li>
+            <li class="none">
+                <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/james/"
+                   title="Snapshots">Snapshots</a>
+            </li>
+        </ul>
+        <h5>Apache Software Foundation</h5>
+        <ul>
+            <li>
+                <strong>
+                    <a title="ASF" href="http://www.apache.org/">ASF</a>
+                </strong>
+            </li>
+            <li>
+                <a title="Get Involved" href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
+            </li>
+            <li>
+                <a title="FAQ" href="http://www.apache.org/foundation/faq.html">FAQ</a>
+            </li>
+            <li>
+                <a title="License" href="http://www.apache.org/licenses/">License</a>
+            </li>
+            <li>
+                <a title="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+            </li>
+            <li>
+                <a title="Thanks" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+            </li>
+            <li>
+                <a title="Security" href="http://www.apache.org/security/">Security</a>
+            </li>
+        </ul>
+        <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+
+
+    </div>
+</div>
+<div id="bodyColumn">
+<div id="contentBox">
+<!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. -->
+
+
+<div class="section"><h2>Cryptography<a name="Cryptography"></a></h2>
 
-  
-  <div class="section"><h2>Cryptography<a name="Cryptography"></a></h2>
-  
     <div class="ui-widget">
-      <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
-      <p> <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-Some distributions include cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, 
-and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, 
-regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. 
-See <a class="externalLink" href="http://www.wassenaar.org/">http://www.wassenaar.org</a> for more information.
-</p><p>
-The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), 
-has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic 
-functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export 
-under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) 
-for both object code and source code.
-</p><p>
-More specific details are included below. Export control information for the <a class="externalLink" href="http://www.apache.org" rel="tag">Apache Software Foundation</a> 
-is found <a class="externalLink" href="http://www.apache.org/licenses/exports/">here</a>.
-</p>
-      </div>
-    </div>
-  </div>
-  <div class="section"><h2>Downloading<a name="Downloading"></a></h2>
-  
+        <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
+            <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+                Some distributions include cryptographic software. The country in which you currently reside may have
+                restrictions on the import, possession, use,
+                and/or re-export to another country, of encryption software. BEFORE using any encryption software,
+                please check your country's laws,
+                regulations and policies concerning the import, possession, or use, and re-export of encryption
+                software, to see if this is permitted.
+                See <a class="externalLink" href="http://www.wassenaar.org/">http://www.wassenaar.org</a> for more
+                information.
+            </p>
+
+            <p>
+                The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS),
+                has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes
+                information security software using or performing cryptographic
+                functions with asymmetric algorithms. The form and manner of this Apache Software Foundation
+                distribution makes it eligible for export
+                under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export
+                Administration Regulations, Section 740.13)
+                for both object code and source code.
+            </p>
+
+            <p>
+                More specific details are included below. Export control information for the <a class="externalLink"
+                                                                                                href="http://www.apache.org"
+                                                                                                rel="tag">Apache
+                Software Foundation</a>
+                is found <a class="externalLink" href="http://www.apache.org/licenses/exports/">here</a>.
+            </p>
+        </div>
+    </div>
+</div>
+<div class="section"><h2>Downloading<a name="Downloading"></a></h2>
+
     <p>Use the links below to download the product from one of
-       our mirrors.  You <b>must</b>&#160;<a href="#Verify_the_integrity_of_the_files">verify the
-       integrity</a> of the downloaded files using signatures downloaded from
-       our main distribution directory.</p>
-    
+        our mirrors. You <b>must</b>&#160;<a href="#Verify_the_integrity_of_the_files">verify the
+            integrity</a> of the downloaded files using signatures downloaded from
+        our main distribution directory.</p>
+
     <p>Only current recommended releases are available on the main
-       distribution site and its mirrors.  Older releases are available from
-       the <a class="externalLink" href="http://archive.apache.org/dist/james/">archive download
-       site.</a></p>
-    
-    <ul>
-      <li><a href="#Apache_James_Server">Apache James Server</a></li>
-      <li><a href="#Apache_Mime4J">Apache James Mime4j</a></li>
-      <li><a href="#Apache_jSPF">Apache James jSPF</a></li>
-      <li><a href="#Apache_jDKIM">Apache James jDKIM</a></li>
-      <li><a href="#Apache_JSieve">Apache James JSieve</a></li>
-      <li><a href="#Apache_Mailet">Apache James Mailet</a></li>
-      <li><a href="#Apache_Mailet_Base">Apache James Mailet Base</a></li>
-      <li><a href="#Apache_Crypto_Mailets">Apache James Crypto Mailets</a></li>
-      <li><a href="#Apache_James_Protocols">Apache James Protocols</a></li>
-      <li><a href="#Apache_MPT">Apache James MPT</a></li>
-      <li>Apache James IMAP 0.3 is available from the James Maven repositories (*)</li>
-      <li>Apache James Mailbox 0.4 is available from the James Maven repositories (*)</li>
-      <li>Apache MailetDoc Plugin for Maven is available from the standard Maven repositories (*)</li>
-      <li>Apache James Hupa is available from the James Maven repositories (*)</li>
-    </ul>
- 
-    <p>(*) James maven repositories can be found on 
-    <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/">http://repo1.maven.org/maven2/org/apache/james/</a>.</p>
-  
+        distribution site and its mirrors. Older releases are available from
+        the <a class="externalLink" href="http://archive.apache.org/dist/james/">archive download
+            site.</a></p>
+
+    <ul>
+        <li><a href="#Apache_James_Server">Apache James Server</a></li>
+        <li><a href="#Apache_Mime4J">Apache James Mime4j</a></li>
+        <li><a href="#Apache_jSPF">Apache James jSPF</a></li>
+        <li><a href="#Apache_jDKIM">Apache James jDKIM</a></li>
+        <li><a href="#Apache_JSieve">Apache James JSieve</a></li>
+        <li><a href="#Apache_Mailet">Apache James Mailet</a></li>
+        <li><a href="#Apache_James_Protocols">Apache James Protocols</a></li>
+        <li><a href="#Apache_MPT">Apache James MPT</a></li>
+        <li>Apache MailetDoc Plugin for Maven is available from the standard Maven repositories (*)</li>
+        <li>Apache James IMAP 0.3 is available from the James Maven repositories (*)</li>
+        <li>Apache James Mailbox 0.4 is available from the James Maven repositories (*)</li>
+        <li>Apache James Hupa is available from the James Maven repositories (*)</li>
+    </ul>
+
+    <p>(*) James maven repositories can be found on
+        <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/">http://repo1.maven.org/maven2/org/apache/james/</a>.
+    </p>
+
     <div class="section"><h3>Mirror<a name="Mirror"></a></h3>
-    
-      <p>[if-any logo]
-      <a href="[link]"><img src="[logo]" align="right" border="0" alt="" /></a>[end]
-      The currently selected mirror is <b>[preferred]</b>.  If you encounter a
-      problem with this mirror, please select another mirror.  If all
-      mirrors are failing, there are <i>backup</i> mirrors (at the end of
-      the mirrors list) that should be available.</p>
-      
-      <form action="[location]" method="get" id="SelectMirror">
-      Other mirrors: <select name="Preferred">
-      [if-any http]
-        [for http]<option value="[http]">[http]</option>[end]
-      [end]  
-      [if-any ftp]
-        [for ftp]<option value="[ftp]">[ftp]</option>[end]
-      [end]
-      [if-any backup]
-        [for backup]<option value="[backup]">[backup] (backup)</option>[end]
-      [end]
-      </select>
-      <input type="submit" value="Change" />     
-      </form>
-      
-      <p>You may also consult the <a class="externalLink" href="http://www.apache.org/mirrors/">complete
-      list of mirrors</a>.</p>
-      
-      </div>
-      <div class="section"><h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3>
-      
-      <p>It is essential that you verify the integrity of the downloaded
-      files using the PGP or MD5 signatures.</p>
-      
-      <p>The PGP signatures can be verified using PGP or GPG.  First
-      download the <a class="externalLink" href="http://www.apache.org/dist/james/KEYS">KEYS</a>
-      as well as the <tt>asc</tt> signature file for the particular
-      distribution.  Make sure you get these files from the <a class="externalLink" href="http://www.apache.org/dist/james/">main distribution
-      directory</a>, rather than from a mirror. Then verify the signatures
-      using</p>
-      
-      <p><tt>
-      % pgpk -a KEYS<br />
-      % pgpv james-<i>version</i>.tar.gz.asc<br />
-      </tt>
-      <i>or</i><br />
-      <tt>
-      % pgp -ka KEYS<br />
-      % pgp james-<i>version</i>.tar.gz.asc<br />
-      </tt>
-      <i>or</i><br />
-      <tt>
-      % gpg --import KEYS<br />
-      % gpg --verify james-<i>version</i>.tar.gz.asc
-      </tt></p>
-    
+
+        <p>[if-any logo]
+            <a href="[link]"><img src="[logo]" align="right" border="0" alt=""/></a>[end]
+            The currently selected mirror is <b>[preferred]</b>. If you encounter a
+            problem with this mirror, please select another mirror. If all
+            mirrors are failing, there are <i>backup</i> mirrors (at the end of
+            the mirrors list) that should be available.</p>
+
+        <form action="[location]" method="get" id="SelectMirror">
+            Other mirrors: <select name="Preferred">
+            [if-any http]
+            [for http]
+            <option value="[http]">[http]</option>
+            [end]
+            [end]
+            [if-any ftp]
+            [for ftp]
+            <option value="[ftp]">[ftp]</option>
+            [end]
+            [end]
+            [if-any backup]
+            [for backup]
+            <option value="[backup]">[backup] (backup)</option>
+            [end]
+            [end]
+        </select>
+            <input type="submit" value="Change"/>
+        </form>
+
+        <p>You may also consult the <a class="externalLink" href="http://www.apache.org/mirrors/">complete
+            list of mirrors</a>.</p>
+
+    </div>
+    <div class="section"><h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3>
+
+        <p>It is essential that you verify the integrity of the downloaded
+            files using the PGP or MD5 signatures.</p>
+
+        <p>The PGP signatures can be verified using PGP or GPG. First
+            download the <a class="externalLink" href="http://www.apache.org/dist/james/KEYS">KEYS</a>
+            as well as the <tt>asc</tt> signature file for the particular
+            distribution. Make sure you get these files from the <a class="externalLink"
+                                                                    href="http://www.apache.org/dist/james/">main
+                distribution
+                directory</a>, rather than from a mirror. Then verify the signatures
+            using</p>
+
+        <p><tt>
+            % pgpk -a KEYS<br/>
+            % pgpv james-<i>version</i>.tar.gz.asc<br/>
+        </tt>
+            <i>or</i><br/>
+            <tt>
+                % pgp -ka KEYS<br/>
+                % pgp james-<i>version</i>.tar.gz.asc<br/>
+            </tt>
+            <i>or</i><br/>
+            <tt>
+                % gpg --import KEYS<br/>
+                % gpg --verify james-<i>version</i>.tar.gz.asc
+            </tt></p>
+
     </div>
-  
+
     <div class="section"><h3>Nightly Builds<a name="Nightly_Builds"></a></h3>
-   
-      <p>The software listed above represents the latest Release Build
-         available from the Apache James Project.</p>
-    
-      <p>The James project also provides 
-         <a class="externalLink" href="http://people.apache.org/builds/james/nightly/">Nighly Builds</a>:
-        <u>periodic snapshots during development</u>. Generally, these are considered
-        stable snapshots, but they have not undergone as much testing as a
-        Release Build, nor have they been voted upon for release by the
-        developer community. These are simply convenient test builds.
-        Sometimes the purpose for a Nightly Build could be soliciting feedback on
-        a specific change.</p>
-    
-      <p>James continous integration can be found on 
-      <a class="externalLink" href="https://hudson.apache.org/hudson/view/G-L/view/James/">Hudson</a>.</p>
-  
-    </div>
-
-  </div>
-
-  <div class="section"><h2>Apache James Server<a name="Apache_James_Server"></a></h2>
-  
-    <div class="section"><h3>Apache James 3.0-beta4 is for early adopters<a name="Apache_James_3.0-beta4_is_for_early_adopters"></a></h3>
-    
-      <p>This release is the first milestone based on 
-         release.  See the <a class="externalLink" href="http://james.apache.org/server/3/release-notes.html">Release Notes</a>
-         for a detailed list of changes.</p>
-      
-      <div class="ui-widget">
-        <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
-          <p>
-            <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-            Apache James Server 3 uses third party cryptography software
-            including
-          </p>
-          <ul>
-            <li><tt>bcmail</tt> and <tt>bcprov</tt> libraries by &quot;The Legion of the Bouncy
-              Castle&quot; <a class="externalLink" href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>,</li>
-            <li><tt>jasypt</tt> library by &quot;Jasypt.org&quot; <a class="externalLink" href="http://www.jasypt.org/">http://www.jasypt.org/</a></li>
-            <li>and the <a class="externalLink" href="http://www.java.com/">Java Runtime Environment</a>.</li>
-          </ul>
+
+        <p>The software listed above represents the latest Release Build
+            available from the Apache James Project.</p>
+
+        <p>The James project also provides
+            <a class="externalLink" href="http://people.apache.org/builds/james/nightly/">Nighly Builds</a>:
+            <u>periodic snapshots during development</u>. Generally, these are considered
+            stable snapshots, but they have not undergone as much testing as a
+            Release Build, nor have they been voted upon for release by the
+            developer community. These are simply convenient test builds.
+            Sometimes the purpose for a Nightly Build could be soliciting feedback on
+            a specific change.</p>
+
+        <p>James continous integration can be found on
+            <a class="externalLink" href="https://hudson.apache.org/hudson/view/G-L/view/James/">Hudson</a>.</p>
+
+    </div>
+
+</div>
+
+<div class="section"><h2>Apache James Server<a name="Apache_James_Server"></a></h2>
+
+    <div class="section"><h3>Apache James 3.0-beta4 is for early adopters<a
+            name="Apache_James_3.0-beta4_is_for_early_adopters"></a></h3>
+
+        <p>This release is the first milestone based on
+            release. See the <a class="externalLink" href="http://james.apache.org/server/3/release-notes.html">Release
+                Notes</a>
+            for a detailed list of changes.</p>
+
+        <div class="ui-widget">
+            <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
+                <p>
+                    <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+                    Apache James Server 3 uses third party cryptography software
+                    including
+                </p>
+                <ul>
+                    <li><tt>bcmail</tt> and <tt>bcprov</tt> libraries by &quot;The Legion of the Bouncy
+                        Castle&quot; <a class="externalLink" href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>,
+                    </li>
+                    <li><tt>jasypt</tt> library by &quot;Jasypt.org&quot; <a class="externalLink"
+                                                                             href="http://www.jasypt.org/">http://www.jasypt.org/</a>
+                    </li>
+                    <li>and the <a class="externalLink" href="http://www.java.com/">Java Runtime Environment</a>.</li>
+                </ul>
+            </div>
         </div>
-      </div>
-      
-      <ul>
-      
-        <li>Binary (Unix TAR): <a href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.tar.gz">apache-james-3.0-beta4-app.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.tar.gz.asc">PGP</a>]</li>
-      
-        <li>Binary (ZIP Format): <a href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.zip">apache-james-3.0-beta4-app.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.zip.asc">PGP</a>]</li>
-<!-- <li>Source (Unix TAR): <a
-              href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.tar.gz">apache-james-3.0-beta4-source-release.tar.gz</a> [<a
-              href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.tar.gz.asc">PGP</a>]</li> -->      
-          <li>Source (ZIP Format): <a href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.zip">apache-james-3.0-beta4-source-release.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.zip.asc">PGP</a>]</li>
-      
-      </ul>
-    
-    </div>
-    
-    <div class="section"><h3>Apache James 2.3.2 is the stable version<a name="Apache_James_2.3.2_is_the_stable_version"></a></h3>
-    
-      <p>This release has many enhancements and bug fixes over the previous
-      release.  See the <a class="externalLink" href="http://james.apache.org/server/2/release-notes.html">Release Notes</a>
-      for a detailed list of changes.  Some of the earlier defects could
-      turn a James mail server into an Open Relay.  All users of James Server are urged to upgrade to version v2.3.1 as soon as
-      possible.</p>
 
-      <div class="ui-widget">
-        <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
-          <p>
-            <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-            Apache James Server 2 uses third party cryptography software
-            including
-          </p>
-          <ul>
-            <li><tt>bcmail</tt> by &quot;The Legion of the Bouncy
-              Castle&quot; <a class="externalLink" href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>,</li>
-            <li>and the <a class="externalLink" href="http://www.java.com/">Java Runtime Environment</a>.</li>
-          </ul>
+        <ul>
+
+            <li>Binary (Unix TAR): <a href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.tar.gz">apache-james-3.0-beta4-app.tar.gz</a>
+                [<a class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.tar.gz.asc">PGP</a>]
+            </li>
+
+            <li>Binary (ZIP Format): <a href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.zip">apache-james-3.0-beta4-app.zip</a>
+                [<a class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-app.zip.asc">PGP</a>]
+            </li>
+            <!-- <li>Source (Unix TAR): <a
+           href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.tar.gz">apache-james-3.0-beta4-source-release.tar.gz</a> [<a
+           href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.tar.gz.asc">PGP</a>]</li> -->
+            <li>Source (ZIP Format): <a
+                    href="[preferred]/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.zip">apache-james-3.0-beta4-source-release.zip</a>
+                [<a class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james/3.0beta4/apache-james-3.0-beta4-source-release.zip.asc">PGP</a>]
+            </li>
+
+        </ul>
+
+    </div>
+
+    <div class="section"><h3>Apache James 2.3.2 is the stable version<a
+            name="Apache_James_2.3.2_is_the_stable_version"></a></h3>
+
+        <p>This release has many enhancements and bug fixes over the previous
+            release. See the <a class="externalLink" href="http://james.apache.org/server/2/release-notes.html">Release
+                Notes</a>
+            for a detailed list of changes. Some of the earlier defects could
+            turn a James mail server into an Open Relay. All users of James Server are urged to upgrade to version
+            v2.3.1 as soon as
+            possible.</p>
+
+        <div class="ui-widget">
+            <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
+                <p>
+                    <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+                    Apache James Server 2 uses third party cryptography software
+                    including
+                </p>
+                <ul>
+                    <li><tt>bcmail</tt> by &quot;The Legion of the Bouncy
+                        Castle&quot; <a class="externalLink" href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>,
+                    </li>
+                    <li>and the <a class="externalLink" href="http://www.java.com/">Java Runtime Environment</a>.</li>
+                </ul>
+            </div>
         </div>
-      </div>
-              
-      <ul>
-      
-        <li>Binary (Unix TAR): <a href="[preferred]/james/server/apache-james-2.3.2.tar.gz">james-binary-2.3.2.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2.tar.gz.asc">PGP</a>]</li>
-      
-        <li>Binary (ZIP Format): <a href="[preferred]/james/server/apache-james-2.3.2.zip">james-binary-2.3.2.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2.zip.asc">PGP</a>]</li>
-      
-        <li>Source (Unix TAR): <a href="[preferred]/james/server/apache-james-2.3.2-src.tar.gz">james-2.3.2-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2-src.tar.gz.asc">PGP</a>]</li>
-      
-          <li>Source (ZIP Format): <a href="[preferred]/james/server/apache-james-2.3.2-src.zip">james-2.3.2-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2-src.zip.asc">PGP</a>]</li>
-      
-      </ul>
-    
-    </div><div class="section"><h3>Earlier Releases<a name="Earlier_Releases"></a></h3>
-    
-      <p>Are now <a class="externalLink" href="http://archive.apache.org/dist/james/server">archived</a></p>
+
+        <ul>
+
+            <li>Binary (Unix TAR): <a href="[preferred]/james/server/apache-james-2.3.2.tar.gz">james-binary-2.3.2.tar.gz</a>
+                [<a class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2.tar.gz.asc">PGP</a>]
+            </li>
+
+            <li>Binary (ZIP Format): <a
+                    href="[preferred]/james/server/apache-james-2.3.2.zip">james-binary-2.3.2.zip</a> [<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/server/apache-james-2.3.2.zip.asc">PGP</a>]
+            </li>
+
+            <li>Source (Unix TAR): <a href="[preferred]/james/server/apache-james-2.3.2-src.tar.gz">james-2.3.2-src.tar.gz</a>
+                [<a class="externalLink"
+                    href="http://www.apache.org/dist/james/server/apache-james-2.3.2-src.tar.gz.asc">PGP</a>]
+            </li>
+
+            <li>Source (ZIP Format): <a
+                    href="[preferred]/james/server/apache-james-2.3.2-src.zip">james-2.3.2-src.zip</a> [<a
+                    class="externalLink" href="http://www.apache.org/dist/james/server/apache-james-2.3.2-src.zip.asc">PGP</a>]
+            </li>
+
+        </ul>
 
     </div>
+    <div class="section"><h3>Earlier Releases<a name="Earlier_Releases"></a></h3>
+
+        <p>Are now <a class="externalLink" href="http://archive.apache.org/dist/james/server">archived</a></p>
+
+    </div>
+
 
-  
+</div>
 
-  </div>
+<div class="section"><h2>Apache Mime4J<a name="Apache_Mime4J"></a></h2>
 
-  <div class="section"><h2>Apache Mime4J<a name="Apache_Mime4J"></a></h2>
-  
     <p>Apache Mime4J 0.7.2 is the latest stable version:</p>
     <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz">apache-mime4j-0.7.2-bin.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/mime4j/apache-mime4j-0.7.2-bin.zip">apache-mime4j-0.7.2-bin.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.zip.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip">apache-mime4j-0.7.2-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip.md5">MD5</a>]</li>
-    
-    <li><a href="[preferred]/james/mime4j/">Other Files</a> (javadoc.jar, sha1 checksums...)</li>
-    
+
+        <li>Binary (Unix TAR): <a href="[preferred]/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz">apache-mime4j-0.7.2-bin.tar.gz</a>
+            [<a class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.tar.gz.md5">MD5</a>]
+        </li>
+
+        <li>Binary (ZIP Format): <a href="[preferred]/james/mime4j/apache-mime4j-0.7.2-bin.zip">apache-mime4j-0.7.2-bin.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.zip.asc">PGP</a>][<a
+                    class="externalLink" href="http://www.apache.org/dist/james/mime4j/apache-mime4j-0.7.2-bin.zip.md5">MD5</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a href="[preferred]/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip">apache-mime4j-0.7.2-src.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/mime4j/apache-mime4j-project-0.7.2-source-release.zip.md5">MD5</a>]
+        </li>
+
+        <li><a href="[preferred]/james/mime4j/">Other Files</a> (javadoc.jar, sha1 checksums...)</li>
+
     </ul>
-  
-  </div>
 
-  <div class="section"><h2>Apache jSPF<a name="Apache_jSPF"></a></h2>
-  
+</div>
+
+<div class="section"><h2>Apache jSPF<a name="Apache_jSPF"></a></h2>
+
     <p>Apache James jSPF 1.0.0 is the latest jSPF stable version:</p>
     <ul>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/jspf/binaries/apache-jspf-1.0.0-bin.zip">apache-jspf-1.0.0-bin.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jspf/binaries/apache-jspf-1.0.0-bin.zip.asc">PGP</a>]</li>
-    
-    <li>Binary (Unix TAR.GZ): <a href="[preferred]/james/jspf/binaries/apache-jspf-1.0.0-bin.tar.gz">apache-jspf-1.0.0-bin.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jspf/binaries/apache-jspf-1.0.0-bin.tar.gz.asc">PGP</a>]</li>
-    
-    <li>Source (Unix TAR.GZ): <a href="[preferred]/james/jspf/source/apache-jspf-1.0.0-src.tar.gz">apache-jspf-1.0.0-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jspf/source/apache-jspf-1.0.0-src.tar.gz.asc">PGP</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/jspf/source/apache-jspf-1.0.0-src.zip">apache-jspf-1.0.0-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jspf/source/apache-jspf-1.0.0-src.zip.asc">PGP</a>]</li>
-    
-    <li><a href="[preferred]/james/jspf/binaries/">Other Binaries</a></li>
-    
+
+        <li>Binary (ZIP Format): <a href="[preferred]/james/jspf/binaries/apache-jspf-1.0.0-bin.zip">apache-jspf-1.0.0-bin.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/jspf/binaries/apache-jspf-1.0.0-bin.zip.asc">PGP</a>]
+        </li>
+
+        <li>Binary (Unix TAR.GZ): <a href="[preferred]/james/jspf/binaries/apache-jspf-1.0.0-bin.tar.gz">apache-jspf-1.0.0-bin.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/jspf/binaries/apache-jspf-1.0.0-bin.tar.gz.asc">PGP</a>]
+        </li>
+
+        <li>Source (Unix TAR.GZ): <a href="[preferred]/james/jspf/source/apache-jspf-1.0.0-src.tar.gz">apache-jspf-1.0.0-src.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/jspf/source/apache-jspf-1.0.0-src.tar.gz.asc">PGP</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a href="[preferred]/james/jspf/source/apache-jspf-1.0.0-src.zip">apache-jspf-1.0.0-src.zip</a>
+            [<a class="externalLink" href="http://www.apache.org/dist/james/jspf/source/apache-jspf-1.0.0-src.zip.asc">PGP</a>]
+        </li>
+
+        <li><a href="[preferred]/james/jspf/binaries/">Other Binaries</a></li>
+
     </ul>
-  
-  </div>
-  
-  <div class="section"><h2>Apache jDKIM<a name="Apache_jDKIM"></a></h2>
-  
+
+</div>
+
+<div class="section"><h2>Apache jDKIM<a name="Apache_jDKIM"></a></h2>
+
     <p>Apache James jDKIM 0.2 is the latest jDKIM stable version:</p>
     <ul>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.zip">apache-jdkim-0.2-bin.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.zip.asc">PGP</a>]</li>
-    
-    <li>Binary (Unix TAR.GZ): <a href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.tar.gz">apache-jdkim-0.2-bin.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.tar.gz.asc">PGP</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/jdkim/apache-jdkim-project-0.2-source-release.zip">apache-jdkim-project-0.2-source-release.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/jdkim/apache-jdkim-project-0.2-source-release.zip.asc">PGP</a>]</li>
-    
-    </ul>
-  
-  </div>
-  
-  <div class="section"><h2>Apache JSieve<a name="Apache_JSieve"></a></h2>
-  
-    <p>Apache JSieve 0.5 is the latest stable version:</p>
-    <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz">apache-jsieve-all-0.5-bin.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz.asc.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip">apache-jsieve-all-0.5-bin.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip.asc.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz">apache-jsieve-all-0.5-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz.asc.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip">apache-jsieve-all-0.5-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip.asc.md5">MD5</a>]</li>
-    
-    </ul>
-  
-  </div>
 
-  <div class="section"><h2>Apache Mailet<a name="Apache_Mailet"></a></h2>
-  
-    <p>Apache Mailet 2.4 is the latest stable version:</p>
-    <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-mailet/2.4/apache-mailet-2.4.tar.gz">apache-mailet-2.4.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-mailet/2.4/apache-mailet-2.4.zip">apache-mailet-2.4.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-mailet/2.4/apache-mailet-2.4-src.tar.gz">apache-mailet-2.4-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4-src.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-mailet/2.4/apache-mailet-2.4-src.zip">apache-mailet-2.4-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4-src.zip.md5">MD5</a>]</li>
-    
-    <li><abbr title="Java ARchive">JAR</abbr> library only: <a href="[preferred]/james/apache-mailet/2.4/apache-mailet-2.4.jar">apache-mailet-2.4.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet/2.4/apache-mailet-2.4.jar.md5">MD5</a>]</li>
-    
-    </ul>
-    
-  </div>
+        <li>Binary (ZIP Format): <a href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.zip">apache-jdkim-0.2-bin.zip</a>
+            [<a class="externalLink" href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.zip.asc">PGP</a>]
+        </li>
 
-  <div class="section"><h2>Apache Mailet Base<a name="Apache_Mailet_Base"></a></h2>
-  
-    <p>Apache Mailet Base 1.1 is the latest stable version:</p>
-    <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.tar.gz">apache-mailet-base-1.1.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.zip">apache-mailet-base-1.1.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-bin.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.tar.gz">apache-mailet-base-1.1-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.zip">apache-mailet-base-1.1-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-src.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Jar Format): <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1-sources.jar">apache-mailet-base-1.1-sources.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-sources.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1-sources.jar.md5">MD5</a>]</li>
-    
-    <li><abbr title="Java ARchive">JAR</abbr> library only: <a href="[preferred]/james/apache-mailet-base/1.1/apache-mailet-base-1.1.jar">apache-mailet-base-1.1.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-mailet-base/1.1/apache-mailet-base-1.1.jar.md5">MD5</a>]</li>
-    
-    </ul>
-  
-  </div>
+        <li>Binary (Unix TAR.GZ): <a href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.tar.gz">apache-jdkim-0.2-bin.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.tar.gz.asc">PGP</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a href="[preferred]/james/jdkim/apache-jdkim-project-0.2-source-release.zip">apache-jdkim-project-0.2-source-release.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/jdkim/apache-jdkim-project-0.2-source-release.zip.asc">PGP</a>]
+        </li>
 
-  <div class="section"><h2>Apache Mailet Standard<a name="Apache_Mailet_Standard"></a></h2>
-  
-    <p>Apache Mailet Standard 1.0 is the latest stable version:</p>
-    <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.tar.gz">apache-standard-mailets-1.0.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.zip">apache-standard-mailets-1.0.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-bin.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.tar.gz">apache-standard-mailets-1.0-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.zip">apache-standard-mailets-1.0-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-src.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Jar Format): <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-sources.jar">apache-standard-mailets-1.0-sources.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-sources.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0-sources.jar.md5">MD5</a>]</li>
-    
-    <li><abbr title="Java ARchive">JAR</abbr> library only: <a href="[preferred]/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0.jar">apache-standard-mailets-1.0.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-standard-mailets/1.0/apache-standard-mailets-1.0.jar.md5">MD5</a>]</li>
-    
     </ul>
-  
-  </div>
 
-  <div class="section"><h2>Apache Crypto Mailets<a name="Apache_Crypto_Mailets"></a></h2>
-  
-    <p>Apache Crypto Mailets 1.0 is the latest stable version:</p>
-    
-  <div class="ui-widget">
-    <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
-      <p>
-        <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-        Apache Crypto Mailets 1 uses third party cryptography software
-        including
-      </p>
-      <ul>
-        <li><tt>bcmail</tt> by &quot;The Legion of the Bouncy
-          Castle&quot; <a class="externalLink" href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>.</li>
-      </ul>
-    </div>
-  </div>
+</div>
+
+<div class="section"><h2>Apache JSieve<a name="Apache_JSieve"></a></h2>
+
+    <p>Apache JSieve 0.5 is the latest stable version:</p>
     <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.tar.gz">apache-crypto-mailets-1.0.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.zip">apache-crypto-mailets-1.0.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-bin.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.tar.gz">apache-crypto-mailets-1.0-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.zip">apache-crypto-mailets-1.0-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-src.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Jar Format): <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-sources.jar">apache-crypto-mailets-1.0-sources.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-sources.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0-sources.jar.md5">MD5</a>]</li>
-    
-    <li><abbr title="Java ARchive">JAR</abbr> library only: <a href="[preferred]/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0.jar">apache-crypto-mailets-1.0.jar</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0.jar.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-crypto-mailets/1.0/apache-crypto-mailets-1.0.jar.md5">MD5</a>]</li>
-    
+
+        <li>Binary (Unix TAR): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz">apache-jsieve-all-0.5-bin.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.tar.gz.asc.md5">MD5</a>]
+        </li>
+
+        <li>Binary (ZIP Format): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip">apache-jsieve-all-0.5-bin.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-bin.zip.asc.md5">MD5</a>]
+        </li>
+
+        <li>Source (Unix TAR): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz">apache-jsieve-all-0.5-src.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.tar.gz.asc.md5">MD5</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a href="[preferred]/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip">apache-jsieve-all-0.5-src.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-jsieve/0.5/apache-jsieve-all-0.5-src.zip.asc.md5">MD5</a>]
+        </li>
+
+    </ul>
+
+</div>
+
+<div class="section"><h2>Apache Mailet<a name="Apache_Mailet"></a></h2>
+
+    <p>Apache Mailet 2.5.0 is the latest stable version. We have a source distribution of the release. You can download
+        the binaries from Maven Central, using groupId <strong>org.apache.james</strong></p>
+    <ul>
+        <li>All mailets, source (ZIP):
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.zip">apache-mailet-2.5.0-project.zip</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.zip.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.zip.md5">MD5</a>]
+        </li>
+        <li>All mailets, source (Unix TAR):
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.tar.gz">apache-mailet-2.5.0-project.tar.gz</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.tar.gz.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet/2.5.0/apache-mailet-2.5.0-project.tar.gz.md5">MD5</a>]
+        </li>
+        <li>Apache Mailet API, binary jar:
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-api/2.5.0/apache-mailet-api-2.5.0.jar">apache-mailet-api-2.5.0.jar</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-api/2.5.0/apache-mailet-api-2.5.0.jar.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-api/2.5.0/apache-mailet-api-2.5.0.jar.md5">MD5</a>]
+        </li>
+        <li>Apache Mailet Base, binary jar:
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-base/2.5.0/apache-mailet-base-2.5.0.jar">apache-mailet-base-2.5.0.jar</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-base/2.5.0/apache-mailet-base-2.5.0.jar.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-base/2.5.0/apache-mailet-base-2.5.0.jar.md5">MD5</a>]
+        </li>
+        <li>Apache Standard Mailet, binary jar:
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-standard/2.5.0/apache-mailet-standard-2.5.0.jar">apache-mailet-standard-2.5.0.jar</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-standard/2.5.0/apache-mailet-standard-2.5.0.jar.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-standard/2.5.0/apache-mailet-standard-2.5.0.jar.md5">MD5</a>]
+        </li>
+        <li>Apache AI Mailet, binary jar:
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-ai/2.5.0/apache-mailet-ai-2.5.0.jar">apache-mailet-ai-2.5.0.jar</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-ai/2.5.0/apache-mailet-ai-2.5.0.jar.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-ai/2.5.0/apache-mailet-ai-2.5.0.jar.md5">MD5</a>]
+        </li>
+        <li>
+            <div class="ui-widget">
+                <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
+                    <p>
+                        <span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
+                        Apache Crypto Mailets uses third party cryptography software including <tt>bcmail</tt> by &quot;The
+                        Legion of the Bouncy
+                        Castle&quot; <a class="externalLink"
+                                        href="http://www.bouncycastle.org">http://www.bouncycastle.org</a>.
+                    </p>
+                </div>
+            </div>
+            Apache Crypto Mailet, binary jar:
+            <a class="externalLink"
+               href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-crypto/2.5.0/apache-mailet-crypto-2.5.0.jar">apache-mailet-crypto-2.5.0.jar</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-crypto/2.5.0/apache-mailet-crypto-2.5.0.jar.asc">PGP</a>]
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/apache-mailet-crypto/2.5.0/apache-mailet-crypto-2.5.0.jar.md5">MD5</a>]
+        </li>
+        </li>
     </ul>
-    
-  </div>
 
-  <div class="section"><h2>Apache James Protocols<a name="Apache_James_Protocols"></a></h2>
-  
+</div>
+
+<div class="section"><h2>Apache James Protocols<a name="Apache_James_Protocols"></a></h2>
+
     <p>Apache James Protocols 1.6.2 is the latest stable version:</p>
     <ul>
-    <li>Source (Unix TAR): <a href="[preferred]/james/protocols/protocols-1.6.2-source-release.tar.gz">protocols-1.6.2-source-release.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/protocols/protocols-1.6.2-source-release.zip">protocols-1.6.2-source-release.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.zip.md5">MD5</a>]</li>
-    <li>Jars (including source and javadocs) for the modules are distributed through the standard 
-    <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/protocols">http://repo1.maven.org/maven2/org/apache/james/protocols</a>.</li>
+        <li>Source (Unix TAR): <a href="[preferred]/james/protocols/protocols-1.6.2-source-release.tar.gz">protocols-1.6.2-source-release.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.tar.gz.md5">MD5</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a href="[preferred]/james/protocols/protocols-1.6.2-source-release.zip">protocols-1.6.2-source-release.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/protocols/protocols-1.6.2-source-release.zip.md5">MD5</a>]
+        </li>
+        <li>Jars (including source and javadocs) for the modules are distributed through the standard
+            <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink"
+                                                                                                href="http://repo1.maven.org/maven2/org/apache/james/protocols">http://repo1.maven.org/maven2/org/apache/james/protocols</a>.
+        </li>
     </ul>
-  
-  </div>
 
-  <div class="section"><h2>Apache MPT<a name="Apache_MPT"></a></h2>
-  
+</div>
+
+<div class="section"><h2>Apache MPT<a name="Apache_MPT"></a></h2>
+
     <p>Apache MPT 0.1 is the latest stable version:</p>
     <ul>
-    
-    <li>Binary (Unix TAR): <a href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz">apache-james-mpt-0.1.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Binary (ZIP Format): <a href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip">apache-james-mpt-0.1.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip.md5">MD5</a>]</li>
-    
-    <li>Source (Unix TAR): <a href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz">apache-james-mpt-0.1-src.tar.gz</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip">apache-james-mpt-0.1-src.zip</a> [<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip.asc">PGP</a>][<a class="externalLink" href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip.md5">MD5</a>]</li>
-    
-    <li>Jars (including source and javadocs) for the modules are distributed through the standard 
-    <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/">http://repo1.maven.org/maven2/org/apache/james/</a>.</li>
-    </ul>
-  
-  </div>
 
-  <div class="section"><h2>Apache HUPA<a name="Apache_HUPA"></a></h2>
-  
-    <p>Apache HUPA 0.0.2 is the latest stable version:</p>
-    <ul>
-    
-    <li>Binary (Java WAR): <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war">hupa-0.0.2.war</a> [<a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war.asc">PGP</a>][<a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war.asc.md5">MD5</a>]</li>
-    
-    <li>Source (ZIP Format): <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2-source-release.zip">hupa-parent-0.0.2-source-release.zip</a> [<a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2-source-release.zip.asc">PGP</a>][<a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2.pom.asc.md5">MD5</a>]</li>
-    
-    <li>Jars (including source and javadocs) for the modules are distributed through the standard 
-    <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/james/hupa">http://repo1.maven.org/maven2/org/apache/james/hupa</a>.</li>
+        <li>Binary (Unix TAR): <a
+                href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz">apache-james-mpt-0.1.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.tar.gz.md5">MD5</a>]
+        </li>
+
+        <li>Binary (ZIP Format): <a
+                href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip">apache-james-mpt-0.1.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-bin.zip.md5">MD5</a>]
+        </li>
+
+        <li>Source (Unix TAR): <a
+                href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz">apache-james-mpt-0.1-src.tar.gz</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.tar.gz.md5">MD5</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a
+                href="[preferred]/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip">apache-james-mpt-0.1-src.zip</a>
+            [<a class="externalLink"
+                href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://www.apache.org/dist/james/apache-james-mpt/apache-james-mpt/0.1/apache-james-mpt-0.1-src.zip.md5">MD5</a>]
+        </li>
+
+        <li>Jars (including source and javadocs) for the modules are distributed through the standard
+            <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink"
+                                                                                                href="http://repo1.maven.org/maven2/org/apache/james/">http://repo1.maven.org/maven2/org/apache/james/</a>.
+        </li>
     </ul>
-  
-  </div>
 
+</div>
+
+<div class="section"><h2>Apache HUPA<a name="Apache_HUPA"></a></h2>
 
+    <p>Apache HUPA 0.0.2 is the latest stable version:</p>
+    <ul>
 
+        <li>Binary (Java WAR): <a class="externalLink"
+                                  href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war">hupa-0.0.2.war</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war.asc.md5">MD5</a>]
+        </li>
+
+        <li>Source (ZIP Format): <a class="externalLink"
+                                    href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2-source-release.zip">hupa-parent-0.0.2-source-release.zip</a>
+            [<a class="externalLink"
+                href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2-source-release.zip.asc">PGP</a>][<a
+                    class="externalLink"
+                    href="http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2.pom.asc.md5">MD5</a>]
+        </li>
+
+        <li>Jars (including source and javadocs) for the modules are distributed through the standard
+            <a class="externalLink" href="http://maven.apache.org">Maven</a> repositories on <a class="externalLink"
+                                                                                                href="http://repo1.maven.org/maven2/org/apache/james/hupa">http://repo1.maven.org/maven2/org/apache/james/hupa</a>.
+        </li>
+    </ul>
+
+</div>
+
+
+</div>
+</div>
+<div class="clear">
+    <hr/>
+</div>
+<div id="footer">
+    <div class="xright">Copyright &#169; 2006-2012
+        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+        All Rights Reserved.
 
-
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">Copyright &#169;                    2006-2012
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>
+    </div>
+    <div class="clear">
+        <hr/>
+    </div>
+</div>
+</body>
+</html>