From: Manos Pitsidianakis Date: Tue, 25 Jun 2024 12:26:13 +0000 (+0300) Subject: doc: add RFC4505 (AUTH=ANONYMOUS) to standards.perl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7591a6aaef2e79c25fc026e087412cc8964a4ef3;p=thirdparty%2Fpublic-inbox.git doc: add RFC4505 (AUTH=ANONYMOUS) to standards.perl RFC is implemented by public-inbox-imapd so add it to documentation. Signed-off-by: Manos Pitsidianakis --- diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 743cdee1c..17ec33e7b 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -51,6 +51,7 @@ my $rfcs = [ 3501 => 'IMAP4rev1', 2177 => 'IMAP IDLE', 2683 => 'IMAP4 Implementation Recommendations', + 4505 => 'Anonymous Simple Authentication and Security Layer (SASL) Mechanism', # 5032 = 'WITHIN search extension for IMAP', 4978 => 'IMAP COMPRESS Extension', # 5182 = 'IMAP Extension for Referencing the Last SEARCH Result',