MailImportedMessage
class MailImportedMessage (View source)
Properties
| protected | $body | ||
| protected | $subject | ||
| protected | $sender | ||
| protected | $validationHash | ||
| protected | $oMail | ||
| protected | $oMailMessage | ||
| protected | $oMailCnt | 
Methods
No description
No description
No description
No description
No description
No description
No description
Returns the relevant content of the email message, minus any quotations, and the line that includes the validation hash.
No description
Validates the email message - checks the validation hash found in the body with one in the database. Checks the from address as well.
No description
checks to see if the message is a bounce or delivery failure.
Details
        
                            
    __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.