Skip to content

Commit

Permalink
[mms] Fix obtaining bodypart size (Bug #12992; martin@matuska.org).
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 24, 2014
1 parent 505b332 commit 4b3e455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -2724,7 +2724,7 @@ protected function _fetchCmd(

case Horde_Imap_Client::FETCH_BODYPARTSIZE:
if ($this->queryCapability('BINARY')) {
foreach ($c_val as $val) {
foreach (array_keys($c_val) as $key) {
$fetch->add('BINARY.SIZE[' . $key . ']');
}
}
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 obtaining bodypart size (Bug #12992; martin@matuska.org).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2200,7 +2200,7 @@
<date>2014-02-17</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Fix obtaining bodypart size (Bug #12992; martin@matuska.org).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 4b3e455

Please sign in to comment.