Home
last modified time | relevance | path

Searched refs:outbox (Results 1 – 4 of 4) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php11 $outbox = new Outbox('principals/user1');
12 $this->assertEquals('outbox', $outbox->getName());
13 $this->assertEquals(array(), $outbox->getChildren());
14 $this->assertEquals('principals/user1', $outbox->getOwner());
15 $this->assertEquals(null, $outbox->getGroup());
54 ), $outbox->getACL());
58 $outbox->setACL(array());
70 $outbox = new Outbox('principals/user1');
71 $r = $outbox->getSupportedPrivilegeSet();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php651 * @param IOutbox $outbox
657 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter… argument
665 $owner = $outbox->getOwner();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php792 * @param IOutbox $outbox
798 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter… argument
806 $owner = $outbox->getOwner();
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md649 * Changed: Accessing the caldav inbox, outbox or notification collection no
1351 * Fixed: Problem with POST requests to the outbox if mailto: was not lower