Merged "* Fixed testing problems with the test IMAP driver."
authorGunnar Wrobel <p@rdus.de>
Wed, 18 Mar 2009 21:53:30 +0000 (21:53 +0000)
committerGunnar Wrobel <p@rdus.de>
Wed, 18 Mar 2009 21:53:30 +0000 (21:53 +0000)
framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php

index b95fe39..393e0b5 100644 (file)
@@ -74,6 +74,7 @@ class Horde_Kolab_IMAP_test extends Horde_Kolab_IMAP
         $tls = ($tls) ? 'tls' : 'notls';
         $this->_connected = $login . ':' . $password . ':' . $tls;
         $this->_user = $login;
+        unset($this->_mbox);
         $this->_mbox = null;
         $this->_mboxname = null;
     }