Méthode |
Description |
|
appendMessage ( string $folder, resource $msg ) : mixed |
Appends a message to the given folder. |
|
create ( string $folder ) : null |
Create the specified folder. |
|
createBackend ( ) : mixed |
Create the backend driver. |
|
delete ( string $folder ) : null |
Delete the specified folder. |
|
deleteAcl ( string $folder, string $user ) : null |
Delete the access rights for user on a folder. |
|
deleteMessages ( string $folder, integer $uids ) : null |
Deletes messages from the specified folder. |
|
expunge ( string $folder ) : mixed |
Expunges messages in the current folder. |
|
fetchBodypart ( string $folder, array $uid, array $id ) : resource |
Retrieves a bodypart for the given message ID and mime part ID. |
|
fetchComplete ( string $folder, array $uid ) : array |
Retrieves a complete message. |
|
fetchStructure ( string $folder, array $uids ) : array |
Retrieves the messages for the given message ids. |
|
getAcl ( string $folder ) : array |
Retrieve the access rights for a folder. |
|
getAnnotation ( string $folder, string $annotation ) : string |
Fetches the annotation from a folder. |
|
getMyAcl ( string $folder ) : string |
Retrieve the access rights the current user has on a folder. |
|
getUids ( string $folder ) : array |
Returns the message ids of the messages in this folder. |
|
hasAclSupport ( ) : boolean |
Does the backend support ACL? |
|
listAnnotation ( string $annotation ) : array |
Retrieves the specified annotation for the complete list of folders. |
|
listFolders ( ) : array |
Retrieves a list of folders on the server. |
|
moveMessage ( integer $uid, string $old_folder, string $new_folder ) : null |
Moves a message to a new folder. |
|
rename ( string $old, string $new ) : null |
Rename the specified folder. |
|
select ( string $folder ) : null |
Opens the given folder. |
|
setAcl ( string $folder, string $user, string $acl ) : null |
Set the access rights for a folder. |
|
setAnnotation ( string $folder, string $annotation, array $value ) : null |
Sets the annotation on a folder. |
|
status ( string $folder ) : array |
Returns the status of the current folder. |
|