MailImportedMessage
class MailImportedMessage (View source)
Properties
| protected | $body | ||
| protected | $subject | ||
| protected | $sender | ||
| protected | $validationHash | ||
| protected | $oMail | ||
| protected | $oMailMessage | ||
| protected | $oMailCnt | ||
| protected | $oMailID | 
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
Return contents of attached files
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.
Deletes this mail by unique id
Moves this mail by unique id (folder starts with '/')
No description
checks to see if the message is a bounce or delivery failure.
Details
        
                            
    __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
        
                    protected        
    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.