comparison 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
comparison
equal deleted inserted replaced
3135:d1e5f7ca0f20 3136:bf8bc07e546e
2 #define __POP3_CAPABILITY_H 2 #define __POP3_CAPABILITY_H
3 3
4 #define POP3_CAPABILITY_REPLY \ 4 #define POP3_CAPABILITY_REPLY \
5 "CAPA\r\n" \ 5 "CAPA\r\n" \
6 "TOP\r\n" \ 6 "TOP\r\n" \
7 "USER\r\n" \
8 "UIDL\r\n" \ 7 "UIDL\r\n" \
9 "RESP-CODES\r\n" \ 8 "RESP-CODES\r\n" \
10 "PIPELINING\r\n" 9 "PIPELINING\r\n"
11 10
12 /* + SASL */ 11 /* + SASL */