Lines Matching full:smtp
2 * lws-unit-tests-smtp-client
9 * This performs unit tests for the SMTP client abstract protocol
29 * smtp client abstract protocol.
52 "Subject: Test email for lws smtp-client\n" in smtp_test_instance_init()
54 "Hello this was an api test for lws smtp-client\n" in smtp_test_instance_init()
75 "220 smtp.example.com ESMTP Postfix",
81 "250 smtp.example.com, I am glad to meet you",
104 "Subject: Test email for lws smtp-client\n"
106 "Hello this was an api test for lws smtp-client\n"
129 "220 smtp.example.com ESMTP Postfix",
135 "250 smtp.example.com, I am glad to meet you",
163 * set the HELO our SMTP client will use
198 lwsl_user("LWS API selftest: SMTP client unit tests\n"); in main()
218 abs = lws_abstract_alloc(vh, NULL, "smtp.unit_test", in main()