cleanup and setup configure

This commit is contained in:
dignifiedquire
2020-03-18 00:36:13 +01:00
parent 846ef043d5
commit aa45716ef7
11 changed files with 475 additions and 720 deletions

View File

@@ -217,14 +217,6 @@ impl Scheduler {
_ => false,
}
}
/// Check if the scheduler is stoppd.
pub fn is_stopped(&self) -> bool {
match self {
Scheduler::Stopped => true,
_ => false,
}
}
}
/// Connection state logic shared between imap and smtp connections.