]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/standards.perl
t/imapd.t: skip dependent test on failure
[public-inbox.git] / Documentation / standards.perl
index 34ab829e2e32bc6f238bc397465a433af55f2b7e..0ac6cc525efea8ef10acf28b4000a96b9db24219 100755 (executable)
@@ -42,6 +42,20 @@ my $rfcs = [
        822 => 'Internet message format (1982)',
        2822 => 'Internet message format (2001)',
        5322 => 'Internet message format (2008)',
+       3501 => 'IMAP4rev1',
+       2177 => 'IMAP IDLE',
+       2683 => 'IMAP4 Implementation Recommendations',
+       # 5032 = 'WITHIN search extension for IMAP',
+       4978 => 'IMAP COMPRESS Extension',
+       # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result',
+       # 5256 => 'IMAP SORT and THREAD extensions',
+       # 5738 =>  'IMAP Support for UTF-8',
+       # 8474 => 'IMAP Extension for Object Identifiers',
+
+       # 8620 => JSON Meta Application Protocol (JMAP)
+       # 8621 => JSON Meta Application Protocol (JMAP) for Mail
+       # ...
+
        # TODO: flesh this out
 
 ];
@@ -62,6 +76,10 @@ print <<'EOF'
 Other relevant documentation
 ----------------------------
 
+* IMAP capabilities registry and response codes:
+  https://www.iana.org/assignments/imap-capabilities
+  https://www.iana.org/assignments/imap-response-codes
+
 * Documentation/technical/http-protocol.txt in git source code:
   https://public-inbox.org/git/9c5b6f0fac/s