Changeset 6735 for branches


Ignore:
Timestamp:
07/06/12 11:10:35 (12 years ago)
Author:
eduardow
Message:

Ticket #2942 - Problema ao anexar mensagem que esta em uma subpasta com acento.

File:
1 edited

Legend:

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

    r6719 r6735  
    29462946                            break; 
    29472947                            case 'imapMSG': 
    2948                                 $mbox_stream = $this->open_mbox($value['folder']); 
     2948                                $mbox_stream = $this->open_mbox(mb_convert_encoding($value['folder'] , 'ISO-8859-1' , 'UTF7-IMAP')); 
    29492949                                $rawmsg = $this->getRawHeader($value['uid']) . "\r\n\r\n" . $this->getRawBody($value['uid']); 
    29502950                                  
Note: See TracChangeset for help on using the changeset viewer.