diff src/pop3/capability.h @ 1866:c6d327242fa6 HEAD

Advertise PIPELINING capability
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Nov 2003 20:17:15 +0200
parents d805c2f1d6a9
children bf8bc07e546e
line wrap: on
line diff
--- a/src/pop3/capability.h	Sat Nov 08 17:56:54 2003 +0200
+++ b/src/pop3/capability.h	Sat Nov 08 20:17:15 2003 +0200
@@ -6,7 +6,8 @@
 	"TOP\r\n" \
 	"USER\r\n" \
 	"UIDL\r\n" \
-	"RESP-CODES\r\n"
+	"RESP-CODES\r\n" \
+	"PIPELINING\r\n"
 
 /* + SASL */