diff --git a/src/Fetch/Attachment.php b/src/Fetch/Attachment.php index 1353571..3be2ffd 100644 --- a/src/Fetch/Attachment.php +++ b/src/Fetch/Attachment.php @@ -211,7 +211,7 @@ class Attachment case 4: case 'quoted-printable': - $streamFilter = stream_filter_append($filePointer, 'convert.quoted-printable', STREAM_FILTER_WRITE); + $streamFilter = stream_filter_append($filePointer, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE); break; default: