about summary refs log tree commit homepage
path: root/Documentation/standards.perl
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:03:58 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commit1f808e4bd5a8e4ad15272a26e8cd3a79b0a06510 (patch)
tree5c5ccce20082b867c08846dca52a47162ebb728c /Documentation/standards.perl
parent8722adec7acac538c1cb92de6d53002a4e4e33b8 (diff)
downloadpublic-inbox-1f808e4bd5a8e4ad15272a26e8cd3a79b0a06510.tar.gz
There's more, but IMAP is big and complex already.
Diffstat (limited to 'Documentation/standards.perl')
-rwxr-xr-xDocumentation/standards.perl9
1 files changed, 9 insertions, 0 deletions
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
 
 ];