class MailImportedMessage (View source)

Properties

protected $body
protected $subject
protected $sender
protected $validationHash
protected $oMail
protected $oMailMessage
protected $oMailCnt

Methods

__construct($mail, Zend_Mail_Message $msg, $count)

No description

getOriginalSender()

No description

getOriginalMailObject()

No description

getOriginalMessageObject()

No description

getOriginalMessageCount()

No description

getSubject()

No description

getBody()

No description

getProcessedBody()

Returns the relevant content of the email message, minus any quotations, and the line that includes the validation hash.

getValidationHash()

No description

validate()

Validates the email message - checks the validation hash found in the body with one in the database. Checks the from address as well.

getDataObject()

No description

bool
isSendError()

checks to see if the message is a bounce or delivery failure.

Details

__construct($mail, Zend_Mail_Message $msg, $count)

No description

Parameters

$mail
Zend_Mail_Message $msg
$count

getOriginalSender()

No description

getOriginalMailObject()

No description

getOriginalMessageObject()

No description

getOriginalMessageCount()

No description

getSubject()

No description

getBody()

No description

getProcessedBody()

Returns the relevant content of the email message, minus any quotations, and the line that includes the validation hash.

getValidationHash()

No description

validate()

Validates the email message - checks the validation hash found in the body with one in the database. Checks the from address as well.

getDataObject()

No description

bool isSendError()

checks to see if the message is a bounce or delivery failure.

Return Value

bool