Méthode |
Description |
|
__construct ( array $data ) |
Constructor. |
|
_notDeleted ( array $message ) : boolean |
Indicates if a message is considered deleted. |
|
appendMessage ( string $folder, resource $msg ) : mixed |
Appends a message to the given folder. |
|
arrayKeys ( ) : array |
Returns the array keys of this array. |
|
deleteAnnotation ( $folder, $annotation ) |
|
|
deleteMessages ( $folder, $uids ) |
|
|
deleteUserPermissions ( $folder, $user ) |
|
|
expunge ( $folder ) |
|
|
fetchBodypart ( string $folder, array $uid, array $id ) : resource |
Retrieves a bodypart for the given message ID and mime part ID. |
|
fetchComplete ( $folder, $uid ) |
|
|
fetchStructure ( string $folder, array $uids ) : array |
Retrieves the messages for the given message ids. |
|
getAnnotation ( $folder, $annotation ) |
|
|
getPermissions ( $folder ) |
|
|
getUids ( $folder ) |
|
|
getUserPermissions ( $folder, $user ) |
|
|
hasAnnotation ( $folder, $annotation ) |
|
|
hasPermissions ( $folder ) |
|
|
hasUserPermissions ( $folder, $user ) |
|
|
moveMessage ( $uid, $old_folder, $new_folder ) |
|
|
offsetExists ( string | integer $offset ) : boolean |
Tests if the value of the given offset exists in this array. |
|
offsetGet ( string | integer $offset ) : mixed |
Returns the value of the given offset in this array. |
|
offsetSet ( string | integer $offset, $value ) : null |
Sets the value of the given offset in this array. |
|
offsetUnset ( string | integer $offset ) : null |
Removes the given offset exists from this array. |
|
select ( $folder ) |
|
|
setAnnotation ( $folder, $annotation, $value ) |
|
|
setUserPermissions ( $folder, $user, $acl ) |
|
|
status ( $folder ) |
|
|