PHP Class IMP_LoginTasks_Task_PurgeSpam, horde

Author: Matt Selsky ([email protected])
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 Spam mailbox.

Protected Methods

Method Description
_spamMbox ( ) : IMP_Mailbox Return the spam mailbox.

Method Details

__construct() public method

Constructor.
public __construct ( )

_spamMbox() protected method

Return the spam mailbox.
protected _spamMbox ( ) : IMP_Mailbox
return IMP_Mailbox The spam mailbox, if it exists. Otherwise, false.

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 Spam mailbox.
public execute ( ) : boolean
return boolean Whether any messages were purged from the mailbox.