Changeset 1367


Ignore:
Timestamp:
08/26/09 11:14:29 (15 years ago)
Author:
niltonneto
Message:

Ticket #473 - Correção de código hardcoded mal-implementado. Detectado 'ampassan'.

File:
1 edited

Legend:

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

    r1366 r1367  
    221221                { 
    222222                        // PLEASE, BE CAREFULL!!! YOU SHOULD USE EMAIL CONFIGURATION VALUES (EMAILADMIN MODULE) 
    223                         $tmp_box = mb_convert_encoding('INBOX'.$this->imap_delimiter.$_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultTrashFolder'], "UTF7-IMAP", "UTF-8"); 
     223                        $tmp_box = mb_convert_encoding('INBOX'.$this->imap_delimiter.$_SESSION['phpgw_info']['expressomail']['email_server']['imapDefaultTrashFolder'].$this->imap_delimiter.'tmpMoveToLocal', "UTF7-IMAP", "UTF-8"); 
    224224                        if ( ! imap_createmailbox( $this -> mbox,"{".$this -> imap_server."}$tmp_box" ) ) 
    225225                                return $this->functions->getLang( 'Import to Local : fail...' ); 
Note: See TracChangeset for help on using the changeset viewer.