mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-10 04:25:44 +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 email::message::metadata::MessageData;
|
||||||
use imap_proto::protocol::{Sequence, expunge, select::Exists};
|
use imap_proto::protocol::{Sequence, expunge, select::Exists};
|
||||||
use jmap_proto::types::{collection::Collection, property::Property};
|
use jmap_proto::types::{collection::Collection, property::Property};
|
||||||
use store::write::{AlignedBytes, Archive};
|
use store::{
|
||||||
|
ValueKey,
|
||||||
|
write::{AlignedBytes, Archive, ValueClass},
|
||||||
|
};
|
||||||
use trc::AddContext;
|
use trc::AddContext;
|
||||||
|
|
||||||
use crate::core::ImapId;
|
use crate::core::ImapId;
|
||||||
|
|
|
@ -25,9 +25,7 @@ use store::{
|
||||||
write::{AlignedBytes, Archive},
|
write::{AlignedBytes, Archive},
|
||||||
};
|
};
|
||||||
use store::{
|
use store::{
|
||||||
IndexKeyPrefix, IterateParams, ValueKey,
|
IndexKeyPrefix, IterateParams, roaring::RoaringBitmap, write::key::DeserializeBigEndian,
|
||||||
roaring::RoaringBitmap,
|
|
||||||
write::{ValueClass, key::DeserializeBigEndian},
|
|
||||||
};
|
};
|
||||||
use trc::AddContext;
|
use trc::AddContext;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
|
|
||||||
use store::{
|
use store::{
|
||||||
Serialize, SerializedVersion,
|
Serialize,
|
||||||
write::{MaybeDynamicId, TagValue},
|
write::{MaybeDynamicId, TagValue},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue