mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Bump ImapEngine from 1.25.0 to 1.25.1
This commit is contained in:
@@ -117,6 +117,10 @@ class Attachment implements Arrayable, JsonSerializable
|
||||
*/
|
||||
public function contents(): string
|
||||
{
|
||||
if ($this->contentStream->isSeekable()) {
|
||||
$this->contentStream->rewind();
|
||||
}
|
||||
|
||||
return $this->contentStream->getContents();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user