Home
last modified time | relevance | path

Searched refs:recipient (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/plugin/recommend/helper/
H A Dmail.php11 * @param string $recipient
27 $mailer->bcc($recipient);
50 foreach ($recipients as $recipient) {
51 $recipient = trim($recipient);
53 if ($recipient[0] === '@') {
55 } elseif (strpos($recipient, '@') === false) {
58 if (!$this->emailIsValid($recipient)) {
61 $resolved[] = $recipient;
69 * @param string $recipient
89 * @param string $recipient
[all …]
/plugin/structpublish/helper/
H A Dnotify.php55 // get recipient emails
96 foreach ($recipients as $recipient) {
97 $recipient = trim($recipient);
99 if ($recipient[0] === '@') {
100 $this->resolveGroup($resolved, $recipient);
101 } elseif (strpos($recipient, '@') === false) {
102 $this->resolveUser($resolved, $recipient);
104 $resolved[] = $recipient;
112 * @param string $recipient argument
131 resolveUser(& $resolved, $recipient) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php26 $message->recipient = 'mailto:recipient@example.org';
68 $message->recipient = 'http://example.org/recipient';
98 $message->recipient = 'mailto:recipient@example.org';
119 'to' => 'Recipient <recipient@example.org>',
140 $message->recipient = 'mailto:recipient@example.org';
161 'to' => 'Recipient <recipient@example.org>',
195 $message->recipient = 'mailto:recipient@example.org';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php105 if (parse_url($iTipMessage->recipient, PHP_URL_SCHEME) !== 'mailto')
109 $recipient = substr($iTipMessage->recipient, 7);
115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
140 $recipient,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php105 if (parse_url($iTipMessage->recipient, PHP_URL_SCHEME) !== 'mailto')
109 $recipient = substr($iTipMessage->recipient, 7);
115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
140 $recipient,
H A DPlugin.php377 $principalUri = $aclPlugin->getPrincipalByUri($iTipMessage->recipient);
487 [$iTipMessage->recipient],
524 if (in_array($message->recipient, $ignore)) {
530 …ENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $message->recipient)) {
540 if ($attendee->getNormalizedValue() === $message->recipient) {
711 $recipient = $dom->createElement('cal:recipient');
715 $recipient->appendChild($recipientHref);
716 $xresponse->appendChild($recipient);
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php34 $recipient = $p["recipient"];
43 $recipient = pfcCommand_join::GetRecipient($param);
47 $chanmeta = $this->_getChanMeta($recipient, $recipientid);
52 function _getChanMeta($recipient, $recipientid) argument
57 $chanmeta['chan'] = $recipient;
H A Dunban.class.php15 $recipient = $p["recipient"];
42 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid');
52 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
59 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
H A Dwho2.class.php33 $recipient = $p["recipient"];
42 $recipient = pfcCommand_join::GetRecipient($param);
46 $chanmeta = $this->_getChanMeta($recipient, $recipientid);
H A Dgetnewmsg.class.php32 $recipient = $p["recipient"];
37 if ($recipient == "") return;
60 $from_id = $container->getLastId($recipient) - $c->max_msg - 1;
72 $new_msg = $container->read($recipient, $from_id);
H A Dban.class.php15 $recipient = $p["recipient"];
63 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid');
69 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
H A Dme.class.php14 $recipient = $p["recipient"];
33 $ct->write($recipient, $sender, $this->name, $msg);
H A Dnotice.class.php12 $recipient = $p["recipient"];
25 $res = $ct->write($recipient, $nick, "notice", $msg);
H A Dsend.class.php12 $recipient = $p["recipient"];
68 $msgid = $ct->write($recipient, $nick, "send", $text);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGmailMessageInfo.php50 public $recipient; variable in Google\\Service\\AlertCenter\\GmailMessageInfo
143 public function setRecipient($recipient) argument
145 $this->recipient = $recipient;
152 return $this->recipient;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DKeyValueTest.php95 $recipient = [];
100 $recipient['referenceId'] = $keyValue['{}WeightOz'];
103 return $recipient;
/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php38 $recipient = $p["recipient"];
56 $p["recipient"] = $recipient;
H A Dlog.class.php41 $recipient = $p["recipient"];
57 $log = $recipient."\t";
H A Dcensor.class.php38 $recipient = $p["recipient"];
75 $p["recipient"] = $recipient;
H A Dnoflood.class.php39 $recipient = $p["recipient"];
99 $p["recipient"] = $recipient;
H A Dauth.class.php38 $recipient = $p["recipient"];
110 $p["recipient"] = $recipient;
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php228 $recipient = "";
246 $recipient = $u->channels[$recipientid]["recipient"];
250 $recipient = $u->privmsg[$recipientid]["recipient"];
277 $cmdp["recipient"] = $recipient;
301 $cmdp["recipient"] = $recipient;
322 $cmdp["recipient"] = $recipient;
/plugin/swiftmail/Swift/
H A DBatchMailer.php197 $recipient = $it->getValue();
206 $sent += ($n = $this->swift->send($message, $recipient, $sender));
207 if (!$n) $this->addFailedRecipient($recipient->getAddress());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php83 foreach ($this->to as $recipient) {
84 $message['to[]'] = $recipient;
/plugin/infomail/
H A Daction.php237 protected function mail_archive($recipient, $subject, $mailtext, $sender) argument
247 $mailtext = "Von: $sender\nAn: $recipient\nDatum: $date\n\n" . $mailtext;
260 protected function mail_log($recipient, $subject, $mailtext, $sender) argument
270 …rftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sender . "\t" . $recipient;

12345678910>>...21