PHP Class IMP_LoginTasks_Task_DeleteSentmailMonthly, horde

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

Public Methods

Method Description
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge the old sent-mail mailboxes.

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 the old sent-mail mailboxes.
public execute ( ) : boolean
return boolean Whether any mailboxes were deleted.