Home
last modified time | relevance | path

Searched refs:helo (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c102 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()
Dsmtp.c59 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/
Dsmtp.h57 const char helo[32]; member
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
Dmain.c90 ss_args.helo = "lws-abs-smtp-test"; in main()
/third_party/python/Lib/test/test_email/data/
Dmsg_25.txt2 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/
Dsmtplib.py435 def helo(self, name=''): member in SMTP
612 (code, resp) = self.helo()
/third_party/python/Doc/library/
Dsmtplib.rst264 .. method:: SMTP.helo(name='')
293 This method calls :meth:`ehlo` and/or :meth:`helo` if there has been no
/third_party/python/Lib/test/
Dtest_smtplib.py365 smtp.helo()
367 self.assertEqual(smtp.helo(), expected)
/third_party/node/deps/v8/src/d8/
Dd8.cc3293 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/
DHISTORY27180 as value the sendmail() method would invoke the helo() method again.
27221 that calls the other methods usually only calls helo() and ehlo() for