mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
Factor src/imap/session.rs out of src/imap/client.rs
This commit is contained in:
committed by
holger krekel
parent
4eb9660bfa
commit
4c42acc7e1
@@ -32,8 +32,10 @@ use crate::stock::StockMessage;
|
||||
mod client;
|
||||
mod idle;
|
||||
pub mod select_folder;
|
||||
mod session;
|
||||
|
||||
use client::{Client, Session};
|
||||
use client::Client;
|
||||
use session::Session;
|
||||
|
||||
type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user