alecpl
2010-10-14 2d1d68bc7e1683bca869fcd1eca517ef209097d8
program/include/rcube_imap_generic.php
@@ -278,7 +278,7 @@
            $str = trim($matches[2]);
          if ($res == 'OK') {
             return self::ERROR_OK;
             return $this->errornum = self::ERROR_OK;
          } else if ($res == 'NO') {
                $this->errornum = self::ERROR_NO;
          } else if ($res == 'BAD') {