Searched refs:LMTP (Results 1 – 9 of 9) sorted by relevance
118 .. class:: LMTP(host='', port=LMTP_PORT, local_hostname=None, \121 The LMTP protocol, which is very similar to ESMTP, is heavily based on the122 standard SMTP client. It's common to use Unix sockets for LMTP, so our129 Unix socket, LMTP generally don't support or require any authentication, but
1068 class LMTP(SMTP): class
394 :class:`~smtplib.LMTP` constructor now has an optional *timeout* parameter.
237 Configure LMTP Unix-domain socket to use socket global default timeout when
170 client = smtplib.LMTP
623 the name to use in the "LMTP LHLO" or "SMTP EHLO" message, respectively. If
2356 An implementation of the LMTP protocol (:rfc:`2033`) was also added2357 to the module. LMTP is used in place of SMTP when transferring2358 e-mail between agents that don't manage a mail queue. (LMTP
651 :class:`~smtplib.LMTP` constructor now has an optional *timeout* parameter.
1860 :class:`~smtplib.LMTP` classes now accept a ``source_address`` keyword argument