mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46: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
@@ -7,8 +7,8 @@ use std::sync::atomic::Ordering;
|
||||
use std::time::{Duration, SystemTime};
|
||||
|
||||
use crate::context::Context;
|
||||
use crate::imap_client::*;
|
||||
|
||||
use super::client::{IdleHandle, Session};
|
||||
use super::select_folder;
|
||||
|
||||
type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user