Ignore:
Timestamp:
01/11/12 15:29:27 (12 years ago)
Author:
douglas
Message:

Ticket #2439 - Ajuste na informacao e validacao de cotas de pastas Imap do usuario

File:
1 edited

Legend:

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

    r3157 r5362  
    4848                        $this->must_update=false; 
    4949                        $this->tag=uniqid("HKC"); 
     50                        $this->imap_delimiter = $_SESSION['phpgw_info']['expressomail']['email_server']['imapDelimiter']; 
    5051                } 
    5152 
     
    8990                {                        
    9091                        // INBOX 
    91                         if($this->put_line($this->tag . " GETANNOTATION \"user/".$this->user ."\" \"/vendor/cmu/cyrus-imapd/size\" \"value.shared\"" )) 
     92                        if($this->put_line($this->tag . " GETANNOTATION \"user".$this->imap_delimiter.$this->user ."\" \"/vendor/cmu/cyrus-imapd/size\" \"value.shared\"" )) 
    9293                        { 
    9394                                $response_inbox=$this->get_server_responce(); 
     
    109110 
    110111                        // SUB_FOLDERS 
    111                         if($this->put_line($this->tag . " GETANNOTATION \"user/".$this->user ."/*\" \"/vendor/cmu/cyrus-imapd/size\" \"value.shared\"" )) 
     112                        if($this->put_line($this->tag . " GETANNOTATION \"user".$this->imap_delimiter.$this->user .$this->imap_delimiter."*\" \"/vendor/cmu/cyrus-imapd/size\" \"value.shared\"" )) 
    112113                        { 
    113114                                $response_sub=$this->get_server_responce(); 
Note: See TracChangeset for help on using the changeset viewer.