class MailImportedMessage (View source)

Properties

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

Methods

__construct($mail, Message $msg, $count, $id)

No description

getOriginalSender()

No description

getOriginalMailObject()

No description

getOriginalMessageObject()

No description

getOriginalMessageCount()

No description

getOriginalMessageID()

No description

getSubject()

No description

getBody()

No description

findAttachedFilesInPart($part)

No description

getAttachments()

Return contents of attached files

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.

delete()

Deletes this mail by unique id

moveTo($folder)

Moves this mail by unique id (folder starts with '/')

getDataObject()

No description

bool
isSendError()

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

Details

__construct($mail, Message $msg, $count, $id)

No description

Parameters

$mail
Message $msg
$count
$id

getOriginalSender()

No description

getOriginalMailObject()

No description

getOriginalMessageObject()

No description

getOriginalMessageCount()

No description

getOriginalMessageID()

No description

getSubject()

No description

getBody()

No description

protected findAttachedFilesInPart($part)

No description

Parameters

$part

getAttachments()

Return contents of attached files

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.

delete()

Deletes this mail by unique id

moveTo($folder)

Moves this mail by unique id (folder starts with '/')

Parameters

$folder

getDataObject()

No description

bool isSendError()

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

Return Value

bool