From 7591a6aaef2e79c25fc026e087412cc8964a4ef3 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 25 Jun 2024 15:26:13 +0300 Subject: [PATCH] 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 --- Documentation/standards.perl | 1 + 1 file changed, 1 insertion(+) 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', -- 2.47.2