Home
last modified time | relevance | path

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

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/model/
H A DAccount.php56 const ACL_DELEGATED_PERMISSION=15; define in GO\\Email\\Model\\Account
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/controller/
H A DMessageController.php433 …]=='Seen' && !empty($params["clear"]) ? Acl::CREATE_PERMISSION : Account::ACL_DELEGATED_PERMISSION;