Changeset 5212 for trunk


Ignore:
Timestamp:
11/29/11 09:54:55 (12 years ago)
Author:
clairson
Message:

Ticket #2351 - Erro ao mover mensagem para pasta com acento do expressoMail

File:
1 edited

Legend:

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

    r5208 r5212  
    36743674                $mbox_stream = $this->open_mbox($folder); 
    36753675                $newmailbox = ($params['new_folder']); 
    3676                 $newmailbox = mb_convert_encoding($newmailbox, "UTF7-IMAP","ISO_8859-1"); 
     3676                $newmailbox = mb_convert_encoding($newmailbox, "UTF7-IMAP","ISO-8859-1, UTF-8, UTF7-IMAP"); 
    36773677                $new_folder_name = $params['new_folder_name']; 
    36783678                $msgs_number = $params['msgs_number']; 
Note: See TracChangeset for help on using the changeset viewer.