Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsmtplib.py226 does_esmtp = False variable in SMTP
462 self.does_esmtp = True
537 if options and self.does_esmtp:
551 if options and self.does_esmtp:
800 self.does_esmtp = False
876 if self.does_esmtp:
1008 self.does_esmtp = False
/third_party/python/Lib/test/
Dtest_smtplib.py1305 self.assertTrue(smtp.does_esmtp)
1420 self.assertTrue(smtp.does_esmtp)
/third_party/python/Doc/library/
Dsmtplib.rst281 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`