PHP Class IMP_LoginTasks_Task_PurgeSentmail, horde

Author: Jan Schneider ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_LoginTasks_Task
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge old messages in the sent-mail mailbox.

Méthodes protégées

Méthode Description
_getMboxes ( ) : array Returns the list of sent-mail mailboxes.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

_getMboxes() protected méthode

Returns the list of sent-mail mailboxes.
protected _getMboxes ( ) : array
Résultat array All existing sent-mail mailboxes (IMP_Mailbox objects).

describe() public méthode

Return information for the login task.
public describe ( ) : string
Résultat string Description of what the operation is going to do during this login.

execute() public méthode

Purge old messages in the sent-mail mailbox.
public execute ( ) : boolean
Résultat boolean Whether any messages were purged from the mailbox.