Home
last modified time | relevance | path

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

/curl/lib/
H A Dpop3.h81 #define POP3_TYPE_CLEARTEXT (1 << 0) macro
87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
H A Dpop3.c575 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()
717 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
763 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
834 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()

Completed in 20 milliseconds