Searched refs:POP3 (Results 1 – 25 of 89) sorted by relevance
1234
/third_party/python/Doc/library/ |
D | poplib.rst | 1 :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/ |
D | test861 | 4 POP3 19 # POP3 server 34 POP3 UIDL (CUSTOMREQUEST)
|
D | test864 | 4 POP3 14 REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl> 37 POP3 APOP authentication
|
D | test853 | 4 POP3 20 # POP3 server 35 POP3 LIST messages from *SLOW* server
|
D | test875 | 4 POP3 15 POP3 with URL-encoded CR LF in the URL
|
D | test894 | 4 POP3 22 POP3 with CR in username
|
D | test859 | 4 POP3 23 POP3 STAT (CUSTOMREQUEST)
|
D | test860 | 4 POP3 23 POP3 NOOP (CUSTOMREQUEST)
|
D | test863 | 4 POP3 23 POP3 RSET (CUSTOMREQUEST)
|
D | test858 | 4 POP3 23 POP3 DELE message (CUSTOMREQUEST)
|
D | test855 | 4 POP3 26 POP3 RETR invalid message
|
D | test850 | 4 POP3 31 POP3 RETR message
|
D | test854 | 4 POP3 27 POP3 LIST no messages available
|
D | test891 | 4 POP3 27 POP3 with short authentication response
|
D | test852 | 4 POP3 26 POP3 LIST invalid message
|
D | test862 | 4 POP3 32 POP3 retrieve message header (CUSTOMREQUEST)
|
D | test985 | 4 POP3 36 POP3 require STARTTLS with failing capabilities
|
D | test851 | 4 POP3 26 POP3 LIST one message
|
D | test884 | 4 POP3 39 POP3 external authentication without credentials
|
D | test865 | 4 POP3 39 POP3 plain authentication
|
D | test856 | 4 POP3 25 POP3 invalid login
|
D | test883 | 4 POP3 39 POP3 external authentication
|
D | test866 | 4 POP3 39 POP3 login authentication
|
/third_party/python/Lib/ |
D | poplib.py | 51 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/ |
D | list-only.d | 5 Protocols: FTP POP3 SFTP 29 (POP3) 30 When retrieving a specific email from POP3, this switch forces a LIST command
|
1234