Searched refs:POP3_TYPE_CLEARTEXT (Results 1 – 2 of 2) sorted by relevance
81 #define POP3_TYPE_CLEARTEXT (1 << 0) macro87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
631 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()775 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()821 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()892 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()
Completed in 9 milliseconds