Ignore:
Timestamp:
05/10/07 17:16:06 (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

    r13 r25  
    450450                                if(strtolower($msg->structure[$msg_number]->subtype) == "mixed" &&  $msg_part == 1) 
    451451                                        $content .= nl2br(imap_base64(imap_fetchbody($mbox_stream, $msg_number, $msg_part, FT_UID))); 
    452                                 else 
    453                                         $content .= nl2br(imap_fetchbody($mbox_stream, $msg_number, $msg_part, FT_UID)); 
     452                                else if(!strtolower($msg->structure[$msg_number]->subtype) == "mixed") 
     453                                        $content .= nl2br(imap_fetchbody($mbox_stream, $msg_number, $msg_part, FT_UID));                                 
    454454                        } 
    455455                }  
Note: See TracChangeset for help on using the changeset viewer.