Changeset 3730 in subversion


Ignore:
Timestamp:
Jun 9, 2010 2:16:09 AM (3 years ago)
Author:
alec
Message:
File:
1 edited

Legend:

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

    r3726 r3730  
    646646            if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 
    647647                    $this->capability = explode(' ', strtoupper($matches[1])); 
    648                     $this->capability_readed = true; 
    649648            } 
    650649 
     
    711710                    $result = $this->login($user, $password); 
    712711            } 
    713  
     712write_log('imap', '----------'); 
    714713            if (is_resource($result)) { 
    715714            if ($this->prefs['force_caps']) { 
Note: See TracChangeset for help on using the changeset viewer.