Searched refs:POP3_TYPE_SASL (Results 1 – 2 of 2) sorted by relevance
83 #define POP3_TYPE_SASL (1 << 2) macro87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
615 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 7 milliseconds