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

  /external/curl/lib/
pop3.h 80 #define POP3_TYPE_APOP (1 << 1)
pop3.c 561 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
678 pop3c->authtypes |= POP3_TYPE_APOP;
824 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
    [all...]

Completed in 712 milliseconds