imap: fetch_from_folder

This commit is contained in:
dignifiedquire
2019-05-04 16:36:13 +02:00
committed by Lars-Magnus Skog
parent 424e9db112
commit 2fd38cd533
4 changed files with 170 additions and 172 deletions

View File

@@ -72,8 +72,8 @@ fn main() {
let ctx1 = ctx.clone();
let t2 = std::thread::spawn(move || loop {
// dc_perform_smtp_jobs(&ctx1);
// dc_perform_smtp_idle(&ctx1);
dc_perform_smtp_jobs(&ctx1);
dc_perform_smtp_idle(&ctx1);
});
let dir = tempdir().unwrap();