Home
last modified time | relevance | path

Searched refs:smtp (Results 26 – 50 of 4134) sorted by relevance

12345678910>>...166

/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_smtplib.py282 smtp.quit()
306 smtp.quit()
314 smtp.quit()
323 smtp.quit()
333 smtp.quit()
343 smtp.quit()
729 self.smtp.has_extn, self.smtp.sendmail = Mock(), Mock()
1136 smtp.user, smtp.password = sim_auth
1145 smtp.user, smtp.password = sim_auth
1162 smtp.user, smtp.password = sim_auth
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_smtplib.py286 smtp.quit()
310 smtp.quit()
318 smtp.quit()
327 smtp.quit()
337 smtp.quit()
347 smtp.quit()
733 self.smtp.has_extn, self.smtp.sendmail = Mock(), Mock()
1140 smtp.user, smtp.password = sim_auth
1149 smtp.user, smtp.password = sim_auth
1166 smtp.user, smtp.password = sim_auth
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mail/
H A DSmtpClientTest.cs76 smtp.EnableSsl = true; in EnableSsl()
78 smtp.EnableSsl = false; in EnableSsl()
88 smtp.Host = "127.0.0.1"; in Host()
108 smtp.Host = null; in Host_Value_Null()
162 smtp.Port = 1; in Port()
176 smtp.Port = 0; in Port_Value_Invalid()
187 smtp.Port = -1; in Port_Value_Invalid()
238 smtp.Host = " \r\n "; in Send_Network_Host_Whitespace()
397 smtp.Timeout = 50; in Timeout()
399 smtp.Timeout = 0; in Timeout()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/testsuite/
H A Dtestsuite-smtp.c83 struct testsuite_smtp *smtp; in testsuite_smtp_start() local
94 smtp->msg_file); in testsuite_smtp_start()
99 return (void *) smtp; in testsuite_smtp_start()
121 return smtp->output; in testsuite_smtp_send()
132 i_unlink(smtp->msg_file); in testsuite_smtp_abort()
133 i_free(smtp->msg_file); in testsuite_smtp_abort()
134 i_free(smtp->mail_from); in testsuite_smtp_abort()
135 i_free(smtp); in testsuite_smtp_abort()
151 i_free(smtp->msg_file); in testsuite_smtp_finish()
152 i_free(smtp->mail_from); in testsuite_smtp_finish()
[all …]
/dports/mail/mailutils/mailutils-3.13/libproto/mailer/
H A Dsmtp_auth.c54 _mu_smtp_fixup_params (mu_smtp_t smtp) in _mu_smtp_fixup_params() argument
64 if (smtp->secret) in _mu_smtp_fixup_params()
70 if (!smtp->url) in _mu_smtp_fixup_params()
82 mu_url_get_secret (smtp->url, &smtp->secret) == 0) in _mu_smtp_fixup_params()
97 NULL, &smtp->secret); in _mu_smtp_fixup_params()
106 mu_smtp_auth (mu_smtp_t smtp) in mu_smtp_auth() argument
108 if (!smtp) in mu_smtp_auth()
114 if (smtp->state != MU_SMTP_MAIL) in mu_smtp_auth()
129 _mu_smtp_fixup_params (smtp); in mu_smtp_auth()
130 if (!smtp->param[MU_SMTP_PARAM_USERNAME] && !smtp->secret) in mu_smtp_auth()
[all …]
H A Dsmtp_trace.c35 _mu_smtp_trace_enable (mu_smtp_t smtp) in _mu_smtp_trace_enable() argument
40 if (!smtp->carrier) in _mu_smtp_trace_enable()
42 MU_SMTP_FSET (smtp, _MU_SMTP_TRACE); in _mu_smtp_trace_enable()
59 mu_stream_unref (smtp->carrier); in _mu_smtp_trace_enable()
60 smtp->carrier = xstr; in _mu_smtp_trace_enable()
61 MU_SMTP_FSET (smtp, _MU_SMTP_TRACE); in _mu_smtp_trace_enable()
69 _mu_smtp_trace_disable (mu_smtp_t smtp) in _mu_smtp_trace_disable() argument
71 mu_stream_t xstr = smtp->carrier; in _mu_smtp_trace_disable()
82 smtp->carrier = stream[0]; in _mu_smtp_trace_disable()
84 MU_SMTP_FCLR (smtp, _MU_SMTP_TRACE); in _mu_smtp_trace_disable()
[all …]
H A Dsmtp_rcpt.c37 if (!smtp) in mu_smtp_rcpt_basic()
41 if (smtp->state != MU_SMTP_RCPT && smtp->state != MU_SMTP_MORE) in mu_smtp_rcpt_basic()
44 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_rcpt_basic()
49 status = mu_smtp_write (smtp, " "); in mu_smtp_rcpt_basic()
53 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_rcpt_basic()
55 status = mu_smtp_write (smtp, "\r\n"); in mu_smtp_rcpt_basic()
56 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_rcpt_basic()
57 status = mu_smtp_response (smtp); in mu_smtp_rcpt_basic()
58 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_rcpt_basic()
60 if (smtp->replcode[0] != '2') in mu_smtp_rcpt_basic()
[all …]
H A Dsmtp_mail.c38 if (!smtp) in mu_smtp_mail_basic()
42 if (smtp->state != MU_SMTP_MAIL) in mu_smtp_mail_basic()
45 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_mail_basic()
50 status = mu_smtp_write (smtp, " "); in mu_smtp_mail_basic()
54 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_mail_basic()
56 status = mu_smtp_write (smtp, "\r\n"); in mu_smtp_mail_basic()
57 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_mail_basic()
58 status = mu_smtp_response (smtp); in mu_smtp_mail_basic()
59 MU_SMTP_CHECK_ERROR (smtp, status); in mu_smtp_mail_basic()
61 if (smtp->replcode[0] != '2') in mu_smtp_mail_basic()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Mail/
H A DSmtpClient.cs46 SmtpStream smtp; field in System.Web.Mail.SmtpClient
80 consArgs[0] = smtp.Stream; in ChangeToSSLSocket()
116 smtp.ReadResponse (); in StartSend()
130 smtp.WriteAuthLogin (); in StartSend()
133 smtp.ReadResponse (); in StartSend()
136 smtp.ReadResponse (); in StartSend()
157 smtp.WriteRset (); in Send()
176 smtp.WriteData (); in Send()
184 smtp.WriteDataEndTag (); in Send()
273 smtp.WriteLine (""); in SendMultipartMail()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Transport/
H A DEsmtpTransportTest.php17 $smtp = $this->_getTransport($buf);
18 $smtp->setHost('foo');
26 $smtp->setPort(25);
38 $smtp->setTimeout(10);
46 $smtp->setEncryption('tls');
111 $smtp->start();
155 $smtp->start();
195 $smtp->start();
234 $smtp->start();
278 $smtp->start();
[all …]
H A DAbstractSmtpEventSupportTest.php47 $smtp->start();
78 $smtp->start();
129 $smtp->start();
180 $smtp->start();
234 $smtp->start();
272 $smtp->start();
304 $smtp->start();
329 $smtp->start();
403 $smtp->stop();
425 $smtp->stop();
[all …]
H A DAbstractSmtpTest.php33 $smtp->start();
53 $smtp->start();
185 $smtp->start();
309 $smtp->start();
341 $smtp->start();
464 $smtp->start();
510 $smtp->start();
558 $smtp->start();
606 $smtp->start();
656 $smtp->start();
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py66 smtp.close()
71 smtp.close()
77 smtp.close()
87 smtp.close()
97 smtp.close()
102 smtp.close()
183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py66 smtp.close()
71 smtp.close()
77 smtp.close()
87 smtp.close()
97 smtp.close()
102 smtp.close()
183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_smtplib.py66 smtp.close()
71 smtp.close()
77 smtp.close()
87 smtp.close()
97 smtp.close()
102 smtp.close()
183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_smtplib.py66 smtp.close()
71 smtp.close()
77 smtp.close()
87 smtp.close()
97 smtp.close()
102 smtp.close()
183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
[all …]
/dports/mail/p5-Sisimai/Sisimai-v4.25.11/t/
H A D027-smtp-reply.t17 q|smtp; 250 2.1.5 Ok|,
19 q|smtp; 550 Unknown user kijitora@example.jp|,
20 q|smtp; 550 5.7.1 can't determine Purported |,
22 q|smtp; 550 Unknown user kijitora@example.co.jp|,
27 q|smtp; 550 Unknown user kijitora@example.net|,
28 q|smtp; 550 5.1.1 Address rejected|,
41 q|smtp; 550 'arathib@vnet.IBM.COM' is not a|,
42 q|smtp; 550 user unknown|,
43 q|smtp; 426 connection timed out|,
72 q|smtp; 554 Service currently unavailable|,
[all …]
/dports/net-mgmt/nagios-check_email_delivery/check_email_delivery-0.7.1b/
H A Dcheck_smtp_send145 my $smtp;
150 if( $smtp ) {
158 if( $smtp ) {
175 if( $smtp ) {
196 unless( $smtp ) {
234 $smtp->mail($mailfrom);
240 $smtp->to($_);
262 $smtp->data();
270 $smtp->datasend("\n");
276 $smtp->dataend();
[all …]
H A Dcheck_smtp_send_epn145 my $smtp;
150 if( $smtp ) {
158 if( $smtp ) {
175 if( $smtp ) {
196 unless( $smtp ) {
234 $smtp->mail($mailfrom);
240 $smtp->to($_);
262 $smtp->data();
270 $smtp->datasend("\n");
276 $smtp->dataend();
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/secure/
H A Dv_mailto.php142 $smtp['port'] = 0;
179 $smtp['auth'] = ($smtp['auth'] == "true") ? true : false;
180 $smtp['password'] = ($smtp['password'] != '') ? $smtp['password'] : null;
181 $smtp['secure'] = ($smtp['secure'] != "none") ? $smtp['secure'] : null;
182 $smtp['username'] = ($smtp['username'] != '') ? $smtp['username'] : null;
212 $mail->SMTPAuth = $smtp['auth'];
213 $mail->Host = $smtp['host'];
214 if ($smtp['port']!=0) $mail->Port=$smtp['port'];
215 if ($smtp['secure'] != '') {
218 if ($smtp['auth']) {
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_smtplib.py66 smtp.close()
71 smtp.close()
77 smtp.close()
87 smtp.close()
97 smtp.close()
102 smtp.close()
183 smtp.quit()
189 smtp.quit()
195 smtp.quit()
202 smtp.quit()
[all …]
/dports/dns/dnscheckengine/engine/lib/DNSCheck/Test/
H A DSMTP.pm77 my $smtp = Net::SMTP->new(
83 unless ($smtp) {
92 $message = $smtp->banner;
96 if ($smtp->status == 0) {
108 $smtp->mail("<>");
113 if ($smtp->status == 0) {
125 $smtp->recipient($email);
130 if ($smtp->status == 0) {
136 unless ($smtp->status == 2 || $smtp->status == 4) {
143 $smtp->reset;
[all …]
/dports/mail/phpmailer/PHPMailer-5.2.28/examples/
H A Dsmtp_check.phps14 $smtp = new SMTP; variable
17 $smtp->do_debug = SMTP::DEBUG_CONNECTION;
21 if (!$smtp->connect('mail.example.com', 25)) {
25 if (!$smtp->hello(gethostname())) {
26 throw new Exception('EHLO failed: ' . $smtp->getError()['error']);
29 $e = $smtp->getServerExtList();
32 $tlsok = $smtp->startTLS();
37 if (!$smtp->hello(gethostname())) {
41 $e = $smtp->getServerExtList();
45 if ($smtp->authenticate('username', 'password')) {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/examples/
H A Dsmtp_check.phps14 $smtp = new SMTP; variable
17 $smtp->do_debug = SMTP::DEBUG_CONNECTION;
21 if (!$smtp->connect('mail.example.com', 25)) {
25 if (!$smtp->hello(gethostname())) {
26 throw new Exception('EHLO failed: ' . $smtp->getError()['error']);
29 $e = $smtp->getServerExtList();
32 $tlsok = $smtp->startTLS();
37 if (!$smtp->hello(gethostname())) {
41 $e = $smtp->getServerExtList();
45 if ($smtp->authenticate('username', 'password')) {
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpmailer/phpmailer/examples/
H A Dsmtp_check.phps18 $smtp = new SMTP; variable
21 $smtp->do_debug = SMTP::DEBUG_CONNECTION;
25 if (!$smtp->connect('mail.example.com', 25)) {
29 if (!$smtp->hello(gethostname())) {
30 throw new Exception('EHLO failed: ' . $smtp->getError()['error']);
33 $e = $smtp->getServerExtList();
36 $tlsok = $smtp->startTLS();
41 if (!$smtp->hello(gethostname())) {
45 $e = $smtp->getServerExtList();
49 if ($smtp->authenticate('username', 'password')) {
[all …]

12345678910>>...166