Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpoplib.py25 POP3_PORT = 110 variable
85 def __init__(self, host, port=POP3_PORT,
/external/python/cpython3/Lib/
Dpoplib.py33 POP3_PORT = 110 variable
97 def __init__(self, host, port=POP3_PORT,
/external/python/cpython3/Doc/library/
Dpoplib.rst34 .. class:: POP3(host, port=POP3_PORT[, timeout])