Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 8, 2014
1 parent 0d79904 commit 0dfe9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -3144,7 +3144,7 @@ protected function _parseBodystructure(Horde_Imap_Client_Tokenize $data)
$bytes = $data->next();

if (!is_null($te)) {
$ob->setTransferEncoding($tmp);
$ob->setTransferEncoding($te);

/* Base64 transfer encoding is approx. 33% larger than
* original data size (RFC 2045 [6.8]). Return from
Expand Down

0 comments on commit 0dfe9ec

Please sign in to comment.