Home
last modified time | relevance | path

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

12345678910>>...25

/plugin/recommend/helper/
Dmail.php11 * @param string $recipient
17 public function sendMail($recipient, $sender, $replacements = []) argument
27 $mailer->bcc($recipient);
50 foreach ($recipients as $recipient) {
51 $recipient = trim($recipient);
53 if ($recipient[0] === '@') {
54 $this->resolveGroup($resolved, $recipient);
55 } elseif (strpos($recipient, '@') === false) {
56 $this->resolveUser($resolved, $recipient);
58 if (!$this->emailIsValid($recipient)) {
[all …]
/plugin/structpublish/helper/
H A Dnotify.php97 foreach ($recipients as $recipient) {
98 $recipient = trim($recipient);
100 if ($recipient[0] === '@') {
101 $this->resolveGroup($resolved, $recipient);
102 } elseif (strpos($recipient, '@') === false) {
103 $this->resolveUser($resolved, $recipient);
105 $resolved[] = $recipient;
113 * @param string $recipient
117 protected function resolveGroup(&$resolved, $recipient) argument
126 $users = $auth->retrieveUsers(0, 5000, ['grps' => substr($recipient, 1)]);
[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/
DIMipPlugin.php105 if (parse_url($iTipMessage->recipient, PHP_URL_SCHEME) !== 'mailto')
109 $recipient = substr($iTipMessage->recipient, 7);
115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>';
140 $recipient,
DPlugin.php455 $principalUri = $aclPlugin->getPrincipalByUri($iTipMessage->recipient);
565 [$iTipMessage->recipient],
661 if (in_array($message->recipient, $ignore)) {
667 …ENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $message->recipient)) {
677 if ($attendee->getNormalizedValue() === $message->recipient) {
852 $recipient = $dom->createElement('cal:recipient');
856 $recipient->appendChild($recipientHref);
857 $xresponse->appendChild($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/
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;
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));
Dwho2.class.php33 $recipient = $p["recipient"];
42 $recipient = pfcCommand_join::GetRecipient($param);
46 $chanmeta = $this->_getChanMeta($recipient, $recipientid);
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);
Dban.class.php15 $recipient = $p["recipient"];
63 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid');
69 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
Dme.class.php14 $recipient = $p["recipient"];
33 $ct->write($recipient, $sender, $this->name, $msg);
Dnotice.class.php12 $recipient = $p["recipient"];
25 $res = $ct->write($recipient, $nick, "notice", $msg);
Dsend.class.php12 $recipient = $p["recipient"];
68 $msgid = $ct->write($recipient, $nick, "send", $text);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
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/
DKeyValueTest.php95 $recipient = [];
100 $recipient['referenceId'] = $keyValue['{}WeightOz'];
103 return $recipient;
/plugin/freechat/phpfreechat/src/proxies/
Dlock.class.php38 $recipient = $p["recipient"];
56 $p["recipient"] = $recipient;
Dlog.class.php41 $recipient = $p["recipient"];
57 $log = $recipient."\t";
Dcensor.class.php38 $recipient = $p["recipient"];
75 $p["recipient"] = $recipient;
Dnoflood.class.php39 $recipient = $p["recipient"];
99 $p["recipient"] = $recipient;
/plugin/freechat/phpfreechat/src/
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/
DBatchMailer.php197 $recipient = $it->getValue();
206 $sent += ($n = $this->swift->send($message, $recipient, $sender));
207 if (!$n) $this->addFailedRecipient($recipient->getAddress());
/plugin/infomail/
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;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DSendGridHandler.php83 foreach ($this->to as $recipient) {
84 $message['to[]'] = $recipient;

12345678910>>...25