Author: eric
Date: Fri Apr 8 09:35:26 2011
New Revision: 1090171
URL: http://svn.apache.org/viewvc?rev=1090171&view=rev
Log:
Be more precise on implemented IMAP RFCs (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=1090171&r1=1090170&r2=1090171&view=diff
==============================================================================
--- james/imap/trunk/src/site/xdoc/index.xml (original)
+++ james/imap/trunk/src/site/xdoc/index.xml Fri Apr 8 09:35:26 2011
@@ -35,14 +35,20 @@
<p><a
href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>RFC2060
IMAP4</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>Other RFCs of interest are:</p>
+ <p>Implemented RFCs:</p>
<ul>
- <li>http://www.ietf.org/rfc/rfc2342.txt</li>
- <li>http://www.ietf.org/rfc/rfc2683.txt</li>
- <li>http://www.ietf.org/rfc/rfc3501.txt</li>
- <li>http://www.ietf.org/rfc/rfc4315.txt</li>
- <li>http://www.ietf.org/rfc/rfc5256.txt</li>
- <li>http://www.ietf.org/rfc/rfc2177.txt</li>
+ <li>IMAP4rev1 (RFC 3501 http://www.ietf.org/rfc/rfc3501.txt)</li>
+ <li>IMAP4 Namespace (RFC 2342 http://www.ietf.org/rfc/rfc2342.txt)</li>
+ <li>IMAP4 IDLE command (RFC 2177
http://www.ietf.org/rfc/rfc2177.txt)</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>Other RFCs of interest we are looking at:</p>
+ <ul>
+ <li>IMAP4 UIDPLUS extension (RFC 4315
http://www.ietf.org/rfc/rfc4315.txt)</li>
+ <li>IMAP4 SORT and THREAD Extensions (RFC 5256
http://www.ietf.org/rfc/rfc5256.txt)</li>
</ul>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]