Ignore:
Timestamp:
06/27/12 11:46:17 (12 years ago)
Author:
brunocosta
Message:

Ticket #2853 - Exibição de cotas de sub pastas IMAP. - ajuste.

File:
1 edited

Legend:

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

    r6561 r6657  
    32563256                {     
    32573257                        $folder_id = "INBOX"; 
    3258                         $folderQuotas = $this->get_folders_with_quota(); 
     3258                        $folderQuotas = $this->get_quotaroot(array('folder' => 'INBOX/Arquivo Remoto')); 
     3259                        if($folderQuotas['quota_limit'] == 0) 
     3260                            $folderQuotas = false; 
    32593261                } 
    32603262                 
     
    41574159                    fputs($f,base64_encode($source)); 
    41584160                fclose($f); 
     4161                $folder = base64_encode(mb_convert_encoding($folder, "UTF7-IMAP","ISO_8859-1")); 
    41594162                $command = "python ".$_SERVER['DOCUMENT_ROOT']."/expressoMail1_2/imap.py ".escapeshellarg($imap_server)." ".escapeshellarg($imap_port)." ".escapeshellarg($username)." ".escapeshellarg($password)." ".escapeshellarg($timestamp)." '".$folder."' ".escapeshellarg($file); 
    41604163                $return['command']=exec(escapeshellcmd($command)); 
Note: See TracChangeset for help on using the changeset viewer.