[dovecot-cvs] dovecot/src/pop3 capability.h,1.2,1.3

cras at dovecot.org cras at dovecot.org
Tue Feb 1 22:21:50 EET 2005


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv1757/pop3

Modified Files:
	capability.h 
Log Message:
Don't advertise USER capability if we're not allowing plaintext
authentication.



Index: capability.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/capability.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- capability.h	8 Nov 2003 18:17:15 -0000	1.2
+++ capability.h	1 Feb 2005 20:21:48 -0000	1.3
@@ -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"



More information about the dovecot-cvs mailing list