]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/standards.perl
examples/unsubscribe.milter: RFC 8058 (List-Unsubscribe=One-Click)
[public-inbox.git] / Documentation / standards.perl
index 1c56830e9b976c8d4aae1952a0a5c4820317e51e..69568ceb3ce9887abd6804eddea3936e4dd73a69 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-# Copyright 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 print <<EOF;
@@ -28,6 +28,9 @@ my $rfcs = [
        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',
@@ -59,6 +62,10 @@ my $rfcs = [
        # 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',
+
        # TODO: flesh this out
 
 ];