Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/prototype/modules/mail/interceptors/Attachments.php

    r6130 r6754  
    4747* @since      Classe disponibilizada na versão 2.4 
    4848*/ 
     49 
     50use prototype\api\Config as Config; 
     51 
    4952class Attachments {      
    5053         
  • branches/2.4/prototype/modules/mail/interceptors/FollowupflagSecure.php

    r5611 r6754  
    11<?php 
     2 
     3use prototype\api\Config as Config; 
     4 
    25class FollowupflagSecure {       
    36         
  • branches/2.4/prototype/modules/mail/interceptors/Helpers.php

    r6653 r6754  
    11<?php 
    22include_once ROOTPATH."/../expressoMail1_2/inc/class.imap_functions.inc.php"; 
     3 
     4use prototype\api\Config as Config; 
    35 
    46class Helpers {     
     
    4143                                $labeledsIds[] = $e['id']; 
    4244                } 
    43                  
    4445                Controller::delete( array( 'concept' => 'labeled', 'service' => 'Imap' ), false, array( 'filter' => array( 'IN', 'id', $labeledsIds )) ); 
    4546 
     
    205206                 
    206207                if(empty($params['messageId']))  
    207                     throw new Exception('#FollowupflagMessageIdError');  
    208                 else  
    209                     $params = Controller::create($imap_uri, $params); 
     208                    throw new Exception('#FollowupflagMessageIdError'); 
     209                else  
     210                    $params = Controller::create($imap_uri, $params); 
    210211 
    211212                if (!$params) 
     
    219220                 * deste interceptor. 
    220221                 */ 
    221  
    222  
    223  
    224  
     222                 
     223            
     224             
     225             
    225226                if ($original['URI']['service'] == 'PostgreSQL') return $result; 
    226227                 
     
    268269        //followupflagged:PostgreSQL.after.find 
    269270        public function doImapFind( &$uri , &$result , &$criteria , $original ){ 
    270  
    271                 $imap_uri = $uri; 
     271             
     272                $imap_uri = $uri; 
    272273                $imap_uri['service'] = 'Imap'; 
    273274                $imap_criteria = $original['criteria']; 
  • branches/2.4/prototype/modules/mail/interceptors/LabelSecure.php

    r5540 r6754  
    11<?php 
     2 
     3use prototype\api\Config as Config; 
     4 
    25class LabelSecure {      
    36 
Note: See TracChangeset for help on using the changeset viewer.