IMAP commands append, close, copy, move, enable, expunge, login, logout, namespace and select implemented.
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
use jemallocator::Jemalloc;
|
||||
|
||||
#[cfg(not(target_env = "msvc"))]
|
||||
#[global_allocator]
|
||||
static GLOBAL: Jemalloc = Jemalloc;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod directory;
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user