Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/curl/docs/examples/
Dsmtp-mail.c94 struct curl_slist *recipients = NULL; in main() local
114 recipients = curl_slist_append(recipients, TO_ADDR); in main()
115 recipients = curl_slist_append(recipients, CC_ADDR); in main()
116 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
134 curl_slist_free_all(recipients); in main()
Dsmtp-tls.c91 struct curl_slist *recipients = NULL; in main() local
138 recipients = curl_slist_append(recipients, TO_MAIL); in main()
139 recipients = curl_slist_append(recipients, CC_MAIL); in main()
140 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
163 curl_slist_free_all(recipients); in main()
Dsmtp-multi.c88 struct curl_slist *recipients = NULL; in main() local
115 recipients = curl_slist_append(recipients, TO_MAIL); in main()
116 recipients = curl_slist_append(recipients, CC_MAIL); in main()
117 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
142 curl_slist_free_all(recipients); in main()
Dsmtp-mime.c77 struct curl_slist *recipients = NULL; in main() local
99 recipients = curl_slist_append(recipients, TO); in main()
100 recipients = curl_slist_append(recipients, CC); in main()
101 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
145 curl_slist_free_all(recipients); in main()
Dsmtp-ssl.c91 struct curl_slist *recipients = NULL; in main() local
136 recipients = curl_slist_append(recipients, TO_MAIL); in main()
137 recipients = curl_slist_append(recipients, CC_MAIL); in main()
138 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
161 curl_slist_free_all(recipients); in main()
Dsmtp-vrfy.c47 struct curl_slist *recipients = NULL; in main() local
55 recipients = curl_slist_append(recipients, "<recipient@example.com>"); in main()
56 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
67 curl_slist_free_all(recipients); in main()
Dsmtp-expn.c44 struct curl_slist *recipients = NULL; in main() local
52 recipients = curl_slist_append(recipients, "Friends"); in main()
53 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
67 curl_slist_free_all(recipients); in main()
Dsmtp-authzid.c97 struct curl_slist *recipients = NULL; in main() local
127 recipients = curl_slist_append(recipients, TO_ADDR); in main()
128 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
146 curl_slist_free_all(recipients); in main()
/third_party/curl/docs/cmdline-opts/
Dmail-rcpt-allowfails.d2 Help: Allow RCPT TO command to fail for some recipients
7 When sending data to multiple recipients, by default curl will abort SMTP
8 conversation if at least one of the recipients causes RCPT TO command to
13 remaining valid recipients.
15 In case when all recipients cause RCPT TO command to fail, curl will abort SMTP
Dmail-rcpt.d9 option several times to send to multiple recipients.
/third_party/curl/tests/libtest/
Dlib652.c34 struct curl_slist *recipients = NULL; in test() local
90 recipients = curl_slist_append(NULL, "someone@example.com"); in test()
91 if(!recipients) { in test()
103 test_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in test()
126 curl_slist_free_all(recipients); in test()
/third_party/openssl/doc/man3/
DPKCS7_decrypt.pod17 recipients certificate, B<data> is a BIO to write the content to and
22 Although the recipients certificate is not needed to decrypt the data it is needed
23 to locate the appropriate (of possible several) recipients in the PKCS#7 structure.
DCMS_decrypt.pod26 Although the recipients certificate is not needed to decrypt the data it is
27 needed to locate the appropriate (of possible several) recipients in the CMS
30 If B<cert> is set to NULL all possible recipients are tried. This case however
32 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
DCMS_encrypt.pod56 returned to which additional recipients and attributes can be added before
75 The recipients specified in B<certs> use a CMS KeyTransRecipientInfo info
79 The parameter B<certs> may be NULL if B<CMS_PARTIAL> is set and recipients
DCMS_add1_recipient_cert.pod5 CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure
/third_party/libwebsockets/lib/jose/jws/
Djose.c192 args->jose->recipients++; in lws_jws_jose_cb()
418 &jose->recipient[jose->recipients].jwk_ephemeral, in lws_jose_parse()
430 jose->recipients = 0; in lws_jose_parse()
444 jose->recipients++; in lws_jose_parse()
/third_party/libwebsockets/lib/jose/jwe/
Djwe.c388 if (jwe->jose.recipients >= (int)LWS_ARRAY_SIZE(jwe->jose.recipient)) { in lws_jwe_encrypt()
447 memset(&jwe->jose.recipient[jwe->jose.recipients], 0, in lws_jwe_encrypt()
450 jwe->jose.recipients++; in lws_jwe_encrypt()
483 if (jwe->jose.recipients > 1) { in lws_jwe_render_compact()
486 jwe->jose.recipients); in lws_jwe_render_compact()
/third_party/python/Doc/includes/
Demail-dir.py45 msg['To'] = ', '.join(args.recipients)
/third_party/libwebsockets/include/libwebsockets/
Dlws-jose.h128 int recipients; /* count of used recipient[] entries */ member
/third_party/python/Lib/
Dsmtplib.py125 def __init__(self, recipients): argument
126 self.recipients = recipients
127 self.args = (recipients,)
/third_party/flutter/engine/flutter/tools/licenses/data/
Dmozilla-2.0116recipients that the Source Code Form of the Covered Software is governed by the terms of this Lice…
122 … in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executabl…
124 …license for the Executable Form does not attempt to limit or alter the recipients’ rights in the S…
136 …, warranty, support, indemnity or liability obligations to one or more recipients of Covered Softw…
/third_party/bounds_checking_function/
DLICENSE97 …tion, whether in source or executable forms, provided that you provide recipients with a copy of t…
111 To apply the Mulan PSL v2 to your work, for easy identification by recipients, you are suggested to…
/third_party/openssl/doc/man1/
Dcms.pod390 When decrypting a message this specifies the recipients certificate. The
391 certificate must match one of the recipients of the message or an error
410 be provided by all recipient or first tier recipients (those mailed directly
485 One or more certificates of message recipients: used when encrypting
549 (Bleichenbacher's attack on PKCS #1 v1.5 RSA padding) all recipients are
550 tried whether they succeed or not and if no recipients match the message
/third_party/python/Doc/library/
Dsmtplib.rst173 through the attribute :attr:`recipients`, which is a dictionary of exactly the
449 options to different recipients you have to use the low-level methods such as
482 All recipients were refused. Nobody got the mail. The :attr:`recipients`
484 refused recipients (like the one returned when at least one recipient was
/third_party/lz4/tests/
DREADME.md28 If second results are also lower than `lowerLimit` the warning e-mail is send to recipients from th…

123456789