Changeset 6720


Ignore:
Timestamp:
07/05/12 15:38:44 (12 years ago)
Author:
cristiano
Message:

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

File:
1 edited

Legend:

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

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