Home
last modified time | relevance | path

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

1234

/external/python/cpython2/Doc/library/
Dpoplib.rst1 :mod:`poplib` --- POP3 protocol client
5 :synopsis: POP3 protocol client (requires sockets).
9 .. index:: pair: POP3; protocol
15 This module defines a class, :class:`POP3`, which encapsulates a connection to a
16 POP3 server and implements the protocol as defined in :rfc:`1725`. The
17 :class:`POP3` class supports both the minimal and optional command sets.
19 support for connecting to POP3 servers that use SSL as an underlying protocol
22 Note that POP3, though widely supported, is obsolescent. The implementation
23 quality of POP3 servers varies widely, and too many are quite poor. If your
30 .. class:: POP3(host[, port[, timeout]])
[all …]
/external/python/cpython3/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 …]
/external/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
19 # POP3 server
34 POP3 LIST messages from *SLOW* server
Dtest8754 POP3
15 POP3 with URL-encoded CR LF in the URL
Dtest8584 POP3
23 POP3 DELE message (CUSTOMREQUEST)
Dtest8594 POP3
23 POP3 STAT (CUSTOMREQUEST)
Dtest8634 POP3
23 POP3 RSET (CUSTOMREQUEST)
Dtest8604 POP3
23 POP3 NOOP (CUSTOMREQUEST)
Dtest8914 POP3
27 POP3 with short authentication response
Dtest8504 POP3
31 POP3 RETR message
Dtest8554 POP3
26 POP3 RETR invalid message
Dtest8524 POP3
26 POP3 LIST invalid message
Dtest8544 POP3
27 POP3 LIST no messages available
Dtest8514 POP3
26 POP3 LIST one message
Dtest8624 POP3
32 POP3 retrieve message header (CUSTOMREQUEST)
Dtest8654 POP3
39 POP3 plain authentication
Dtest8834 POP3
39 POP3 external authentication
Dtest8844 POP3
39 POP3 external authentication without credentials
Dtest8864 POP3
39 POP3 external authentication with initial response without credentials
Dtest8664 POP3
39 POP3 login authentication
Dtest8854 POP3
39 POP3 external authentication with initial response
/external/python/cpython3/Lib/
Dpoplib.py50 class POP3: class
414 class POP3_SSL(POP3):
447 POP3.__init__(self, host, port, timeout)
450 sock = POP3._create_socket(self, timeout)
466 a = POP3(sys.argv[1])
/external/curl/docs/cmdline-opts/
Dlogin-options.d3 Protocols: IMAP POP3 SMTP
10 be used during authentication. At present only IMAP, POP3 and SMTP support

1234