Skip to content

Commit d4c91d5

Browse files
authored
Update readme.md
1 parent a114e51 commit d4c91d5

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
@@ -217,7 +217,7 @@ You can paginate messages using the `paginate()` method. This method accepts the
217217
> [!important]
218218
> IMAP does not support native pagination, as you would typically expect, like a SQL database. Instead,
219219
> ImapEngine retrieves all UID's from the selected folder, takes the slice of the UID's
220-
> that corresponds to the current page, and fetches the messages for those UID's.
220+
> that corresponds to the current page, and fetches the requested email message parts specifically for those UID's.
221221
222222
```php
223223
// Paginate messages with 10 messages per page.

0 commit comments

Comments
 (0)