changeset 9304:ecc4b80c4dd1 HEAD

draft-gulbrandsen-imap-response-codes became RFC 5530.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Aug 2009 17:53:07 -0400
parents 9b62aa2132de
children b7dbcf86086b
files README src/lib-imap/imap-resp-code.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Aug 09 15:03:40 2009 -0400
+++ b/README	Sun Aug 09 17:53:07 2009 -0400
@@ -49,6 +49,7 @@
  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
 ------------
--- a/src/lib-imap/imap-resp-code.h	Sun Aug 09 15:03:40 2009 -0400
+++ b/src/lib-imap/imap-resp-code.h	Sun Aug 09 17:53:07 2009 -0400
@@ -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"