Searched refs:POP3_SSL_PORT (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | poplib.py | 28 POP3_SSL_PORT = 995 variable 338 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None):
|
/external/python/cpython3/Lib/ |
D | poplib.py | 36 POP3_SSL_PORT = 995 variable 429 def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None,
|
/external/python/cpython3/Doc/library/ |
D | poplib.rst | 43 .. class:: POP3_SSL(host, port=POP3_SSL_PORT, keyfile=None, certfile=None, timeout=None, context=No…
|