Skip to content

Commit

Permalink
Merge pull request #48 from joker806/decode_binary
Browse files Browse the repository at this point in the history
Allow binary-encoded part content
  • Loading branch information
ddeboer committed Sep 1, 2014
2 parents d9f264a + bb1b6a9 commit 30531b9
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 30531b9

Please sign in to comment.