Ignore:
Timestamp:
09/06/07 10:39:16 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r63 r65  
    417417 
    418418                                } 
    419                                 else if($file_type == "message/rfc822"){ 
     419                                else if($file_type == "message/rfc822" || $file_type == "text/rfc822-headers"){ 
    420420                                         
    421421                                        include_once("class.imap_attachment.inc.php"); 
     
    425425                                                foreach($attachments ['attachment'] as $index => $attachment){ 
    426426                                                        if(strtolower($attachment['type']) == "delivery-status" || 
    427                                                                 strtolower($attachment['type']) == "rfc822" || 
     427                                                                strtolower($attachment['type']) == "rfc822" ||                                                           
     428                                                                strtolower($attachment['type']) == "rfc822-headers" || 
    428429                                                                strtolower($attachment['type']) == "plain" 
    429430                                                        ){ 
Note: See TracChangeset for help on using the changeset viewer.