From c20ee14d7dbdd2183feb83338b0491de5968cc80 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 9 Aug 2009 17:53:07 -0400 Subject: [PATCH] draft-gulbrandsen-imap-response-codes became RFC 5530. --HG-- branch : HEAD --- README | 1 + src/lib-imap/imap-resp-code.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index f1ac2fb1e6..767cc4d8ba 100644 --- a/README +++ b/README @@ -45,6 +45,7 @@ RFCs conformed 5182 - IMAP Extension for Referencing the Last SEARCH Result 5256 - IMAP SORT and THREAD Extensions 5258 - IMAP4 - LIST Command Extensions + 5530 - IMAP Response Codes Contact info ------------ diff --git a/src/lib-imap/imap-resp-code.h b/src/lib-imap/imap-resp-code.h index 45f148b810..f2b0341d70 100644 --- a/src/lib-imap/imap-resp-code.h +++ b/src/lib-imap/imap-resp-code.h @@ -1,7 +1,7 @@ #ifndef IMAP_RESP_CODE_H #define IMAP_RESP_CODE_H -/* IMAP response codes (from draft-gulbrandsen-imap-response-codes-07) */ +/* IMAP response codes (RFC 5530) */ #define IMAP_RESP_CODE_UNAVAILABLE "UNAVAILABLE" #define IMAP_RESP_CODE_AUTHFAILED "AUTHENTICATIONFAILED" #define IMAP_RESP_CODE_AUTHZFAILED "AUTHORIZATIONFAILED" -- 2.47.3