Home
last modified time | relevance | path

Searched refs:POP3_TYPE_SASL (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dpop3.h83 #define POP3_TYPE_SASL (1 << 2) macro
87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
H A Dpop3.c615 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) { in pop3_perform_authentication()
779 pop3c->authtypes |= POP3_TYPE_SASL; in pop3_state_capa_resp()
1464 pop3c->preftype = POP3_TYPE_SASL; in pop3_parse_url_options()

Completed in 8 milliseconds