Home
last modified time | relevance | path

Searched defs:POP3 (Results 1 – 6 of 6) 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/cmdline-opts/
Drequest.md49 ## POP3 section in `--request`
/third_party/curl/docs/libcurl/opts/
DCURLOPT_CUSTOMREQUEST.md70 ## POP3 section in DESCRIPTION
/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