Changeset 3725 in subversion


Ignore:
Timestamp:
Jun 7, 2010 6:03:59 AM (3 years ago)
Author:
alec
Message:
  • fix for initial capability response
File:
1 edited

Legend:

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

    r3714 r3725  
    646646            if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 
    647647                    $this->capability = explode(' ', strtoupper($matches[1])); 
     648                    $this->capability_readed = true; 
    648649            } 
    649650 
     
    717718                    $this->getNamespace(); 
    718719            $this->logged = true; 
     720 
    719721                    return true; 
    720722            } else { 
Note: See TracChangeset for help on using the changeset viewer.