Searched refs:LMTP_PORT (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | smtplib.py | 817 LMTP_PORT = 2003 variable 835 def __init__(self, host='', port=LMTP_PORT, local_hostname=None):
|
/external/python/cpython3/Lib/ |
D | smtplib.py | 1050 LMTP_PORT = 2003 variable 1068 def __init__(self, host='', port=LMTP_PORT, local_hostname=None,
|
/external/python/cpython3/Doc/library/ |
D | smtplib.rst | 118 .. class:: LMTP(host='', port=LMTP_PORT, local_hostname=None, \
|