imapext-2007

annotate docs/rfc/README @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
rev   line source
yuuji@0 1 The following documents are necessary to understand the syntax rules
yuuji@0 2 most of the remaining documents. Note that some documents refer to
yuuji@0 3 RFC 2234 which has been replaced by RFC 5234:
yuuji@0 4 rfc5234.txt Augmented BNF for Syntax Specifications - ABNF
yuuji@0 5 rfc4466.txt Collected Extensions to IMAP4 ABNF
yuuji@0 6
yuuji@0 7
yuuji@0 8 The following documents specify the IMAP protocol:
yuuji@0 9 rfc3501.txt Internet Message Access Protocol - Version 4rev1
yuuji@0 10
yuuji@0 11
yuuji@0 12 The following documents provide additional information which is useful
yuuji@0 13 in understanding the IMAP protocol:
yuuji@0 14 rfc1733.txt Distributed Electronic Mail Models in IMAP4
yuuji@0 15 rfc2180.txt IMAP4 Multi-Accessed Mailbox Practice
yuuji@0 16 rfc2683.txt IMAP4 Implementation Recommendations
yuuji@0 17 rfc4549.txt Synchronization Operations for Disconnected IMAP4 Clients
yuuji@0 18
yuuji@0 19
yuuji@0 20 The following documents describe extensions to the IMAP protocol.
yuuji@0 21 Items marked with "*" are supported in this distribution:
yuuji@0 22 rfc4314.txt ACL
yuuji@0 23 * rfc3516.txt BINARY
yuuji@0 24 rfc4469.txt CATENATE
yuuji@0 25 * rfc3348.txt CHILDREN
yuuji@0 26 rfc4978.txt COMPRESS
yuuji@0 27 rfc4551.txt CONDSTORE
yuuji@0 28 rfc5161.txt ENABLE
yuuji@0 29 * rfc4731.txt ESEARCH
yuuji@0 30 rfc2971.txt ID
yuuji@0 31 * rfc2177.txt IDLE
yuuji@0 32 * rfc2088.txt LITERAL+
yuuji@0 33 * rfc2221.txt LOGIN-REFERRALS
yuuji@0 34 * rfc2193.txt MAILBOX-REFERRALS
yuuji@0 35 * rfc3502.txt MULTIAPPEND
yuuji@0 36 * rfc2342.txt NAMESPACE
yuuji@0 37 rfc5162.txt QRESYNC
yuuji@0 38 rfc2087.txt QUOTA
yuuji@0 39 * rfc4959.txt SASL-IR
yuuji@0 40 * rfc4315.txt UIDPLUS
yuuji@0 41 * rfc3691.txt UNSELECT
yuuji@0 42 rfc4467.txt URLAUTH
yuuji@0 43 * rfc5032.txt WITHIN
yuuji@0 44
yuuji@0 45
yuuji@0 46 The following documents describe SASL:
yuuji@0 47 rfc4422.txt Simple Authentication and Security Layer (SASL)
yuuji@0 48 and the SASL mechanisms supported in this distribution:
yuuji@0 49 rfc4505.txt ANONYMOUS
yuuji@0 50 rfc2195.txt CRAM-MD5
yuuji@0 51 rfc4752.txt GSSAPI
yuuji@0 52 rfc4616.txt PLAIN
yuuji@0 53
yuuji@0 54
yuuji@0 55 The following documents relate to internationalization issues:
yuuji@0 56 rfc4790.txt Internet Application Protocol Collation Registry
yuuji@0 57 rfc5051.txt i;unicode-casemap - Simple Unicode Collation Algorithm
yuuji@0 58
yuuji@0 59
yuuji@0 60 The following documents are primarily of historic interest:
yuuji@0 61 rfc1732.txt IMAP4 Compatibility with IMAP2 and IMAP2bis
yuuji@0 62 rfc2061.txt IMAP4 Compatibility with IMAP2bis
yuuji@0 63 rfc2062.txt Internet Message Access Protocol - Obsolete Syntax
yuuji@0 64
yuuji@0 65
yuuji@0 66 The following documents discuss matters which are related to IMAP:
yuuji@0 67 rfc3503.txt MDN Profile for IMAP
yuuji@0 68 rfc3656.txt MUPDATE Distributed Mailbox Database Protocol
yuuji@0 69 rfc4468.txt Message Submission BURL Extension
yuuji@0 70 rfc5092.txt IMAP URL Scheme

UW-IMAP'd extensions by yuuji