Searched refs:helo (Results 1 – 9 of 9) sorted by relevance
102 s->apt[0].u.value = s->args.helo; in lws_smtpc_kick_internal()263 if (!s->args.helo[0]) in lws_smtp_sequencer_create()264 strcpy(s->args.helo, "default-helo"); in lws_smtp_sequencer_create()
59 const char *helo; member252 n = lws_snprintf(p, sizeof(b) - LWS_PRE, "HELO %s\n", c->helo); in lws_smtpc_abs_writeable()
57 const char helo[32]; member
90 ss_args.helo = "lws-abs-smtp-test"; in main()
2 Received: from [204.245.199.98] (helo=zinfandel.lacita.com)83 Received: from [212.1.130.11] (helo=s1.uklinux.net ident=root)
435 def helo(self, name=''): member in SMTP612 (code, resp) = self.helo()
264 .. method:: SMTP.helo(name='')293 This method calls :meth:`ehlo` and/or :meth:`helo` if there has been no
365 smtp.helo()367 self.assertEqual(smtp.helo(), expected)
27180 as value the sendmail() method would invoke the helo() method again.27221 that calls the other methods usually only calls helo() and ehlo() for