Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py236 does_esmtp = 0 variable in SMTP
425 self.does_esmtp = 1
479 if options and self.does_esmtp:
487 if options and self.does_esmtp:
659 self.does_esmtp = 0
726 if self.does_esmtp:
777 self.does_esmtp = False
/external/python/cpython3/Lib/
Dsmtplib.py223 does_esmtp = 0 variable in SMTP
451 self.does_esmtp = 1
526 if options and self.does_esmtp:
540 if options and self.does_esmtp:
780 self.does_esmtp = 0
856 if self.does_esmtp:
988 self.does_esmtp = False
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1088 self.assertTrue(smtp.does_esmtp)
1196 self.assertTrue(smtp.does_esmtp)
/external/python/cpython2/Doc/library/
Dsmtplib.rst208 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`
/external/python/cpython3/Doc/library/
Dsmtplib.rst263 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`