Searched refs:recipients (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dsmtp-vrfy.c41 struct curl_slist *recipients = NULL; local
49 recipients = curl_slist_append(recipients, "<recipient@example.com>");
50 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
60 /* Free the list of recipients */
61 curl_slist_free_all(recipients);
H A Dsmtp-expn.c38 struct curl_slist *recipients = NULL; local
46 recipients = curl_slist_append(recipients, "Friends");
47 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
60 /* Free the list of recipients */
61 curl_slist_free_all(recipients);
H A Dsmtp-mail.c82 struct curl_slist *recipients = NULL; local
100 /* Add two recipients, in this particular case they correspond to the
103 recipients = curl_slist_append(recipients, TO);
104 recipients = curl_slist_append(recipients, CC);
105 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
122 /* Free the list of recipients */
123 curl_slist_free_all(recipients);
H A Dsmtp-tls.c83 struct curl_slist *recipients = NULL; local
128 /* Add two recipients, in this particular case they correspond to the
131 recipients = curl_slist_append(recipients, TO);
132 recipients = curl_slist_append(recipients, CC);
133 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
155 /* Free the list of recipients */
156 curl_slist_free_all(recipients);
H A Dsmtp-ssl.c83 struct curl_slist *recipients = NULL; local
126 /* Add two recipients, in this particular case they correspond to the
129 recipients = curl_slist_append(recipients, TO);
130 recipients = curl_slist_append(recipients, CC);
131 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
153 /* Free the list of recipients */
154 curl_slist_free_all(recipients);
H A Dsmtp-multi.c102 struct curl_slist *recipients = NULL; local
128 /* Add two recipients, in this particular case they correspond to the
131 recipients = curl_slist_append(recipients, TO);
132 recipients = curl_slist_append(recipients, CC);
133 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
205 /* Free the list of recipients */
206 curl_slist_free_all(recipients);
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Ddump-remind.in31 recipients="`
67 To: ${recipients}
90 To: ${recipients}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtcl_smtpd26 proc deliver {sender recipients data} {
33 foreach rcpt $recipients {
56 # Only reject recipients beginning with 'bogus'
H A Dtk_smtpd62 set recipients [mime::getheader $token To]
70 foreach rcpt $recipients {
108 # Only reject mail for recipients beginning with 'bogus'
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSEncoder.cpp86 CFMutableArrayRef recipients; member in struct:_CMSEncoder
331 CFRELEASE(cmsEncoder->recipients);
553 ASSERT(cmsEncoder->recipients != NULL);
565 CFIndex numCerts = CFArrayGetCount(cmsEncoder->recipients);
572 cmsEncoder->recipients, dex);
631 cmsEncoder->recipients, dex);
655 if(cmsEncoder->recipients != NULL) {
662 else if(cmsEncoder->recipients != NULL) {
797 * Specify recipients of the message. Implies that the message will be encrypted.
809 return cmsAppendToArray(recipientOrArray, &cmsEncoder->recipients,
816 CMSEncoderCopyRecipients( CMSEncoderRef cmsEncoder, CFArrayRef *recipients) argument
1216 CMSEncode( CFTypeRef signers, CFTypeRef recipients, const CSSM_OID *eContentType, Boolean detachedContent, CMSSignedAttributes signedAttributes, const void *content, size_t contentLen, CFDataRef *encodedContent) argument
1285 CMSEncodeContent( CFTypeRef signers, CFTypeRef recipients, CFTypeRef eContentTypeOID, Boolean detachedContent, CMSSignedAttributes signedAttributes, const void *content, size_t contentLen, CFDataRef *encodedContentOut) argument
[all...]
H A DCMSEncoder.h31 * recipients; recipients are expressed here as SecCertificateRefs.
95 * Specify recipients of the message. Implies that the message will
99 * array of recipients, as a CFArray of SecCertificateRefs.
111 * Obtain an array of recipients as specified in CMSEncoderSetRecipients().
112 * Returns a NULL recipients array if CMSEncoderSetRecipients() has not been
328 * of {signers, recipients} must be non-NULL)
332 * recipients : recipient certificates. Either a SecCertificateRef,
349 CFTypeRef recipients,
364 * of {signers, recipients} mus
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dcmsutil.c405 char **recipients; member in struct:envelopeOptionsStr
410 char **recipients; member in struct:certsonlyOptionsStr
415 char **recipients; member in struct:encryptOptionsStr
801 /* count the recipients */
802 SEC_CHECK0(cnt = nss_CMSArray_Count((void **)envelopeOptions->recipients),
812 for (i = 0; envelopeOptions->recipients[i] != NULL; ++i)
815 CERT_FindCertByNicknameOrEmailAddr(dbhandle, envelopeOptions->recipients[i])) == NULL)
901 envelopeOptions.recipients = encryptOptions->recipients;
1004 SEC_CHECK0(cnt = nss_CMSArray_Count((void**)certsonlyOptions->recipients),
[all...]
/macosx-10.10.1/efax-38/efax/
H A Dfaxnotify195 recipients = defaults_read('EmailRecipient') variable
200 sender = recipients.split(',')[0].strip(string.whitespace + '<>')
203 email_fax(recipients, sender, pdf_file)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmml1991.el117 (message-options-get 'message-recipients)
118 (message-options-set 'message-recipients
188 (sign plaintext ciphertext result recipients &optional
192 plaintext ciphertext result recipients passphrase
195 plaintext ciphertext result recipients passphrase
203 (message-options-get 'message-recipients)
204 (message-options-set 'message-recipients
281 (message-options-get 'message-recipients)
282 (message-options-set 'message-recipients
H A Dmessage.el729 (defcustom message-allow-no-recipients 'ask
730 "Specifies what to do when there are no recipients other than Gcc/Fcc.
1458 (defcustom message-wide-reply-confirm-recipients nil
1459 "Whether to confirm a wide reply to multiple email recipients.
1460 If this variable is nil, don't ask whether to reply to all recipients.
1462 recipients?\" before a wide reply to multiple recipients. If the user
1463 answers yes, reply to all recipients as usual. If the user answers
2913 "Widen the reply to include maximum recipients."
3634 (or (eq message-allow-no-recipients 'alway
[all...]
H A Dmml.el184 (recipients (cdr (assq 'recipients taginfo)))
208 ,(if recipients "recipients")
209 ,recipients
600 sender recipients)
605 (if (setq recipients (cdr (assq 'recipients cont)))
606 (message-options-set 'message-recipients recipients))
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpgg-pgp.el134 (defun pgg-pgp-encrypt-region (start end recipients &optional sign passphrase)
146 (if (or recipients pgg-encrypt-for-me)
148 (append recipients
H A Dpgg-pgp5.el146 (defun pgg-pgp5-encrypt-region (start end recipients &optional sign passphrase)
158 ,@(if (or recipients pgg-encrypt-for-me)
163 (append recipients
H A Dpgg-gpg.el208 (defun pgg-gpg-encrypt-region (start end recipients &optional sign passphrase)
227 (if (or recipients pgg-encrypt-for-me)
231 (append recipients
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dsmtp.tcl25 # addrs: number of recipients negotiated
65 # Sends a mime object (containing a message) to some recipients
72 # message at all if any of the recipients are
74 # ::smtp::boolean) means that ALL recipients must be
88 # -recipients A string containing recipient e-mail addresses.
128 set recipients ""
190 -recipients {
191 set recipients $value
309 if {$recipients != ""} {
310 set who -recipients
[all...]
/macosx-10.10.1/postfix-255/postfix/src/sendmail/
H A Dsendmail.c31 /* size, arrival time, sender, and the recipients that still need to
211 /* Extract recipients from message headers. These are added to any
212 /* recipients specified on the command line.
496 #define SM_FLAG_XRCPT (1<<1) /* extract recipients from headers */
506 * Callback context for extracting recipients.
510 ARGV *recipients; /* recipients from regular headers */ member in struct:SM_STATE
511 ARGV *resent_recip; /* recipients from resent headers */
578 rcpt = state->recipients;
617 const char *full_name, char **recipients)
614 enqueue(const int flags, const char *encoding, const char *dsn_envid, int dsn_ret, int dsn_notify, const char *rewrite_context, const char *sender, const char *full_name, char **recipients) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-source.c48 /* Send the specified number of recipients per transaction (default: 1).
128 int rcpt_done; /* # of recipients done */
129 int rcpt_count; /* # of recipients to go */
149 static int recipients = 1; variable
370 /* send_data - send message+sender+recipients */
524 if ((recipients = atoi(optarg)) <= 0)
635 if (recipients == 1) {
641 for (n = 0; n < recipients; n++) {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dsmtp.tcl173 -recipients $addr(address) \
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecSCEP.c249 SecIdentityRef signer, CFTypeRef recipients)
260 if (CFGetTypeID(recipients) == SecCertificateGetTypeID()) {
261 recipient = (SecCertificateRef)recipients;
262 } else if (CFGetTypeID(recipients) == CFArrayGetTypeID()) {
263 CFIndex recipient_count = CFArrayGetCount(recipients);
266 recipient = (SecCertificateRef)CFArrayGetValueAtIndex(recipients, 0);
269 recipient = (SecCertificateRef)CFArrayGetValueAtIndex(recipients, 0);
247 SecSCEPGenerateCertificateRequest(CFArrayRef subject, CFDictionaryRef parameters, SecKeyRef publicKey, SecKeyRef privateKey, SecIdentityRef signer, CFTypeRef recipients) argument
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/
H A Dsmtpd.tcl520 # with the sender, list of recipients and the text of the mail.
660 # times to contruct a list of recipients. If a -validate_recipient
706 set recipients {}
707 catch {set recipients [state $channel to]}
708 lappend recipients $to
709 state $channel to $recipients

Completed in 320 milliseconds

12