Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py817 LMTP_PORT = 2003 variable
835 def __init__(self, host='', port=LMTP_PORT, local_hostname=None):
/external/python/cpython3/Lib/
Dsmtplib.py1050 LMTP_PORT = 2003 variable
1068 def __init__(self, host='', port=LMTP_PORT, local_hostname=None,
/external/python/cpython3/Doc/library/
Dsmtplib.rst118 .. class:: LMTP(host='', port=LMTP_PORT, local_hostname=None, \