alecpl
2010-07-30 2537686d1dc06c7b0588bc4663342a052ebaca6e
program/include/rcube_imap_generic.php
@@ -645,7 +645,6 @@
       // RFC3501 [7.1] optional CAPABILITY response
       if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) {
          $this->capability = explode(' ', strtoupper($matches[1]));
          $this->capability_readed = true;
       }
       $this->message .= $line;
@@ -2237,4 +2236,3 @@
}
?>