Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dsmtplib.rst64 .. class:: LMTP([host[, port[, local_hostname]]])
66 The LMTP protocol, which is very similar to ESMTP, is heavily based on the
67 standard SMTP client. It's common to use Unix sockets for LMTP, so our
74 Unix socket, LMTP generally don't support or require any authentication, but
/external/python/cpython2/Lib/
Dsmtplib.py818 class LMTP(SMTP): class
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2352 An implementation of the LMTP protocol (:rfc:`2033`) was also added
2353 to the module. LMTP is used in place of SMTP when transferring
2354 e-mail between agents that don't manage a mail queue. (LMTP
/external/libmtp/logs/
Dmtp-detect-xiaomi-hm-note.txt4 by drew (Cyrus v2.1.18-IPv6-Debian-2.1.18-5.1) with LMTP; Sat, 04 Apr 2015 15:51:56 +0200
/external/python/cpython2/Misc/
DNEWS11378 - Patch #957003: Implement smtplib.LMTP.