Changeset 5137 in subversion


Ignore:
Timestamp:
Aug 26, 2011 5:56:37 PM (21 months ago)
Author:
thomasb
Message:

Don't attempt to list (and cache) folders if not connected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r5128 r5137  
    30753075            $a_folders = $data['folders']; 
    30763076        } 
     3077        else if (!$this->conn->connected()) { 
     3078           return array(); 
     3079        } 
    30773080        else { 
    30783081            // Server supports LIST-EXTENDED, we can use selection options 
Note: See TracChangeset for help on using the changeset viewer.