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 48f34fd commit ec5aae6Copy full SHA for ec5aae6
readme.md
@@ -602,7 +602,7 @@ use DirectoryTree\ImapEngine\MessageQuery;
602
$inbox->idle(function (Message $message) {
603
// Fetched message with all of its content.
604
}, function (MessageQuery $query) {
605
- // Set the query to fetch message content.
+ // Adjust the query to fetch all message content.
606
return $query->withBody()
607
->withHeaders()
608
->withFlags();
0 commit comments