Author: eric Date: Sat Jul 16 12:45:36 2011 New Revision: 1147423 URL: http://svn.apache.org/viewvc?rev=1147423&view=rev Log: Update IMAP index page to reflect trunk status (IMAP-273)
Modified: james/imap/trunk/src/site/xdoc/index.xml Modified: james/imap/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/james/imap/trunk/src/site/xdoc/index.xml?rev=1147423&r1=1147422&r2=1147423&view=diff ============================================================================== --- james/imap/trunk/src/site/xdoc/index.xml (original) +++ james/imap/trunk/src/site/xdoc/index.xml Sat Jul 16 12:45:36 2011 @@ -22,7 +22,7 @@ <properties> <title>Introduction</title> - <author email="server-dev@james.apache.org">Apache James Project</author> + <author email="server-dev@james.apache.org">Apache James IMAP</author> </properties> <body> @@ -32,7 +32,7 @@ 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 href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>RFC2060 IMAP4rev1</a> + <p><a 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>There are many extensions defined for IMAP (see a list <a href="http://www.iana.org/assignments/imap4-capabilities">here</a>)</p> @@ -52,6 +52,8 @@ <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 trunk)</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> @@ -66,13 +68,12 @@ <li>IMAP4 SORT and THREAD Extensions (RFC 5256 http://www.ietf.org/rfc/rfc5256.txt)</li> </ul> <p>We have <a href="http://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">integration tests</a> for IMAP.</p> - <p>Our implementation is also tested agains external tools such as <a href="http://www.imapwiki.org/ImapTest">http://www.imapwiki.org/ImapTest</a>.</p> + <p>Our implementation is also tested against external tools such as <a href="http://www.imapwiki.org/ImapTest">http://www.imapwiki.org/ImapTest</a>.</p> </section> <section name='Apache James IMAP in Server and as component'> <p><a href='http://james.apache.org/server/3'>Apache James Server 3</a> supports IMAP - (using this library). A backport to <a href='http://james.apache.org/server/2/'>Apache James - Server 2.3.2</a> would require a volunteer.</p> + (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"/> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org