Home
last modified time | relevance | path

Searched refs:does_esmtp (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py236 does_esmtp = 0 variable in SMTP
424 self.does_esmtp = 1
478 if options and self.does_esmtp:
486 if options and self.does_esmtp:
658 self.does_esmtp = 0
725 if self.does_esmtp:
776 self.does_esmtp = False
/external/python/cpython2/Doc/library/
Dsmtplib.rst208 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`