view 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 source

#ifndef __POP3_CAPABILITY_H
#define __POP3_CAPABILITY_H

#define POP3_CAPABILITY_REPLY \
	"CAPA\r\n" \
	"TOP\r\n" \
	"USER\r\n" \
	"UIDL\r\n" \
	"RESP-CODES\r\n" \
	"PIPELINING\r\n"

/* + SASL */

#endif