]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
draft-gulbrandsen-imap-response-codes became RFC 5530.
authorTimo Sirainen <tss@iki.fi>
Sun, 9 Aug 2009 21:53:07 +0000 (17:53 -0400)
committerTimo Sirainen <tss@iki.fi>
Sun, 9 Aug 2009 21:53:07 +0000 (17:53 -0400)
--HG--
branch : HEAD

README
src/lib-imap/imap-resp-code.h

diff --git a/README b/README
index f1ac2fb1e6ca04cafeff309c712965d15cd04a3e..767cc4d8baf1b4405fe6854d1cf19343c774f7a9 100644 (file)
--- 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
 ------------
index 45f148b81038f1bb85fe4630da8c90fb6a5ecf51..f2b0341d70481242cc01743ab0c976e80c1b115d 100644 (file)
@@ -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"