Ignore:
Timestamp:
06/27/12 17:55:11 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Implementado verificação do limite de anexo conforme configurado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/adapters/MailAdapter.php

    r6499 r6666  
    3636        protected function getImap(){ 
    3737                if($this->imap == null) { 
     38                        $c = CreateObject('phpgwapi.config','expressoMail1_2'); 
     39                        $c->read_repository(); 
     40                        $current_config = $c->config_data; 
    3841                        $boemailadmin   = CreateObject('emailadmin.bo'); 
    3942                        $emailadmin_profile = $boemailadmin->getProfileList(); 
Note: See TracChangeset for help on using the changeset viewer.