- Timestamp:
- 09/05/13 09:28:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoAdmin1_2/inc/class.imap_functions.inc.php
r7769 r8209 278 278 function getaclfrombox($params) 279 279 { 280 $boxacl = $params['uid'];281 282 $return = array(); 280 $boxacl = imap_utf7_encode($params['uid']); 281 282 $return = array(); 283 283 284 284 $mbox_acl = imap_getacl($this->imap, "user" . $this->imapDelimiter . $boxacl);
Note: See TracChangeset
for help on using the changeset viewer.