/third_party/curl/docs/examples/ |
D | smtp-mail.c | 96 struct curl_slist *recipients = NULL; in main() local 116 recipients = curl_slist_append(recipients, TO_ADDR); in main() 117 recipients = curl_slist_append(recipients, CC_ADDR); in main() 118 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 136 curl_slist_free_all(recipients); in main()
|
D | smtp-multi.c | 90 struct curl_slist *recipients = NULL; in main() local 117 recipients = curl_slist_append(recipients, TO_MAIL); in main() 118 recipients = curl_slist_append(recipients, CC_MAIL); in main() 119 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 144 curl_slist_free_all(recipients); in main()
|
D | smtp-tls.c | 93 struct curl_slist *recipients = NULL; in main() local 140 recipients = curl_slist_append(recipients, TO_MAIL); in main() 141 recipients = curl_slist_append(recipients, CC_MAIL); in main() 142 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 166 curl_slist_free_all(recipients); in main()
|
D | smtp-mime.c | 79 struct curl_slist *recipients = NULL; in main() local 101 recipients = curl_slist_append(recipients, TO); in main() 102 recipients = curl_slist_append(recipients, CC); in main() 103 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 150 curl_slist_free_all(recipients); in main()
|
D | smtp-ssl.c | 93 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()
|
D | smtp-vrfy.c | 49 struct curl_slist *recipients = NULL; in main() local 57 recipients = curl_slist_append(recipients, "<recipient@example.com>"); in main() 58 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 69 curl_slist_free_all(recipients); in main()
|
D | smtp-expn.c | 46 struct curl_slist *recipients = NULL; in main() local 54 recipients = curl_slist_append(recipients, "Friends"); in main() 55 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 69 curl_slist_free_all(recipients); in main()
|
D | smtp-authzid.c | 99 struct curl_slist *recipients = NULL; in main() local 129 recipients = curl_slist_append(recipients, TO_ADDR); in main() 130 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main() 148 curl_slist_free_all(recipients); in main()
|
/third_party/curl/docs/cmdline-opts/ |
D | mail-rcpt-allowfails.d | 4 Help: Allow RCPT TO command to fail for some recipients 12 When sending data to multiple recipients, by default curl aborts SMTP 13 conversation if at least one of the recipients causes RCPT TO command to 18 remaining valid recipients. 20 If all recipients trigger RCPT TO failures and this flag is specified, curl
|
D | mail-rcpt.d | 14 option several times to send to multiple recipients.
|
/third_party/curl/tests/libtest/ |
D | lib652.c | 36 struct curl_slist *recipients = NULL; in test() local 92 recipients = curl_slist_append(NULL, "someone@example.com"); in test() 93 if(!recipients) { in test() 105 test_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in test() 128 curl_slist_free_all(recipients); in test()
|
/third_party/openssl/doc/man3/ |
D | PKCS7_decrypt.pod | 17 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.
|
D | CMS_decrypt.pod | 56 Although the recipients certificate is not needed to decrypt the data it is 57 needed to locate the appropriate (of possible several) recipients in the CMS 60 If I<cert> is set to NULL all possible recipients are tried. This case however 62 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
|
D | CMS_encrypt.pod | 62 returned to which additional recipients and attributes can be added before 79 The recipients specified in B<certs> use a CMS KeyTransRecipientInfo info 83 The parameter B<certs> may be NULL if B<CMS_PARTIAL> is set and recipients
|
D | CMS_EnvelopedData_create.pod | 39 The recipients can be added later using L<CMS_add1_recipient_cert(3)> or
|
D | CMS_add1_recipient_cert.pod | 5 CMS_add1_recipient, CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS envel…
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jose.c | 192 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/ |
D | jwe.c | 388 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/ |
D | email-dir.py | 45 msg['To'] = ', '.join(args.recipients)
|
/third_party/python/Lib/ |
D | smtplib.py | 125 def __init__(self, recipients): argument 126 self.recipients = recipients 127 self.args = (recipients,)
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-jose.h | 128 int recipients; /* count of used recipient[] entries */ member
|
/third_party/bounds_checking_function/ |
D | LICENSE | 97 …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/node/deps/openssl/openssl/external/perl/Text-Template-1.56/ |
D | LICENSE | 53 gratis or for a fee, you must give the recipients all the rights that 64 want its recipients to know that what they have is not the original, so 87 other recipients of the Program a copy of this General Public License 166 recipients' exercise of the rights granted herein. 308 recipients of the item may redistribute it under the same conditions they
|
/third_party/openssl/external/perl/Text-Template-1.56/ |
D | LICENSE | 53 gratis or for a fee, you must give the recipients all the rights that 64 want its recipients to know that what they have is not the original, so 87 other recipients of the Program a copy of this General Public License 166 recipients' exercise of the rights granted herein. 308 recipients of the item may redistribute it under the same conditions they
|
/third_party/python/Doc/library/ |
D | smtplib.rst | 173 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
|