Skip to content

Commit

Permalink
Allow binary-encoded part content
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Martinec committed Sep 1, 2014
1 parent a97185e commit bb1b6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ddeboer/Imap/Message/Part.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public function getDecodedContent()

case self::ENCODING_7BIT:
case self::ENCODING_8BIT:
case self::ENCODING_BINARY:
$this->decodedContent = $this->getContent();
break;

Expand Down

0 comments on commit bb1b6a9

Please sign in to comment.