projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2156d2d
)
Merged "* Fixed testing problems with the test IMAP driver."
author
Gunnar Wrobel
<p@rdus.de>
Wed, 18 Mar 2009 21:53:30 +0000
(21:53 +0000)
committer
Gunnar Wrobel
<p@rdus.de>
Wed, 18 Mar 2009 21:53:30 +0000
(21:53 +0000)
framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php
b/framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php
index
b95fe39
..
393e0b5
100644
(file)
--- a/
framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php
+++ b/
framework/Kolab_Session/lib/Horde/Kolab/IMAP/test.php
@@
-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;
}