Author: rdonkin
Date: Mon Nov 17 13:31:53 2008
New Revision: 718390

URL: http://svn.apache.org/viewvc?rev=718390&view=rev
Log:
Initial web site

Added:
    james/protocols/imap/trunk/src/   (with props)
    james/protocols/imap/trunk/src/site/
    james/protocols/imap/trunk/src/site/resources/
    james/protocols/imap/trunk/src/site/resources/images/
    james/protocols/imap/trunk/src/site/resources/images/asf-logo-reduced.gif   
(with props)
    james/protocols/imap/trunk/src/site/resources/images/james-imap-logo.gif   
(with props)
    james/protocols/imap/trunk/src/site/site.xml
    james/protocols/imap/trunk/src/site/xdoc/
    james/protocols/imap/trunk/src/site/xdoc/index.xml

Propchange: james/protocols/imap/trunk/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 17 13:31:53 2008
@@ -0,0 +1 @@
+.*

Added: james/protocols/imap/trunk/src/site/resources/images/asf-logo-reduced.gif
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/src/site/resources/images/asf-logo-reduced.gif?rev=718390&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/protocols/imap/trunk/src/site/resources/images/asf-logo-reduced.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/protocols/imap/trunk/src/site/resources/images/james-imap-logo.gif
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/src/site/resources/images/james-imap-logo.gif?rev=718390&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/protocols/imap/trunk/src/site/resources/images/james-imap-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/protocols/imap/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/src/site/site.xml?rev=718390&view=auto
==============================================================================
--- james/protocols/imap/trunk/src/site/site.xml (added)
+++ james/protocols/imap/trunk/src/site/site.xml Mon Nov 17 13:31:53 2008
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+       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.    
+-->
+<project name='IMAP'>
+       <bannerLeft>
+               <name>James Project</name>
+               <src>images/james-imap-logo.gif</src>
+               <href>http://james.apache.org/index.html</href>
+       </bannerLeft>
+
+       <bannerRight>
+               <name>The Apache Software Foundation</name>
+               <src>images/asf-logo-reduced.gif</src>
+               <href>http://www.apache.org/index.html</href>
+       </bannerRight>
+
+       <skin>
+               <groupId>org.apache.james</groupId>
+               <artifactId>maven-skin</artifactId>
+               <version>1.2-SNAPSHOT</version>
+       </skin>
+       <body>
+
+
+               <menu ref="reports" />
+
+               <menu name="Useful Information">
+                       <item name="Get Involved"
+                               
href="http://jakarta.apache.org/site/getinvolved.html"; />
+                       <item name="Reference Library"
+                               
href="http://jakarta.apache.org/site/library.html"; />
+               </menu>
+
+               <menu name="The Apache Software Foundation">
+                       <item name="FAQ"
+                               href="http://apache.org/foundation/faq.html"; />
+                       <item name="Sponsorship"
+                               
href="http://apache.org/foundation/sponsorship.html"; />
+                       <item name="Donations"
+                               
href="http://apache.org/foundation/contributing.html"; />
+                       <item name="Thanks"
+                               href="http://apache.org/foundation/thanks.html"; 
/>
+               </menu>
+       </body>
+
+</project>

Added: james/protocols/imap/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/src/site/xdoc/index.xml?rev=718390&view=auto
==============================================================================
--- james/protocols/imap/trunk/src/site/xdoc/index.xml (added)
+++ james/protocols/imap/trunk/src/site/xdoc/index.xml Mon Nov 17 13:31:53 2008
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<document>
+
+ <properties>
+  <title>Apache James IMAP</title>
+  <author email="[email protected]">Apache James Project</author>
+ </properties>
+
+<body>
+<section name='Introduction'>
+<subsection name="What Is James IMAP?">
+<p>
+A library providing a flexible codec for IMAP, command processors 
+and a sample data access layer. In combination with a socket layer,
+this library can be used to create an IMAP server.
+</p>
+</subsection>
+<subsection name='What Is The Status Of James IMAP?'>
+<p>
+<a href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>RFC2060</a> 
is functionally complete, tested 
+and usable. However, the data access layer is considered unsatisfactory from 
+design and performance perspectives. Database schema and API changes are 
expected.
+</p>
+</subsection>
+<subsection name='Is IMAP Available In James?'>
+<p>
+<a href='http://james.apache.org/server'>JAMES Server 3</a> will support IMAP 
(using this library).
+A backport to <a href='http://james.apache.org/server'>JAMES Server 2.x</a> 
would require
+a volunteer.
+</p>
+</subsection>
+</section>
+</body>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to