Ignore:
Timestamp:
09/06/12 15:23:59 (12 years ago)
Author:
eduardow
Message:

Ticket #3095 - Problema ao encaminhar mensagem com anexo.

File:
1 edited

Legend:

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

    r7162 r7180  
    29532953                    switch ($value['type']) { 
    29542954                        case 'imapPart': 
    2955                                 $att = $this->getForwardingAttachment($value['folder'],$value['uid'], $value['part']); 
     2955                                $att = $this->getForwardingAttachment(mb_convert_encoding($value['folder'] , 'ISO-8859-1' , 'UTF7-IMAP'),$value['uid'], $value['part']); 
    29562956                                if(strstr($body,'src="./inc/get_archive.php?msgFolder='.$value['folder'].'&msgNumber='.$value['uid'].'&indexPart='.$value['part'].'"') !== false)//Embeded IMG  
    29572957                                {     
Note: See TracChangeset for help on using the changeset viewer.