Searched refs:helo (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 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()
|
D | smtp.c | 59 const char *helo; member 252 n = lws_snprintf(p, sizeof(b) - LWS_PRE, "HELO %s\n", c->helo); in lws_smtpc_abs_writeable()
|
/third_party/libwebsockets/include/libwebsockets/abstract/protocols/ |
D | smtp.h | 57 const char helo[32]; member
|
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
D | main.c | 90 ss_args.helo = "lws-abs-smtp-test"; in main()
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_25.txt | 2 Received: from [204.245.199.98] (helo=zinfandel.lacita.com) 83 Received: from [212.1.130.11] (helo=s1.uklinux.net ident=root)
|
/third_party/python/Lib/ |
D | smtplib.py | 435 def helo(self, name=''): member in SMTP 612 (code, resp) = self.helo()
|
/third_party/python/Doc/library/ |
D | smtplib.rst | 264 .. method:: SMTP.helo(name='') 293 This method calls :meth:`ehlo` and/or :meth:`helo` if there has been no
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 365 smtp.helo() 367 self.assertEqual(smtp.helo(), expected)
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 3293 char helo[] = "HELO"; in Initialize() local 3294 if (write(REPRL_CWFD, helo, 4) != 4 || read(REPRL_CRFD, helo, 4) != 4) { in Initialize() 3298 if (memcmp(helo, "HELO", 4) != 0) { in Initialize()
|
/third_party/python/Misc/ |
D | HISTORY | 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
|