PHP 클래스 IMP_LoginTasks_Task_PurgeSpam, horde

저자: Matt Selsky ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends Horde_LoginTasks_Task
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge old messages in the Spam mailbox.

보호된 메소드들

메소드 설명
_spamMbox ( ) : IMP_Mailbox Return the spam mailbox.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

_spamMbox() 보호된 메소드

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

describe() 공개 메소드

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

execute() 공개 메소드

Purge old messages in the Spam mailbox.
public execute ( ) : boolean
리턴 boolean Whether any messages were purged from the mailbox.