mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-09 12:05:49 +08:00
Rebase changes
This commit is contained in:
parent
d97c76fe88
commit
42a5652c8c
3 changed files with 6 additions and 5 deletions
|
@ -11,7 +11,10 @@ use common::{NextMailboxState, listener::SessionStream};
|
|||
use email::message::metadata::MessageData;
|
||||
use imap_proto::protocol::{Sequence, expunge, select::Exists};
|
||||
use jmap_proto::types::{collection::Collection, property::Property};
|
||||
use store::write::{AlignedBytes, Archive};
|
||||
use store::{
|
||||
ValueKey,
|
||||
write::{AlignedBytes, Archive, ValueClass},
|
||||
};
|
||||
use trc::AddContext;
|
||||
|
||||
use crate::core::ImapId;
|
||||
|
|
|
@ -25,9 +25,7 @@ use store::{
|
|||
write::{AlignedBytes, Archive},
|
||||
};
|
||||
use store::{
|
||||
IndexKeyPrefix, IterateParams, ValueKey,
|
||||
roaring::RoaringBitmap,
|
||||
write::{ValueClass, key::DeserializeBigEndian},
|
||||
IndexKeyPrefix, IterateParams, roaring::RoaringBitmap, write::key::DeserializeBigEndian,
|
||||
};
|
||||
use trc::AddContext;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
use std::fmt::Display;
|
||||
|
||||
use store::{
|
||||
Serialize, SerializedVersion,
|
||||
Serialize,
|
||||
write::{MaybeDynamicId, TagValue},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue