Home
last modified time | relevance | path

Searched refs:senderEmail (Results 1 – 2 of 2) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php29 protected $senderEmail; variable in Sabre\\CalDAV\\Schedule\\IMipPlugin
41 * @param string $senderEmail. The 'senderEmail' is the email that shows up
46 function __construct($senderEmail) { argument
48 $this->senderEmail = $senderEmail;
133 'From: ' . $this->senderEmail,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php29 protected $senderEmail; variable in Sabre\\CalDAV\\Schedule\\IMipPlugin
41 * @param string $senderEmail. The 'senderEmail' is the email that shows up
46 function __construct($senderEmail) { argument
48 $this->senderEmail = $senderEmail;
133 'From: ' . $this->senderEmail,