Skip to content

Commit 8a1af62

Browse files
authored
Merge pull request #75 from DirectoryTree/bug-74
Use binary content stream for attachments
2 parents 61a630c + dda8f7b commit 8a1af62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HasParsedMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function attachments(): array
133133
$part->getFilename(),
134134
$part->getContentId(),
135135
$part->getContentType(),
136-
$part->getContentStream() ?? Utils::streamFor(''),
136+
$part->getBinaryContentStream() ?? Utils::streamFor(''),
137137
);
138138
}
139139
}

0 commit comments

Comments
 (0)