dovecot-2.0: imap-login: Changed CAPABILITY's tagged OK reply to...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Mar 15 21:53:26 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/31d8d43fa6b5
changeset: 12679:31d8d43fa6b5
user: Timo Sirainen <tss at iki.fi>
date: Tue Mar 15 21:53:21 2011 +0200
description:
imap-login: Changed CAPABILITY's tagged OK reply to say post-login capabilities have more.
diffstat:
src/imap-login/client.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 890a46b3ab63 -r 31d8d43fa6b5 src/imap-login/client.c
--- a/src/imap-login/client.c Mon Mar 14 19:43:31 2011 +0200
+++ b/src/imap-login/client.c Tue Mar 15 21:53:21 2011 +0200
@@ -94,7 +94,8 @@
imap_client->client_ignores_capability_resp_code = TRUE;
client_send_raw(client, t_strconcat(
"* CAPABILITY ", get_capability(client), "\r\n", NULL));
- client_send_line(client, CLIENT_CMD_REPLY_OK, "Capability completed.");
+ client_send_line(client, CLIENT_CMD_REPLY_OK,
+ "Pre-login capabilities listed, post-login capabilities have more.");
return 1;
}
More information about the dovecot-cvs
mailing list