Searched defs:POP3 (Results 1 – 2 of 2) sorted by relevance
52 struct POP3 { struct53 curl_pp_transfer transfer;54 char *id; /* Message ID */55 char *custom; /* Custom Request */
76 private static final int POP3 = POP2 | (POP << 8); field in EvaluationShrinker