We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8128415 commit 209bdf0Copy full SHA for 209bdf0
src/MessageQuery.php
@@ -309,7 +309,7 @@ protected function fetch(Collection $messages): array
309
310
return [
311
$uid => [
312
- 'size' => $size !== null ? (int) $size : null,
+ 'size' => $size ? (int) $size : null,
313
'flags' => $data->lookup('FLAGS')?->values() ?? [],
314
'headers' => $data->lookup('[HEADER]')->value ?? '',
315
'contents' => $data->lookup('[TEXT]')->value ?? '',
0 commit comments