view src/pop3/pop3-capability.h @ 15785:7e292b8352d9

pop3: Use RFC 3206 [SYS/*] and [AUTH] response codes.
author Timo Sirainen <tss@iki.fi>
date Sat, 16 Feb 2013 17:54:57 +0200
parents 97cdfeb57129
children
line wrap: on
line source

#ifndef POP3_CAPABILITY_H
#define POP3_CAPABILITY_H

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

/* + SASL */

#endif