view src/pop3/capability.h @ 4891:6ab2712f1a93 HEAD

Only imap binary was actually working.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Dec 2006 14:35:02 +0200
parents bf8bc07e546e
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