Home
last modified time | relevance | path

Searched refs:POP3 (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/python/Doc/library/
Dpoplib.rst1 :mod:`poplib` --- POP3 protocol client
5 :synopsis: POP3 protocol client (requires sockets).
12 .. index:: pair: POP3; protocol
16 This module defines a class, :class:`POP3`, which encapsulates a connection to a
17 POP3 server and implements the protocol as defined in :rfc:`1939`. The
18 :class:`POP3` class supports both the minimal and optional command sets from
19 :rfc:`1939`. The :class:`POP3` class also supports the ``STLS`` command introduced
23 support for connecting to POP3 servers that use SSL as an underlying protocol
26 Note that POP3, though widely supported, is obsolescent. The implementation
27 quality of POP3 servers varies widely, and too many are quite poor. If your
[all …]
/third_party/curl/tests/data/
Dtest8644 POP3
14 REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl>
37 POP3 APOP authentication
Dtest8614 POP3
19 # POP3 server
34 POP3 UIDL (CUSTOMREQUEST)
Dtest8534 POP3
20 # POP3 server
35 POP3 LIST messages from *SLOW* server
Dtest8754 POP3
15 POP3 with URL-encoded CR LF in the URL
Dtest8944 POP3
22 POP3 with CR in username
Dtest8634 POP3
23 POP3 RSET (CUSTOMREQUEST)
Dtest8594 POP3
23 POP3 STAT (CUSTOMREQUEST)
Dtest8604 POP3
23 POP3 NOOP (CUSTOMREQUEST)
Dtest8584 POP3
23 POP3 DELE message (CUSTOMREQUEST)
Dtest8504 POP3
31 POP3 RETR message
Dtest8554 POP3
26 POP3 RETR invalid message
Dtest8914 POP3
27 POP3 with short authentication response
Dtest8544 POP3
27 POP3 LIST no messages available
Dtest8524 POP3
26 POP3 LIST invalid message
Dtest8624 POP3
32 POP3 retrieve message header (CUSTOMREQUEST)
Dtest8844 POP3
39 POP3 external authentication without credentials
Dtest8514 POP3
26 POP3 LIST one message
Dtest9854 POP3
36 POP3 require STARTTLS with failing capabilities
Dtest8654 POP3
39 POP3 plain authentication
/third_party/curl/docs/libcurl/opts/
DCURLOPT_DIRLISTONLY.md30 For POP3 a parameter of 1 tells the library to list the email message or
31 messages on the POP3 server. This can be used to change the default behavior
51 FTP, SFTP and POP3
75 This option was known as CURLOPT_FTPLISTONLY up to 7.16.4. POP3 is supported
DCURLOPT_XOAUTH2_BEARER.md27 OAuth 2.0 Bearer Access Token for use with HTTP, IMAP, LDAP, POP3 and SMTP
30 Note: For IMAP, LDAP, POP3 and SMTP, the user name used to generate the
42 HTTP, IMAP, LDAP, POP3 and SMTP
DCURLOPT_CUSTOMREQUEST.md70 ## POP3 section in DESCRIPTION
72 Instead of LIST and RETR when issuing POP3 based requests.
101 HTTP, FTP, IMAP, POP3 and SMTP
125 IMAP is supported since 7.30.0, POP3 since 7.26.0 and SMTP since 7.34.0.
/third_party/python/Lib/
Dpoplib.py51 class POP3: class
419 class POP3_SSL(POP3):
452 POP3.__init__(self, host, port, timeout)
455 sock = POP3._create_socket(self, timeout)
471 a = POP3(sys.argv[1])
/third_party/curl/docs/cmdline-opts/
Dlist-only.md6 Protocols: FTP POP3 SFTP
36 (POP3)
37 When retrieving a specific email from POP3, this switch forces a LIST command

12345