Home
last modified time | relevance | path

Searched refs:POP3_SSL_PORT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dpoplib.py28 POP3_SSL_PORT = 995 variable
338 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None):
/external/python/cpython3/Lib/
Dpoplib.py36 POP3_SSL_PORT = 995 variable
429 def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None,
/external/python/cpython3/Doc/library/
Dpoplib.rst43 .. class:: POP3_SSL(host, port=POP3_SSL_PORT, keyfile=None, certfile=None, timeout=None, context=No…