alecpl
2010-06-23 b25dfd0913f2ca5666124740c30156fa0a6abaef
program/include/rcube_imap_generic.php
@@ -709,7 +709,7 @@
          // do plain text auth
          $result = $this->login($user, $password);
       }
write_log('imap', '----------');
       if (is_resource($result)) {
            if ($this->prefs['force_caps']) {
             $this->clearCapability();
@@ -2236,4 +2236,3 @@
}
?>