view src/pop3/capability.h @ 3136:bf8bc07e546e HEAD

Don't advertise USER capability if we're not allowing plaintext authentication.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Feb 2005 22:21:43 +0200
parents c6d327242fa6
children e4eb71ae8e96
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