File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments