diff src/pop3/capability.h @ 3136:bf8bc07e546e HEAD

Don't advertise USER capability if we're not allowing plaintext authentication.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Feb 2005 22:21:43 +0200
parents c6d327242fa6
children e4eb71ae8e96
line wrap: on
line diff
--- a/src/pop3/capability.h	Tue Feb 01 20:14:17 2005 +0200
+++ b/src/pop3/capability.h	Tue Feb 01 22:21:43 2005 +0200
@@ -4,7 +4,6 @@
 #define POP3_CAPABILITY_REPLY \
 	"CAPA\r\n" \
 	"TOP\r\n" \
-	"USER\r\n" \
 	"UIDL\r\n" \
 	"RESP-CODES\r\n" \
 	"PIPELINING\r\n"