mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Move src/imap_client.rs into src/imap/client.rs
This commit is contained in:
committed by
holger krekel
parent
8ed08f701d
commit
4eb9660bfa
@@ -22,7 +22,6 @@ use crate::dc_receive_imf::{
|
||||
};
|
||||
use crate::events::Event;
|
||||
use crate::headerdef::{HeaderDef, HeaderDefMap};
|
||||
use crate::imap_client::*;
|
||||
use crate::job::{job_add, Action};
|
||||
use crate::login_param::{CertificateChecks, LoginParam};
|
||||
use crate::message::{self, update_server_uid};
|
||||
@@ -30,9 +29,12 @@ use crate::oauth2::dc_get_oauth2_access_token;
|
||||
use crate::param::Params;
|
||||
use crate::stock::StockMessage;
|
||||
|
||||
mod client;
|
||||
mod idle;
|
||||
pub mod select_folder;
|
||||
|
||||
use client::{Client, Session};
|
||||
|
||||
type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
#[derive(Debug, Fail)]
|
||||
|
||||
Reference in New Issue
Block a user