view src/pop3/capability.h @ 6940:414c9d631a81 HEAD

Replaced t_push/t_pop calls with T_FRAME*() macros.
author Timo Sirainen <tss@iki.fi>
date Wed, 05 Dec 2007 17:47:44 +0200
parents e4eb71ae8e96
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"

/* + SASL */

#endif