Searched refs:preftype (Results 1 – 4 of 4) sorted by relevance
550 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) { in pop3_perform_authentication()561 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()566 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()824 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()829 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()1119 pop3c->preftype = POP3_TYPE_ANY; in pop3_connect()1408 pop3c->preftype = POP3_TYPE_APOP; in pop3_parse_url_options()1420 if(pop3c->preftype != POP3_TYPE_APOP) in pop3_parse_url_options()1423 pop3c->preftype = POP3_TYPE_NONE; in pop3_parse_url_options()1426 pop3c->preftype = POP3_TYPE_ANY; in pop3_parse_url_options()[all …]
70 unsigned int preftype; /* Preferred authentication type */ member
75 unsigned int preftype; /* Preferred authentication type */ member
625 else if(!imapc->login_disabled && (imapc->preftype & IMAP_TYPE_CLEARTEXT)) in imap_perform_authentication()983 if((!imapc->login_disabled) && (imapc->preftype & IMAP_TYPE_CLEARTEXT)) in imap_state_auth_resp()1444 imapc->preftype = IMAP_TYPE_ANY; in imap_connect()1960 imapc->preftype = IMAP_TYPE_NONE; in imap_parse_url_options()1963 imapc->preftype = IMAP_TYPE_ANY; in imap_parse_url_options()1966 imapc->preftype = IMAP_TYPE_SASL; in imap_parse_url_options()