Home
last modified time | relevance | path

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

1234

/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/
Dtest8614 POP3
19 # POP3 server
34 POP3 UIDL (CUSTOMREQUEST)
Dtest8644 POP3
14 REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl>
37 POP3 APOP authentication
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
Dtest8594 POP3
23 POP3 STAT (CUSTOMREQUEST)
Dtest8604 POP3
23 POP3 NOOP (CUSTOMREQUEST)
Dtest8634 POP3
23 POP3 RSET (CUSTOMREQUEST)
Dtest8584 POP3
23 POP3 DELE message (CUSTOMREQUEST)
Dtest8554 POP3
26 POP3 RETR invalid message
Dtest8504 POP3
31 POP3 RETR message
Dtest8544 POP3
27 POP3 LIST no messages available
Dtest8914 POP3
27 POP3 with short authentication response
Dtest8524 POP3
26 POP3 LIST invalid message
Dtest8624 POP3
32 POP3 retrieve message header (CUSTOMREQUEST)
Dtest9854 POP3
36 POP3 require STARTTLS with failing capabilities
Dtest8514 POP3
26 POP3 LIST one message
Dtest8844 POP3
39 POP3 external authentication without credentials
Dtest8654 POP3
39 POP3 plain authentication
Dtest8564 POP3
25 POP3 invalid login
Dtest8834 POP3
39 POP3 external authentication
Dtest8664 POP3
39 POP3 login authentication
/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.d5 Protocols: FTP POP3 SFTP
29 (POP3)
30 When retrieving a specific email from POP3, this switch forces a LIST command

1234