Searched refs:ehlo (Results 1 – 13 of 13) sorted by relevance
41 server.ehlo()53 server.ehlo()60 server.ehlo()70 server.ehlo()83 server.ehlo()
311 self.assertEqual(smtp.ehlo(), expected)637 self.assertRaises(smtplib.SMTPServerDisconnected, smtp.ehlo)662 self.smtp.ehlo = Mock(return_value=(200, 'OK'))1007 smtp.ehlo()1095 smtp.ehlo('foo')1106 code, message = smtp.ehlo()1191 smtp.ehlo()1306 smtp.ehlo()1331 smtp.ehlo()
15 server.ehlo()22 server.ehlo()
201 self.assertEqual(smtp.ehlo(), expected)252 self.assertRaises(smtplib.SMTPServerDisconnected, smtp.ehlo)470 smtp.ehlo()543 code, message = smtp.ehlo()
408 def ehlo(self, name=''): member in SMTP543 if not (200 <= self.ehlo()[0] <= 299):
438 def ehlo(self, name=''): member in SMTP604 if not (200 <= self.ehlo()[0] <= 299):
202 .. method:: SMTP.ehlo([hostname])220 This method call :meth:`ehlo` and or :meth:`helo` if there has been no268 commands that follow will be encrypted. You should then call :meth:`ehlo`
954 smtp.ehlo()956 smtp.ehlo()
1036 smtp.ehlo()1038 smtp.ehlo()
275 .. method:: SMTP.ehlo(name='')292 This method calls :meth:`ehlo` and/or :meth:`helo` if there has been no397 commands that follow will be encrypted. You should then call :meth:`ehlo`
3873 SMTP.starttls() caller no longer needs to call ehlo() beforehand.
9803 The code no longer accepts a -1 reply from the ehlo() method in9842 that calls the other methods usually only calls helo() and ehlo() for
27182 The code no longer accepts a -1 reply from the ehlo() method in27221 that calls the other methods usually only calls helo() and ehlo() for