Skip to content

Commit a114e51

Browse files
authored
Update readme.md
1 parent 6fa044e commit a114e51

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
@@ -215,7 +215,7 @@ The less data you fetch, the faster your query will be. Only fetch the data you
215215
You can paginate messages using the `paginate()` method. This method accepts the number of messages to display per page:
216216

217217
> [!important]
218-
> IMAP does not support native pagination, as you would expect from a SQL database. Instead,
218+
> 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
220220
> that corresponds to the current page, and fetches the messages for those UID's.
221221

0 commit comments

Comments
 (0)