Ignore:
Timestamp:
07/30/12 11:32:16 (12 years ago)
Author:
gustavo
Message:

Ticket #2971 - Edicao de pastas compartilhadas na propria arvore de pastas

Location:
sandbox/2.4.2-expresso2/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/inc/class.imap_functions.inc.php

    r6888 r6900  
    128128                $result = true; 
    129129                if(!imap_renamemailbox($mbox, '{'.$this->imap_server.":".$this->imap_port.$this->imap_options.'}'.$old_folder, '{'.$this->imap_server.":".$this->imap_port.$this->imap_options.'}'.$to_folder.$this->imap_delimiter.$new_folder[count($new_folder)-1])){ 
    130                         $result = false; 
    131                 } 
     130                        $result = imap_errors(); 
     131                } 
     132 
    132133                imap_close($mbox);  
    133134                return $result; 
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/preferences.js

    r1308 r6900  
    2020                cExecute(args,handler_preferences,params); 
    2121        } 
    22  
    23         Preferences.prototype.delete_dynamic_contacts = function(){ 
    24                 var handler = function(data){} 
    25                 var args   = "$this.dynamic_contacts.delete_dynamic_contacts"; 
    26                 var params = ""; 
    27                 cExecute(args,handler,params); 
    28         } 
    2922// Cria o objeto         
    3023        var prefe; 
Note: See TracChangeset for help on using the changeset viewer.