HomeSort by relevance Sort by last modified time
    Searched refs:does_esmtp (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 209 does_esmtp
231 does_esmtp = 0 variable in class:SMTP
416 self.does_esmtp = 1
470 if options and self.does_esmtp:
478 if options and self.does_esmtp:
650 self.does_esmtp = 0
712 if self.does_esmtp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 209 does_esmtp
231 does_esmtp = 0 variable in class:SMTP
416 self.does_esmtp = 1
470 if options and self.does_esmtp:
478 if options and self.does_esmtp:
650 self.does_esmtp = 0
712 if self.does_esmtp:

Completed in 550 milliseconds