X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fstandards.perl;h=c36afb5d718bc6725701594618934dcecce8f395;hb=d07ba9c30800225052d17ccca458afbfa05a8ff0;hp=34ab829e2e32bc6f238bc397465a433af55f2b7e;hpb=1dfaa3badaa01992f1b8713c18ebb5a3556cd79d;p=public-inbox.git diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 34ab829e..c36afb5d 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use strict; -# Copyright 2019-2020 all contributors +use v5.12; +# Copyright all contributors # License: AGPL-3.0+ print < 'NNTP', 977 => 'NNTP (old)', + 1036 => 'Standard for Interchange of USENET Messages', + 5536 => 'Netnews Article Format', + 5537 => 'Netnews Architecture and Protocols', + 1738 => 'Uniform resource locators', + 5092 => 'IMAP URL scheme', + 5538 => 'NNTP URI schemes', 6048 => 'NNTP additions to LIST command (TODO)', 8054 => 'NNTP compression', 4642 => 'NNTP TLS', @@ -42,8 +48,31 @@ my $rfcs = [ 822 => 'Internet message format (1982)', 2822 => 'Internet message format (2001)', 5322 => 'Internet message format (2008)', - # TODO: flesh this out + 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 + # ... + + # examples/unsubscribe.milter and PublicInbox::Unsubscribe + 2369 => 'URLs as Meta-Syntax for Core Mail List Commands', + 8058 => 'Signaling One-Click Functionality for List Email Headers', + + 1081 => 'Post Office Protocol – Version 3', + 1939 => 'Post Office Protocol – Version 3 (STD 53)', + 2449 => 'POP3 extension mechanism', + 2595 => 'STARTTLS for IMAP and POP3', + 2384 => 'POP URL Scheme', + # TODO: flesh this out ]; my @rfc_urls = qw(tools.ietf.org/html/rfc%d @@ -62,6 +91,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 @@ -74,6 +107,6 @@ Other relevant documentation Copyright --------- -Copyright (C) 2019-2020 all contributors +Copyright (C) all contributors License: AGPL-3.0+ EOF