Ignore:
Timestamp:
03/05/12 09:22:46 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2512 - Ao abrir o e-mail anexado o Expresso não mostra a mensagem original.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/inc/class.imap_functions.inc.php

    r5226 r5621  
    10911091                                                                                $msg->encoding[ $msg_number ][ $values ] = 'quoted-printable';  
    10921092                                                                }  
    1093  
     1093                                                                /* 
    10941094                                                                $body = $this->decodeBody(  
    1095                                                                         imap_fetchbody(  
     1095                                                                                imap_fetchbody(  
    10961096                                                                                $this->mbox,  
    10971097                                                                                $msg_number,  
     
    11011101                                                                        $msg->encoding[ $msg_number ][ $values ],  
    11021102                                                                        $msg->charset[ $msg_number ][ $values ]  
    1103                                                                 );  
    1104  
     1103                                                                ); 
     1104                                                                */ 
     1105                                                                $body = $this->decodeBody(  
     1106                                                                        imap_fetchbody(  
     1107                                                                                $this->mbox,  
     1108                                                                                $msg_number,  
     1109                                                                                $attachment['part_in_msg'] . ".1",  
     1110                                                                                FT_UID  
     1111                                                                        ),  
     1112                                                                        $msg->encoding[ $msg_number ][ $values ],  
     1113                                                                        $msg->charset[ $msg_number ][ $values ]  
     1114                                                                ); 
     1115                                                                 
    11051116                                                                if ( strtolower( $msg->structure[$msg_number]->parts[1]->parts[0]->subtype ) == 'plain' )  
    11061117                                                                {  
Note: See TracChangeset for help on using the changeset viewer.