mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Remove unused constants from src/imap.rs
This commit is contained in:
@@ -27,11 +27,6 @@ pub enum ImapResult {
|
|||||||
Success,
|
Success,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const DC_SUCCESS: usize = 3;
|
|
||||||
pub const DC_ALREADY_DONE: usize = 2;
|
|
||||||
pub const DC_RETRY_LATER: usize = 1;
|
|
||||||
pub const DC_FAILED: usize = 0;
|
|
||||||
|
|
||||||
const PREFETCH_FLAGS: &str = "(UID ENVELOPE)";
|
const PREFETCH_FLAGS: &str = "(UID ENVELOPE)";
|
||||||
const BODY_FLAGS: &str = "(FLAGS BODY.PEEK[])";
|
const BODY_FLAGS: &str = "(FLAGS BODY.PEEK[])";
|
||||||
const FETCH_FLAGS: &str = "(FLAGS)";
|
const FETCH_FLAGS: &str = "(FLAGS)";
|
||||||
|
|||||||
Reference in New Issue
Block a user