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:13:02 UTC

svn commit: r1327844 - in /james/site/trunk/www/imap: index.html license.html project-info.html project-reports.html source-code.html team-list.html

Author: eric
Date: Thu Apr 19 07:13:02 2012
New Revision: 1327844

URL: http://svn.apache.org/viewvc?rev=1327844&view=rev
Log:
publish imap web site that informs of move to protocols (PROTOCOLS-73)

Modified:
    james/site/trunk/www/imap/index.html
    james/site/trunk/www/imap/license.html
    james/site/trunk/www/imap/project-info.html
    james/site/trunk/www/imap/project-reports.html
    james/site/trunk/www/imap/source-code.html
    james/site/trunk/www/imap/team-list.html

Modified: james/site/trunk/www/imap/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/index.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/index.html (original)
+++ james/site/trunk/www/imap/index.html Thu Apr 19 07:13:02 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" />
@@ -38,7 +38,7 @@
     <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 IMAP" />
-    <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"/>
@@ -78,7 +78,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,18 +121,6 @@
                   <li class="none">
             <strong>Introduction</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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>
@@ -219,63 +207,23 @@
   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
+  specific language govaerning permissions and limitations
   under the License. -->
 
  
 
-  <div class="section"><h2>What Is Apache James IMAP?<a name="What_Is_Apache_James_IMAP"></a></h2>
-    <p>A library providing a flexible codec for IMAP, 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 is moved to Protocols<a name="Apache_James_IMAP_is_moved_to_Protocols"></a></h2>
+  
+    <div class="ui-widget">
+      <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;"> 
+        <p><span class="ui-icon ui-icon-alert" style="float: center margin-right: .3em;"></span>
+        <b>Hey!</b> IMAP has moved!
+        </p>
+      </div>
+    </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="" />
+    <p style="align:center;">Apache James IMAP has been moved to <a href="../protocols/index.html">Apache James Protocols</a>.</p>
+  
   </div>
 
 

Modified: james/site/trunk/www/imap/license.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/license.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/license.html (original)
+++ james/site/trunk/www/imap/license.html Thu Apr 19 07:13:02 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>
             |
@@ -119,18 +119,6 @@
                   <li class="none">
                           <a href="index.html" title="Introduction">Introduction</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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>

Modified: james/site/trunk/www/imap/project-info.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/project-info.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/project-info.html (original)
+++ james/site/trunk/www/imap/project-info.html Thu Apr 19 07:13:02 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>
             |
@@ -119,18 +119,6 @@
                   <li class="none">
                           <a href="index.html" title="Introduction">Introduction</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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>

Modified: james/site/trunk/www/imap/project-reports.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/project-reports.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/project-reports.html (original)
+++ james/site/trunk/www/imap/project-reports.html Thu Apr 19 07:13:02 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>
             |
@@ -119,18 +119,6 @@
                   <li class="none">
                           <a href="index.html" title="Introduction">Introduction</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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>

Modified: james/site/trunk/www/imap/source-code.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/source-code.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/source-code.html (original)
+++ james/site/trunk/www/imap/source-code.html Thu Apr 19 07:13:02 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" />
@@ -38,7 +38,7 @@
     <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 Project" />
-    <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"/>
@@ -78,7 +78,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,18 +121,6 @@
                   <li class="none">
                           <a href="index.html" title="Introduction">Introduction</a>
             </li>
-                  <li class="none">
-            <strong>Source Code</strong>
-          </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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>

Modified: james/site/trunk/www/imap/team-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/imap/team-list.html?rev=1327844&r1=1327843&r2=1327844&view=diff
==============================================================================
--- james/site/trunk/www/imap/team-list.html (original)
+++ james/site/trunk/www/imap/team-list.html Thu Apr 19 07:13:02 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>
             |
@@ -119,18 +119,6 @@
                   <li class="none">
                           <a href="index.html" title="Introduction">Introduction</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/IMAP" title="Issue Tracker">Issue Tracker</a>
-            </li>
           </ul>
                        <h5>About James</h5>
                   <ul>