Ignore:
Timestamp:
09/06/12 10:33:43 (12 years ago)
Author:
douglasz
Message:

Ticket #3095 - Problema ao encaminhar mensagem com anexo.

File:
1 edited

Legend:

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

    r7161 r7176  
    26862686            $encrypt = $params['input_return_cripto']; 
    26872687            $signed = $params['input_return_digital']; 
    2688                          
     2688 
    26892689                        $params['attachments'] = mb_convert_encoding($params['attachments'], "UTF7-IMAP","UTF-8, ISO-8859-1, UTF7-IMAP"); 
    26902690            $message_attachments = $params['message_attachments']; 
     
    30133013                { 
    30143014                    $value = json_decode($value, true); 
    3015                                      
     3015 
    30163016                    switch ($value['type']) { 
    30173017                        case 'imapPart': 
    3018                                 $att = $this->getForwardingAttachment($value['folder'],$value['uid'], $value['part']); 
     3018                                $att = $this->getForwardingAttachment(mb_convert_encoding($value['folder'] , 'ISO-8859-1' , 'UTF7-IMAP'),$value['uid'], $value['part']); 
     3019 
    30193020                                if(strstr($body,'src="./inc/get_archive.php?msgFolder='.$value['folder'].'&msgNumber='.$value['uid'].'&indexPart='.$value['part'].'"') !== false)//Embeded IMG 
    30203021                                {     
Note: See TracChangeset for help on using the changeset viewer.