Changeset 5463


Ignore:
Timestamp:
02/02/12 09:11:02 (12 years ago)
Author:
angelo
Message:

Ticket #2473 - Pastas com acentuacao sem visualizacao de quota

File:
1 edited

Legend:

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

    r5453 r5463  
    40864086 
    40874087                $folder_id = str_replace('/',$this->imap_delimiter,$params['folder_id']); 
    4088  
     4088                $folder_id = mb_convert_encoding($folder_id, "UTF7-IMAP","UTF-8, ISO-8859-1, UTF7-IMAP"); 
    40894089                if(!$this->mbox || !is_resource($this->mbox)) 
    40904090                        $this->mbox = $this->open_mbox(); 
Note: See TracChangeset for help on using the changeset viewer.