HomeSort by relevance Sort by last modified time
    Searched refs:POP3_TYPE_SASL (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
pop3.h 81 #define POP3_TYPE_SASL (1 << 2)
pop3.c 518 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) {
690 pop3c->authtypes |= POP3_TYPE_SASL;
    [all...]

Completed in 74 milliseconds