PHP Class IMP_LoginTasks_Task_PurgeSpam, horde

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

Méthodes protégées

Méthode Description
_spamMbox ( ) : IMP_Mailbox Return the spam mailbox.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

_spamMbox() protected méthode

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

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