IMAP commands append, close, copy, move, enable, expunge, login, logout, namespace and select implemented.
This commit is contained in:
@@ -32,6 +32,13 @@ use utils::{
|
||||
enable_tracing, wait_for_shutdown, UnwrapFailure,
|
||||
};
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
use jemallocator::Jemalloc;
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
#[global_allocator]
|
||||
static GLOBAL: Jemalloc = Jemalloc;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> std::io::Result<()> {
|
||||
let config = Config::init();
|
||||
|
||||
Reference in New Issue
Block a user