Ignore:
Timestamp:
09/05/13 09:28:16 (11 years ago)
Author:
cristiano
Message:

Ticket #3846 - Problema codificação atributo From no envio de email

File:
1 edited

Legend:

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

    r7769 r8209  
    278278        function getaclfrombox($params) 
    279279        { 
    280                 $boxacl = $params['uid']; 
    281                  
    282                 $return = array();       
     280        $boxacl = imap_utf7_encode($params['uid']); 
     281 
     282                $return = array(); 
    283283                 
    284284                $mbox_acl = imap_getacl($this->imap, "user" . $this->imapDelimiter . $boxacl); 
Note: See TracChangeset for help on using the changeset viewer.