alecpl
2010-03-30 94a6c642cfc9ace111332e3a5822c96046796d2f
program/include/rcube_imap_generic.php
@@ -415,7 +415,7 @@
        return $result;
    }
    function namespace()
    function getNamespace()
    {
       if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) {
          $this->rootdir = $this->prefs['rootdir'];
@@ -566,7 +566,7 @@
       // check input
       if (empty($host)) {
          $this->error    = "Empty host";
          $this->errornum = -1;
          $this->errornum = -2;
          return false;
       }
        if (empty($user)) {
@@ -684,7 +684,7 @@
            if ($this->prefs['force_caps']) {
             $this->clearCapability();
            }
          $this->namespace();
          $this->getNamespace();
            $this->logged = true;
          return true;
       } else {