Searched refs:POP3_TYPE_APOP (Results 1 – 2 of 2) sorted by relevance
82 #define POP3_TYPE_APOP (1 << 1) macro87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
626 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()744 pop3c->authtypes |= POP3_TYPE_APOP; in pop3_state_servergreet_resp()887 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()1443 pop3c->preftype = POP3_TYPE_APOP; in pop3_parse_url_options()1455 if(pop3c->preftype != POP3_TYPE_APOP) in pop3_parse_url_options()
Completed in 8 milliseconds