Skip to content

Commit c79539f

Browse files
committed
Fixed issue with setting email attachment data on the fly @GWidman
1 parent 67dff92 commit c79539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpImapReader/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ public function decodePart(Email $email, $part, $part_number = false)
12341234
}
12351235
}
12361236
} else {
1237-
//$attachment->setAttachmentContent($data);
1237+
$attachment->setAttachmentContent($data);
12381238
}
12391239

12401240
$email->addAttachment($attachment);

0 commit comments

Comments
 (0)