capability.h revision f1993de6e9785caae22b93961d5b0eec3cebaae5
#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