diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-08 16:03:30 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-08 16:03:30 +0100 |
commit | f5b98066b6e474bbe13051ff0a56944a562fc243 (patch) | |
tree | 99d69c23dc5a204deaf745a2e979b64ebd059519 /Cargo.lock | |
parent | 83ce24c22eff6c778adcdb067b5fc4e8940d808d (diff) |
update for mail-storage version 1.1
This adds the new method ListSearch and deprecates the methods List and
Search. This also redoes pagination which is now keyset based instead of
offset based.
https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/
This version also adds an optimization so that reading only the header
is required when only header data is required.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "jwebmail-extract" -version = "0.8.1" +version = "0.9.0" dependencies = [ "base64", "chrono", |