imapext-2007

diff docs/rfc/README @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/rfc/README	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,70 @@
     1.4 +The following documents are necessary to understand the syntax rules
     1.5 +most of the remaining documents.  Note that some documents refer to
     1.6 +RFC 2234 which has been replaced by RFC 5234:
     1.7 +   rfc5234.txt	Augmented BNF for Syntax Specifications - ABNF
     1.8 +   rfc4466.txt	Collected Extensions to IMAP4 ABNF
     1.9 +
    1.10 +
    1.11 +The following documents specify the IMAP protocol:
    1.12 +   rfc3501.txt	Internet Message Access Protocol - Version 4rev1
    1.13 +
    1.14 +
    1.15 +The following documents provide additional information which is useful
    1.16 +in understanding the IMAP protocol:
    1.17 +   rfc1733.txt	Distributed Electronic Mail Models in IMAP4
    1.18 +   rfc2180.txt	IMAP4 Multi-Accessed Mailbox Practice
    1.19 +   rfc2683.txt	IMAP4 Implementation Recommendations
    1.20 +   rfc4549.txt	Synchronization Operations for Disconnected IMAP4 Clients
    1.21 +
    1.22 +
    1.23 +The following documents describe extensions to the IMAP protocol.
    1.24 +Items marked with "*" are supported in this distribution:
    1.25 +   rfc4314.txt	ACL
    1.26 + * rfc3516.txt	BINARY
    1.27 +   rfc4469.txt	CATENATE
    1.28 + * rfc3348.txt	CHILDREN
    1.29 +   rfc4978.txt	COMPRESS
    1.30 +   rfc4551.txt	CONDSTORE
    1.31 +   rfc5161.txt	ENABLE
    1.32 + * rfc4731.txt	ESEARCH
    1.33 +   rfc2971.txt	ID
    1.34 + * rfc2177.txt	IDLE
    1.35 + * rfc2088.txt	LITERAL+
    1.36 + * rfc2221.txt	LOGIN-REFERRALS
    1.37 + * rfc2193.txt	MAILBOX-REFERRALS
    1.38 + * rfc3502.txt	MULTIAPPEND
    1.39 + * rfc2342.txt	NAMESPACE
    1.40 +   rfc5162.txt	QRESYNC
    1.41 +   rfc2087.txt	QUOTA
    1.42 + * rfc4959.txt	SASL-IR
    1.43 + * rfc4315.txt	UIDPLUS
    1.44 + * rfc3691.txt	UNSELECT
    1.45 +   rfc4467.txt	URLAUTH
    1.46 + * rfc5032.txt	WITHIN
    1.47 +
    1.48 +
    1.49 +The following documents describe SASL:
    1.50 +   rfc4422.txt	Simple Authentication and Security Layer (SASL)
    1.51 +and the SASL mechanisms supported in this distribution:
    1.52 +   rfc4505.txt	ANONYMOUS
    1.53 +   rfc2195.txt	CRAM-MD5
    1.54 +   rfc4752.txt	GSSAPI
    1.55 +   rfc4616.txt	PLAIN
    1.56 +
    1.57 +
    1.58 +The following documents relate to internationalization issues:
    1.59 +   rfc4790.txt	Internet Application Protocol Collation Registry
    1.60 +   rfc5051.txt	i;unicode-casemap - Simple Unicode Collation Algorithm
    1.61 +
    1.62 +
    1.63 +The following documents are primarily of historic interest:
    1.64 +   rfc1732.txt	IMAP4 Compatibility with IMAP2 and IMAP2bis
    1.65 +   rfc2061.txt	IMAP4 Compatibility with IMAP2bis
    1.66 +   rfc2062.txt	Internet Message Access Protocol - Obsolete Syntax
    1.67 +
    1.68 +
    1.69 +The following documents discuss matters which are related to IMAP:
    1.70 +   rfc3503.txt	MDN Profile for IMAP
    1.71 +   rfc3656.txt	MUPDATE Distributed Mailbox Database Protocol
    1.72 +   rfc4468.txt	Message Submission BURL Extension
    1.73 +   rfc5092.txt	IMAP URL Scheme

UW-IMAP'd extensions by yuuji