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