Home
last modified time | relevance | path

Searched defs:POP3 (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Dpop3.h54 struct POP3 { struct
55 curl_pp_transfer transfer;
56 char *id; /* Message ID */
57 char *custom; /* Custom Request */
/third_party/curl/docs/
DFEATURES.md163 ## POP3 section in Features -- what curl can do
DURL-SYNTAX.md336 ## POP3 section in Scheme specific behaviors
/third_party/python/Lib/
Dpoplib.py51 class POP3: class