Home
last modified time | relevance | path

Searched refs:LMTP (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dsmtplib.py1064 # LMTP extension
1068 class LMTP(SMTP): class
1069 """LMTP - Local Mail Transfer Protocol
1071 The LMTP protocol, which is very similar to ESMTP, is heavily based
1073 LMTP, so our connect() method must support that as well as a regular
1079 using a Unix socket, LMTP generally don't support or require any
1091 """Connect to the LMTP daemon, on either a Unix or a TCP socket."""
/third_party/python/Lib/test/
H A Dtest_smtplib.py172 client = smtplib.LMTP

Completed in 5 milliseconds