Home
last modified time | relevance | path

Searched refs:LMTP (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Doc/library/
Dsmtplib.rst118 .. class:: LMTP(host='', port=LMTP_PORT, local_hostname=None, \
121 The LMTP protocol, which is very similar to ESMTP, is heavily based on the
122 standard SMTP client. It's common to use Unix sockets for LMTP, so our
129 Unix socket, LMTP generally don't support or require any authentication, but
/third_party/python/Lib/
Dsmtplib.py1068 class LMTP(SMTP): class
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst394 :class:`~smtplib.LMTP` constructor now has an optional *timeout* parameter.
D3.10.0a4.rst237 Configure LMTP Unix-domain socket to use socket global default timeout when
/third_party/python/Lib/test/
Dtest_smtplib.py170 client = smtplib.LMTP
/third_party/openssl/doc/man1/
Ds_client.pod623 the name to use in the "LMTP LHLO" or "SMTP EHLO" message, respectively. If
/third_party/python/Doc/whatsnew/
D2.6.rst2356 An implementation of the LMTP protocol (:rfc:`2033`) was also added
2357 to the module. LMTP is used in place of SMTP when transferring
2358 e-mail between agents that don't manage a mail queue. (LMTP
D3.9.rst651 :class:`~smtplib.LMTP` constructor now has an optional *timeout* parameter.
D3.3.rst1860 :class:`~smtplib.LMTP` classes now accept a ``source_address`` keyword argument