Changeset b93d000 in github


Ignore:
Timestamp:
Jun 7, 2010 6:03:59 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
64e3e80
Parents:
6a642d1
Message:
  • fix for initial capability response
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap_generic.php

    r0bc59eeb rb93d000  
    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.