dovecot-1.2: Updated imap response codes.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 15 22:52:48 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/eb63b1a888e5
changeset: 8631:eb63b1a888e5
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 15 15:47:12 2009 -0500
description:
Updated imap response codes.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/lib-imap/imap-resp-code.h |    3 ++-

diffs (17 lines):

diff -r ee7c5ec212bb -r eb63b1a888e5 src/lib-imap/imap-resp-code.h
--- a/src/lib-imap/imap-resp-code.h	Thu Jan 15 15:12:07 2009 -0500
+++ b/src/lib-imap/imap-resp-code.h	Thu Jan 15 15:47:12 2009 -0500
@@ -1,11 +1,12 @@
 #ifndef IMAP_RESP_CODE_H
 #define IMAP_RESP_CODE_H
 
-/* IMAP response codes (from draft-gulbrandsen-imap-response-codes-04) */
+/* IMAP response codes (from draft-gulbrandsen-imap-response-codes-07) */
 #define IMAP_RESP_CODE_UNAVAILABLE "UNAVAILABLE"
 #define IMAP_RESP_CODE_AUTHFAILED "AUTHENTICATIONFAILED"
 #define IMAP_RESP_CODE_AUTHZFAILED "AUTHORIZATIONFAILED"
 #define IMAP_RESP_CODE_EXPIRED "EXPIRED"
+#define IMAP_RESP_CODE_PRIVACYREQUIRED "PRIVACYREQUIRED"
 #define IMAP_RESP_CODE_CONTACTADMIN "CONTACTADMIN"
 #define IMAP_RESP_CODE_NOPERM "NOPERM"
 #define IMAP_RESP_CODE_INUSE "INUSE"


More information about the dovecot-cvs mailing list