PHP 클래스 IMP_LoginTasks_Task_RenameSentmailMonthly, horde

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
describe ( ) : string Returns information for the login task.
execute ( ) : boolean Renames the old sent-mail mailboxes.

보호된 메소드들

메소드 설명
_getSentmail ( ) : array Returns the list of sent-mail mailboxes.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

_getSentmail() 보호된 메소드

Returns the list of sent-mail mailboxes.
protected _getSentmail ( ) : array
리턴 array All sent-mail mailboxes (IMP_Mailbox objects).

describe() 공개 메소드

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

execute() 공개 메소드

Mailbox name: sent-mail-month-year month = English: 3 letter abbreviation Other Languages: Month value (01-12) year = 4 digit year The mailbox name needs to be in this specific format (as opposed to a user-defined one) to ensure that 'delete_sentmail_monthly' processing can accurately find all the old sent-mail mailboxes.
public execute ( ) : boolean
리턴 boolean Whether all sent-mail mailboxes were renamed.