mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
cleanup and setup configure
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
|
||||
pub mod send;
|
||||
|
||||
use async_std::sync::{channel, Receiver, RwLock, Sender};
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
use async_smtp::smtp::client::net::*;
|
||||
use async_smtp::*;
|
||||
|
||||
use crate::constants::*;
|
||||
use crate::context::{Context, PerformJobsNeeded};
|
||||
use crate::context::Context;
|
||||
use crate::events::Event;
|
||||
use crate::login_param::{dc_build_tls, LoginParam};
|
||||
use crate::oauth2::*;
|
||||
|
||||
Reference in New Issue
Block a user