view src/pop3/capability.h @ 9658:8ba4253adc9b HEAD tip

*-login: SSL connections didn't get closed when the client got destroyed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2014 16:41:29 +0300
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