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 er...@apache.org on 2012/04/19 09:18:19 UTC

svn commit: r1327849 - in /james/site/trunk/www/protocols: changes.html imap4.html index.html license.html pop3.html project-info.html project-reports.html smtp.html source-code.html team-list.html

Author: eric
Date: Thu Apr 19 07:18:18 2012
New Revision: 1327849

URL: http://svn.apache.org/viewvc?rev=1327849&view=rev
Log:
publish protocols website with imap4 and pop3

Added:
    james/site/trunk/www/protocols/imap4.html
    james/site/trunk/www/protocols/pop3.html
    james/site/trunk/www/protocols/smtp.html
Modified:
    james/site/trunk/www/protocols/changes.html
    james/site/trunk/www/protocols/index.html
    james/site/trunk/www/protocols/license.html
    james/site/trunk/www/protocols/project-info.html
    james/site/trunk/www/protocols/project-reports.html
    james/site/trunk/www/protocols/source-code.html
    james/site/trunk/www/protocols/team-list.html

Modified: james/site/trunk/www/protocols/changes.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/changes.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/changes.html (original)
+++ james/site/trunk/www/protocols/changes.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -37,7 +37,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -77,7 +77,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -121,6 +121,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>

Added: james/site/trunk/www/protocols/imap4.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/imap4.html?rev=1327849&view=auto
==============================================================================
--- james/site/trunk/www/protocols/imap4.html (added)
+++ james/site/trunk/www/protocols/imap4.html Thu Apr 19 07:18:18 2012
@@ -0,0 +1,309 @@
+<?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 Apr 19, 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>
+  Apache James Protocols IMAP4</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 Protocols IMAP4" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
+    <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>
+    </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../server/index.html" id="bannerLeft" title="james-server-logo.gif">
+              
+                                                                            
+        <img src="images/logos/james-server-logo.gif" alt="James Server" />
+                </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-04-19</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="index.html" title="Protocols">Protocols</a>
+            |
+                        <a href="../imap/index.html" title="IMAP">IMAP</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>Documentation</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Introduction">Introduction</a>
+            </li>
+                  <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+            <strong>IMAP4</strong>
+          </li>
+                  <li class="none">
+                          <a href="source-code.html" title="Source Code">Source Code</a>
+            </li>
+          </ul>
+                       <h5>References</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="Javadoc">Javadoc</a>
+            </li>
+                  <li class="none">
+                          <a href="https://issues.apache.org/jira/browse/PROTOCOLS" title="Issue Tracker">Issue Tracker</a>
+            </li>
+          </ul>
+                       <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 govaerning permissions and limitations
+  under the License. -->
+
+ 
+
+  <div class="section"><h2>What Is Apache James Protocols IMAP4?<a name="What_Is_Apache_James_Protocols_IMAP4"></a></h2>
+    <p>A library providing a flexible codec for IMAP4, command processors 
+       and a sample data access layer.</p>
+     <p>In combination with a socket layer, and a mailbox persistence, 
+         this library can be used to create an IMAP server.</p>
+    <p><a class="externalLink" href="http://james.apache.org/server/rfclist/imap4/rfc2060.txt">RFC 2060 IMAP4rev1</a> 
+       is functionally complete, tested and usable. The data access layer is still 
+       under optimization on performance perspectives. API is susceptible to change.</p>
+    <p>You can <a class="externalLink" href="http://james.apache.org/download.cgi">download</a> current 0.3 release. 
+       The <a href="apidocs/">API</a> are susceptible to evolve.</p>
+     <p>There are many extensions defined for IMAP (see a list <a class="externalLink" href="http://www.iana.org/assignments/imap4-capabilities">here</a>)</p>
+     <p>Apache James IMAP implements the following:</p>
+     <ul>
+       <li>IMAP4rev1 (RFC 3501 http://www.ietf.org/rfc/rfc3501.txt)</li>
+       <li>NAMESPACE (in release 0.2) (RFC 2342 http://www.ietf.org/rfc/rfc2342.txt)</li>
+       <li>IDLE (in release 0.2)  (RFC 2177 http://www.ietf.org/rfc/rfc2177.txt)</li>
+       <li>LITERAL+ (in release 0.2)</li>
+       <li>CHILDREN (in release 0.2)</li>
+       <li>WITHIN (in release 0.2)</li>
+       <li>UIDPLUS (in release 0.2)</li>
+       <li>UNSELECT (in release 0.2)</li>
+       <li>I18NLEVEL=1 (in release 0.2.1)</li>
+       <li>ESEARCH (in release 0.2.1)</li>
+       <li>SEARCHRES (in release 0.2.1)</li>
+       <li>AUTH=PLAIN (in release 0.2.1)</li>
+       <li>SASL-IR (in release 0.2.1)</li>
+       <li>ENABLE (in release 0.2.1)</li>
+       <li>CONDSTORE (RFC 4551 http://www.ietf.org/rfc/rfc4551.txt in release 0.3)</li>
+       <li>RESYNCH (RFC 5162 http://www.ietf.org/rfc/rfc5162.txt in trunk)</li>
+     </ul>
+     <p>We follow RFC2683 recommandations for our implementations:</p>
+     <ul>
+       <li>IMAP4 Implementation Recommandations (RFC 2683 http://www.ietf.org/rfc/rfc2683.txt)</li>
+     </ul>
+     <p>Interesting features:</p>
+     <ul>
+       <li>Users FLAGS</li>
+     </ul>
+     <p>Other RFCs of interest we are looking at:</p>
+     <ul>
+       <li>IMAP4 SORT and THREAD Extensions (RFC 5256 http://www.ietf.org/rfc/rfc5256.txt)</li>
+     </ul>
+     <p>We have <a class="externalLink" href="http://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">integration tests</a> for IMAP.</p>
+     <p>Our implementation is also tested against external tools such as <a class="externalLink" href="http://www.imapwiki.org/ImapTest">http://www.imapwiki.org/ImapTest</a>.</p>
+  </div>
+
+  <div class="section"><h2>Apache James IMAP in Server and as component<a name="Apache_James_IMAP_in_Server_and_as_component"></a></h2>
+    <p><a class="externalLink" href="http://james.apache.org/server/3">Apache James Server 3</a> supports IMAP 
+       (using this library).</p>
+    <p>The <a href="source-code.html">source code</a> page contains information on how 
+       to develop on James IMAP.</p>
+    <img src="images/uml/org.apache.james.imap-package.png" alt="" />
+  </div>
+
+
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;                    2010-2012
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: james/site/trunk/www/protocols/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/index.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/index.html (original)
+++ james/site/trunk/www/protocols/index.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -37,7 +37,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -77,7 +77,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -121,6 +121,15 @@
             <strong>Introduction</strong>
           </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>
@@ -233,10 +242,9 @@
        
   <div class="section"><h2>Apache James Protocols in Server and as Component<a name="Apache_James_Protocols_in_Server_and_as_Component"></a></h2>
     <p>The framework is currently used by James Server in conjunction with Netty to provide a 
-       high performance and extensible SMTP and POP3 Server.</p>
-    <p>At the moment only the SMTP and POP3 protocols are included, but others will follow such as IMAP.</p>
-    <p>You can read more about protocols used for SMTP in James Server 
-       on the <a class="externalLink" href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">SMTP Hooks</a> page.</p>
+       high performance and extensible <a href="smtp.html">SMTP</a>, 
+       <a href="pop3.html">POP3</a> and <a href="imap4.html">IMAP4</a> Server.</p>
+    <p>At the moment those 3 standard mail protocols are included, but others will follow.</p>
   </div>
 
   <div class="section"><h2>Develop with Apache James Protocols<a name="Develop_with_Apache_James_Protocols"></a></h2>

Modified: james/site/trunk/www/protocols/license.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/license.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/license.html (original)
+++ james/site/trunk/www/protocols/license.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -36,7 +36,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -76,7 +76,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -120,6 +120,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>

Added: james/site/trunk/www/protocols/pop3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/pop3.html?rev=1327849&view=auto
==============================================================================
--- james/site/trunk/www/protocols/pop3.html (added)
+++ james/site/trunk/www/protocols/pop3.html Thu Apr 19 07:18:18 2012
@@ -0,0 +1,258 @@
+<?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 Apr 19, 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>
+  Apache James Protocols POP3</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" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
+    <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>
+    </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../server/index.html" id="bannerLeft" title="james-server-logo.gif">
+              
+                                                                            
+        <img src="images/logos/james-server-logo.gif" alt="James Server" />
+                </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-04-19</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="index.html" title="Protocols">Protocols</a>
+            |
+                        <a href="../imap/index.html" title="IMAP">IMAP</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>Documentation</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Introduction">Introduction</a>
+            </li>
+                  <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+            <strong>POP3</strong>
+          </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
+                          <a href="source-code.html" title="Source Code">Source Code</a>
+            </li>
+          </ul>
+                       <h5>References</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="Javadoc">Javadoc</a>
+            </li>
+                  <li class="none">
+                          <a href="https://issues.apache.org/jira/browse/PROTOCOLS" title="Issue Tracker">Issue Tracker</a>
+            </li>
+          </ul>
+                       <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 govaerning permissions and limitations
+  under the License. -->
+
+ 
+
+  <div class="section"><h2>Apache James Protocols POP3<a name="Apache_James_Protocols_POP3"></a></h2>
+  </div>
+
+
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;                    2010-2012
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: james/site/trunk/www/protocols/project-info.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/project-info.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/project-info.html (original)
+++ james/site/trunk/www/protocols/project-info.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -36,7 +36,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -76,7 +76,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -120,6 +120,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>

Modified: james/site/trunk/www/protocols/project-reports.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/project-reports.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/project-reports.html (original)
+++ james/site/trunk/www/protocols/project-reports.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -36,7 +36,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -76,7 +76,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -120,6 +120,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>

Added: james/site/trunk/www/protocols/smtp.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/smtp.html?rev=1327849&view=auto
==============================================================================
--- james/site/trunk/www/protocols/smtp.html (added)
+++ james/site/trunk/www/protocols/smtp.html Thu Apr 19 07:18:18 2012
@@ -0,0 +1,258 @@
+<?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 Apr 19, 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>
+  Apache James Protocols SMTP</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" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
+    <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>
+    </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../server/index.html" id="bannerLeft" title="james-server-logo.gif">
+              
+                                                                            
+        <img src="images/logos/james-server-logo.gif" alt="James Server" />
+                </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-04-19</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="index.html" title="Protocols">Protocols</a>
+            |
+                        <a href="../imap/index.html" title="IMAP">IMAP</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>Documentation</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Introduction">Introduction</a>
+            </li>
+                  <li class="none">
+            <strong>SMTP</strong>
+          </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
+                          <a href="source-code.html" title="Source Code">Source Code</a>
+            </li>
+          </ul>
+                       <h5>References</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="Javadoc">Javadoc</a>
+            </li>
+                  <li class="none">
+                          <a href="https://issues.apache.org/jira/browse/PROTOCOLS" title="Issue Tracker">Issue Tracker</a>
+            </li>
+          </ul>
+                       <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 govaerning permissions and limitations
+  under the License. -->
+
+ 
+
+  <div class="section"><h2>Apache James Protocols SMTP<a name="Apache_James_Protocols_SMTP"></a></h2>
+  </div>
+
+
+
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;                    2010-2012
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: james/site/trunk/www/protocols/source-code.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/source-code.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/source-code.html (original)
+++ james/site/trunk/www/protocols/source-code.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -37,7 +37,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -77,7 +77,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -121,6 +121,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
             <strong>Source Code</strong>
           </li>
           </ul>
@@ -234,6 +243,12 @@
     </div>
   </div>
 
+  <div class="section"><h2>Build Source Code<a name="Build_Source_Code"></a></h2>
+    <p>You can read a tutorial on how to build Apache James Server on <a class="externalLink" href="http://james.apache.org/server/3/dev-build.html">http://james.apache.org/server/3/dev-build.html</a>.</p>
+    <p>The SVN URLs and the project names must be adapted, but the requirements and process are the same and you can inspire
+       from the build the Apache James IMAP libraries.</p>
+  </div>
+
   <div class="section"><h2>Source Organization<a name="Source_Organization"></a></h2>
     <div class="section"><h3>Modules<a name="Modules"></a></h3>
       <div style="float:left; margin=4px;">
@@ -252,6 +267,36 @@
     </div>
   </div>
 
+  <div class="section"><h2>IMAP4 Source Code<a name="IMAP4_Source_Code"></a></h2>
+    <div class="section"><h3>Modules<a name="Modules"></a></h3>
+      <div style="float:left; margin:4px;">
+        <img src="images/uml/org.apache.james.imap-withtest-package.png" alt="" />
+      </div>
+    </div>
+    <div style="clear:both; float:none;" />
+    <div class="section"><h3>Apache James IMAP API<a name="Apache_James_IMAP_API"></a></h3>
+      <p><tt>apache-james-imap-api</tt> contains the interfaces, exceptions and Constants needed by the other projects.</p>
+      <p>The following diagram represents some key (not all) interfaces of the IMAP API project.</p>
+<!-- Add an updated image... -->
+<!-- <img src="images/uml/org.apache.james.imap.api.png"/> -->
+    </div>
+    <div class="section"><h3>Apache James IMAP Message<a name="Apache_James_IMAP_Message"></a></h3>
+      <p><tt>apache-james-imap-message</tt> allows to encode, decode and structure the IMAP requests and responses.</p>
+      <p>It will provide among other the ImapRequestMessage and ImapResponseMessage implementation to be processed
+         by the apache-james-imap-processor project.</p>
+    </div>
+    <div class="section"><h3>Apache James IMAP Processor<a name="Apache_James_IMAP_Processor"></a></h3>
+      <p><tt>apache-james-imap-processor</tt> implements the Chain Of Responsibility design pattern.</p>
+      <p>ImapRequestMessage and ImapResponder will be passed to the list of Processors that 
+         will execute doProcess if applicable.</p>
+    </div>
+    <div class="section"><h3>Apache James Integeration Test<a name="Apache_James_Integeration_Test"></a></h3>
+      <p>A <a class="externalLink" href="https://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">specific integration project</a> is 
+      responsible to test the IMAP protocol in conjunction with the <a class="externalLink" href="http://james.apache.org/mailbox">Apache James mailbox</a> components.</p>
+    </div>
+    
+  </div>
+    
 
 
 

Modified: james/site/trunk/www/protocols/team-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/protocols/team-list.html?rev=1327849&r1=1327848&r2=1327849&view=diff
==============================================================================
--- james/site/trunk/www/protocols/team-list.html (original)
+++ james/site/trunk/www/protocols/team-list.html Thu Apr 19 07:18:18 2012
@@ -18,7 +18,7 @@
   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 Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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" />
@@ -36,7 +36,7 @@
     <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="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20120419" />
     <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"/>
@@ -76,7 +76,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2012-04-19</span>
                       </div>
             <div class="xright">                    <a href="../index.html" title="Home">Home</a>
             |
@@ -120,6 +120,15 @@
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
                   <li class="none">
+                          <a href="smtp.html" title="SMTP">SMTP</a>
+            </li>
+                  <li class="none">
+                          <a href="pop3.html" title="POP3">POP3</a>
+            </li>
+                  <li class="none">
+                          <a href="imap4.html" title="IMAP4">IMAP4</a>
+            </li>
+                  <li class="none">
                           <a href="source-code.html" title="Source Code">Source Code</a>
             </li>
           </ul>