Bump ImapEngine from 1.25.0 to 1.25.1

This commit is contained in:
johnnyq
2026-07-10 18:37:16 -04:00
parent 8da3a107fb
commit 0f0aa89f75
8 changed files with 34 additions and 1842 deletions

View File

@@ -117,6 +117,10 @@ class Attachment implements Arrayable, JsonSerializable
*/
public function contents(): string
{
if ($this->contentStream->isSeekable()) {
$this->contentStream->rewind();
}
return $this->contentStream->getContents();
}