Skip to content

Commit ec5aae6

Browse files
committed
Update readme.md
1 parent 48f34fd commit ec5aae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ use DirectoryTree\ImapEngine\MessageQuery;
602602
$inbox->idle(function (Message $message) {
603603
// Fetched message with all of its content.
604604
}, function (MessageQuery $query) {
605-
// Set the query to fetch message content.
605+
// Adjust the query to fetch all message content.
606606
return $query->withBody()
607607
->withHeaders()
608608
->withFlags();

0 commit comments

Comments
 (0)