Skip to content

Commit e07967e

Browse files
committed
Update readme.md
1 parent 42d6b62 commit e07967e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ $messages = $inbox->messages()
122122
> using `since($date)`, and other criteria filters to limit the number of messages your IMAP server returns,
123123
> along with pagination or chunking to avoid possible memory issues.
124124
>
125-
> You may also consider restricting the parts of the message you fetch using `withHeaders()`, `withFlags()`, and `withBody()`.
126-
> This will reduce the amount of data fetched from the server, and speed up your queries.
125+
> You may also consider restricting the parts of the message you fetch by omitting the use of `withHeaders()`,
126+
> `withFlags()`, and `withBody()`. This will reduce the amount of data fetched from the server,
127+
> and speed up your queries.
127128
>
128129
> A typical approach when dealing with large mailboxes is to store all messages (either in a cache or DB)
129130
> once, and then only fetch new messages since the last time the mailbox was checked.

0 commit comments

Comments
 (0)