Cross Reference: pop3-capability.h
xref
: /
dovecot
/
src
/
pop3
/
pop3-capability.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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"
\
"AUTH-RESP-CODE\r\n"
/* + SASL */
#
endif