Class Transip_MailBox
This class models a mailbox
public
|
#
__construct( string $address, string $spamCheckerStrength = 'AVERAGE', integer $maxDiskUsage = 20, boolean $hasVacationReply = false, string $vacationReplySubject = '', string $vacationReplyMessage = '' )
Create new mailbox |
string |
SPAMCHECKER_STRENGTH_AVERAGE
|
'AVERAGE' |
|
string |
SPAMCHECKER_STRENGTH_OFF
|
'OFF' |
|
string |
SPAMCHECKER_STRENGTH_LOW
|
'LOW' |
|
string |
SPAMCHECKER_STRENGTH_HIGH
|
'HIGH' |
public
string
|
$address |
|
#
Address of this mailbox |
public
string
|
$spamCheckerStrength |
|
#
Mailbox spamchecker level. One of the Transip_MailBox::SPAMCHECKER_STRENGTH_* constants. |
public
integer
|
$maxDiskUsage |
|
#
Mailbox max size in MB |
public
boolean
|
$hasVacationReply |
|
#
True iff the MailBox currently has a VacationReply installed |
public
string
|
$vacationReplySubject |
|
#
VacationReply subject, used only when hasVacationReply is true |
public
string
|
$vacationReplyMessage |
|
#
VacationReply message, used only when hasVacationReply is true |