From: Eric Wong Date: Wed, 10 Jun 2020 07:03:58 +0000 (+0000) Subject: doc: add some IMAP standards X-Git-Tag: v1.6.0~466 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1f808e4bd5a8e4ad15272a26e8cd3a79b0a06510;p=public-inbox.git doc: add some IMAP standards There's more, but IMAP is big and complex already. --- diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 34ab829e..37309956 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -42,6 +42,15 @@ my $rfcs = [ 822 => 'Internet message format (1982)', 2822 => 'Internet message format (2001)', 5322 => 'Internet message format (2008)', + 3501 => 'IMAP4rev1', + 2177 => 'IMAP IDLE', # TODO + # 5032 = 'WITHIN search extension for IMAP', + 4978 => 'IMAP COMPRESS Extension', + # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result', + # 5738 => 'IMAP Support for UTF-8', + # 8474 => 'IMAP Extension for Object Identifiers', + # ... + # TODO: flesh this out ];