dovecot-2.0: draft-gulbrandsen-imap-response-codes became RFC 5530.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Aug 11 01:59:19 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/70dab9dedda0
changeset: 9762:70dab9dedda0
user: Timo Sirainen <tss at iki.fi>
date: Sun Aug 09 17:53:07 2009 -0400
description:
draft-gulbrandsen-imap-response-codes became RFC 5530.
diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
README | 1 +
src/lib-imap/imap-resp-code.h | 2 +-
diffs (23 lines):
diff -r 299b55312e1c -r 70dab9dedda0 README
--- a/README Mon Aug 10 13:50:01 2009 -0400
+++ b/README Sun Aug 09 17:53:07 2009 -0400
@@ -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 -r 299b55312e1c -r 70dab9dedda0 src/lib-imap/imap-resp-code.h
--- a/src/lib-imap/imap-resp-code.h Mon Aug 10 13:50:01 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"
More information about the dovecot-cvs
mailing list