Ignore:
Timestamp:
09/09/10 16:52:04 (14 years ago)
Author:
amuller
Message:

Ticket #1169 - aumentando o limite de pastas do imap que é no código

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/class.imap_functions.inc.php

    r3223 r3226  
    2828 
    2929        function imap_functions (){ 
    30                 $this->foldersLimit = 200; //Limit of folders (mailboxes) user can see 
     30                $this->foldersLimit = $_SESSION['phpgw_info']['user']['preferences']['expressoMail']['imap_max_folders'] ?  $_SESSION['phpgw_info']['user']['preferences']['expressoMail']['imap_max_folders'] : 20000; //Limit of folders (mailboxes) user can see 
    3131                $this->username           = $_SESSION['phpgw_info']['expressomail']['user']['userid']; 
    3232                $this->password           = $_SESSION['phpgw_info']['expressomail']['user']['passwd']; 
Note: See TracChangeset for help on using the changeset viewer.