Home
last modified time | relevance | path

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

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/controller/
H A DPortletController.php173 $node['children']=$this->_getMailboxTreeNodes($account->getRootMailboxes(true));
201 $response=$this->_getMailboxTreeNodes($account->getRootMailboxes(true));
H A DAccountController.php223 $rootMailboxes = $account->getRootMailboxes(false, false);
351 $response=$this->_getMailboxTreeNodes($account->getRootMailboxes(true));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/model/
H A DAccount.php507 public function getRootMailboxes($withStatus=false, $subscribed=false){ function in GO\\Email\\Model\\Account
H A DImapMessage.php121 foreach ($account->getRootMailboxes(false, true) as $mailbox) {