changeset 2345:4c9e46b5dcfd HEAD

POP3 CAPA command shouldn't return "AUTH=" in SASL reply. Patch by Andrey Panin
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Jul 2004 16:33:34 +0300
parents d16f7c305e57
children 13ed27a24f46
files src/pop3-login/client-authenticate.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3-login/client-authenticate.c	Tue Jul 20 21:45:43 2004 +0300
+++ b/src/pop3-login/client-authenticate.c	Thu Jul 22 16:33:34 2004 +0300
@@ -37,7 +37,6 @@
 		if (mech[i].advertise &&
 		    (client->secured || !mech[i].plaintext)) {
 			str_append_c(str, ' ');
-			str_append(str, "AUTH=");
 			str_append(str, mech[i].name);
 		}
 	}