X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fstandards.perl;h=1c56830e9b976c8d4aae1952a0a5c4820317e51e;hb=2fcf2b14a9ce3336af3f58fd23bc18f9a6876718;hp=76c8c4323cbc31edb66f251ce203a4cd0c69df58;hpb=faa0f744db6047db0594baf00535cc8122211ede;p=public-inbox.git diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 76c8c432..1c56830e 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -25,6 +25,9 @@ EOF my $rfcs = [ 3977 => 'NNTP', 977 => 'NNTP (old)', + 1036 => 'Standard for Interchange of USENET Messages', + 5536 => 'Netnews Article Format', + 5537 => 'Netnews Architecture and Protocols', 6048 => 'NNTP additions to LIST command (TODO)', 8054 => 'NNTP compression', 4642 => 'NNTP TLS', @@ -39,7 +42,23 @@ my $rfcs = [ 2616 => 'HTTP/1.1 (newer updates should apply, too)', 7230 => 'HTTP/1.1 message syntax and routing', 7231 => 'HTTP/1.1 semantics and content', - 2822 => 'Internet message format', + 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 ]; @@ -60,6 +79,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