Ignore:
Timestamp:
06/25/12 16:21:19 (12 years ago)
Author:
eduardow
Message:

Ticket #2893 - Problemas ao encaminhar mensagem no expresso mail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/services/ImapServiceAdapter.php

    r6540 r6621  
    625625                                                if($att['disposition'] == 'embedded') 
    626626                                                { 
    627                                                         $body = str_replace('"../prototype/getArchive.php?mailAttachment='.$att['id'].'"', $att['name'], $body); 
     627                                                        $body = str_replace('"../prototype/getArchive.php?mailAttachment='.$att['id'].'"', '"'.mb_convert_encoding($att['name'], 'ISO-8859-1' , 'UTF-8,ISO-8859-1').'"', $body); 
    628628                                                        $mailService->addStringImage(base64_decode($att['source']), $att['type'], mb_convert_encoding($att['name'], 'ISO-8859-1' , 'UTF-8,ISO-8859-1'));  
    629629                                                } 
Note: See TracChangeset for help on using the changeset viewer.