PHP Class IMP_LoginTasks_Task_PurgeTrash, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_LoginTasks_Task
Mostra file Open project: horde/horde

Public Methods

Method Description
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge old messages in the Trash mailbox.

Method Details

__construct() public method

Constructor.
public __construct ( )

describe() public method

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

execute() public method

Purge old messages in the Trash mailbox.
public execute ( ) : boolean
return boolean Whether any messages were purged from the mailbox.