메소드 |
설명 |
|
addRights ( IMP_Mailbox $mbox, string $user, string $rights ) |
Adds rights to an ACL on the server. |
|
canEdit ( IMP_Mailbox $mbox ) : boolean |
Can the current user edit the ACL for this mailbox? |
|
getACL ( IMP_Mailbox $mbox, boolean $user = false ) : mixed |
Retrieve the existing ACLs for a mailbox from the server. |
|
getRights ( ) : array |
Return master list of ACL rights. |
|
getRightsMbox ( IMP_Mailbox $mbox, string $user ) : Horde_Imap_Client_Data_AclRights |
Return list of rights available on the server. |
|
removeRights ( IMP_Mailbox $mbox, string $user, string $rights ) |
Removes rights to an ACL on the server. |
|