dovecot-2.0: pop3: Add [IN-USE] to all login -ERR replies.

dovecot at dovecot.org dovecot at dovecot.org
Mon May 16 17:34:58 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/f786d95dc5c0
changeset: 12810:f786d95dc5c0
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 16 17:29:40 2011 +0300
description:
pop3: Add [IN-USE] to all login -ERR replies.

diffstat:

 src/pop3/pop3-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 53fed82f8013 -r f786d95dc5c0 src/pop3/pop3-client.c
--- a/src/pop3/pop3-client.c	Mon May 16 17:02:56 2011 +0300
+++ b/src/pop3/pop3-client.c	Mon May 16 17:29:40 2011 +0300
@@ -319,7 +319,7 @@
 	inbox = "INBOX";
 	ns = mail_namespace_find(user->namespaces, &inbox);
 	if (ns == NULL) {
-		client_send_line(client, "-ERR No INBOX namespace for user.");
+		client_send_line(client, "-ERR [IN-USE] No INBOX namespace for user.");
 		client_destroy(client, "No INBOX namespace for user.");
 		return NULL;
 	}


More information about the dovecot-cvs mailing list