Ignore:
Timestamp:
03/12/12 18:48:44 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Adicionado algumas melhorias no método Catalog.getUserContacts().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/json-rpc/Mail.php

    r5670 r5707  
    44 
    55class Mail extends Expresso { 
    6         var $defaultFolders; 
    7         var $imap; 
     6        private $defaultFolders; 
     7        private $imap; 
    88         
    99        private function formatMailObject($str) { 
     
    6565                        $_SESSION['phpgw_info']['expressomail']['user']['userid'] = $GLOBALS['phpgw_info']['user']['userid']; 
    6666                        $_SESSION['phpgw_info']['expressomail']['user']['passwd'] = $GLOBALS['phpgw_info']['user']['passwd'];                    
    67                         include_once(PHPGW_INCLUDE_ROOT."/expressoMail1_2/inc/class.imap_functions.inc.php"); 
    68                         $this->imap = new imap_functions(); 
     67                        $this->imap = CreateObject("expressoMail1_2.imap_functions"); 
    6968                         
    7069                        if($this->defaultFolders == null) {                              
Note: See TracChangeset for help on using the changeset viewer.