From 1f808e4bd5a8e4ad15272a26e8cd3a79b0a06510 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 10 Jun 2020 07:03:58 +0000 Subject: [PATCH] doc: add some IMAP standards There's more, but IMAP is big and complex already. --- Documentation/standards.perl | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ]; -- 2.44.0