Skip to content

Commit

Permalink
[mms] Fix resetting capability list when internally cached authentica…
Browse files Browse the repository at this point in the history
…tion information becomes invalid.
  • Loading branch information
slusarz committed Jan 28, 2014
1 parent 30c5024 commit d0196a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -530,8 +530,9 @@ protected function _login()
* previously-authenticated object. */
if (!empty($this->_init['authmethod'])) {
$this->_setInit();
unset($this->_temp['no_cap']);
try {
return $this->login();
return $this->_login();
} catch (Horde_Imap_Client_Exception $e) {}
}

Expand Down
4 changes: 2 additions & 2 deletions framework/Imap_Client/package.xml
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Fix resetting capability list when internally cached authentication information becomes invalid.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2141,7 +2141,7 @@
<date>2014-01-22</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Fix resetting capability list when internally cached authentication information becomes invalid.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit d0196a1

Please sign in to comment.