Home | History | Annotate | Download | only in lib

Lines Matching full:apop

192  * also detects the APOP timestamp from the server greeting and various
292 "APOP",
411 * Sends an APOP command to authenticate with.
448 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret);
502 * authentication mechanism, falling back to APOP and clear text should a
530 /* Perform APOP authentication */
625 /* Does the server support APOP authentication? */
627 /* Look for the APOP timestamp */
645 /* Store the APOP capability */
793 /* Perform APOP authentication */
813 /* For APOP responses */
1350 if(result && strncasecompare(value, "+APOP", ptr - value)) {