Home
last modified time | relevance | path

Searched refs:emails (Results 26 – 32 of 32) sorted by path

12

/plugin/structtasks/
H A DREADME3 Send reminder and notification emails for tasks stored as struct data
H A Dplugin.info.txt6 desc Send update and reminder emails for tasks stored as struct data
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md687 `Sabre\CalDAV\Schedule\IMipPlugin`, which can now send emails for clients
1450 * Added: Possibility to let server send out invitation emails on behalf of
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php361 $emails = [];
364 $emails[] = substr($address, 7);
367 return new Xml\Property\EmailAddressSet($emails);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DEmailAddressSet.php27 private $emails; variable in Sabre\\CalDAV\\Xml\\Property\\EmailAddressSet
32 * @param array $emails
34 function __construct(array $emails) { argument
36 $this->emails = $emails;
47 return $this->emails;
72 foreach ($this->emails as $email) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md51 unneeded update emails in scheduling systems. (@alecpl).
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php64 $emails = $comp->email;
65 $this->assertEquals(3, count($emails));

12