Changeset 7478 for branches/2.4


Ignore:
Timestamp:
10/29/12 09:50:39 (11 years ago)
Author:
eduardow
Message:

Ticket #3174 - Corrigido o problema do compartilhamento de pastas com usúarios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php

    r7462 r7478  
    44684468        function setacl($params) 
    44694469        { 
     4470         
     4471 
    44704472                $old_users = $this->getacl(); 
    44714473                $new_users = unserialize($params['acls']); 
     4474 
    44724475 
    44734476            foreach ($new_users as $user => $value) {  
     
    44794482            }  
    44804483                $serverString = "{".$this->imap_server.":".$this->imap_port.$this->imap_options."}"; 
    4481                 $mailboxes_list = imap_getmailboxes($mbox_stream, $serverString, "user".$this->imap_delimiter.$this->username."*");                 
     4484        $mbox_stream = $this->open_mbox(); 
     4485                $mailboxes_list = @imap_getmailboxes($mbox_stream, $serverString, "user".$this->imap_delimiter.$this->username."*");         
     4486        $error = imap_last_error(); 
    44824487 
    44834488                foreach ($new_users as $user => $value) { 
Note: See TracChangeset for help on using the changeset viewer.