Rebase changes
This commit is contained in:
@@ -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},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user