From 470815a2271d914c27a7b1d6a27e86e9fc64a3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Wed, 21 Aug 2024 12:02:21 +0200 Subject: [PATCH] improve imap auth mechanism selection and auto id exchange --- Cargo.lock | 2 +- src/imap/wizard.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c51ebea..65d30e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.25.0" -source = "git+https://git.sr.ht/~soywod/pimalaya#809cc8da0943e787d67c7b16d450f1ab43822d4e" +source = "git+https://git.sr.ht/~soywod/pimalaya#c9687fb0c30830316525ed33349e4d47617ee1ac" dependencies = [ "async-trait", "chrono", diff --git a/src/imap/wizard.rs b/src/imap/wizard.rs index 3159780..1efcf81 100644 --- a/src/imap/wizard.rs +++ b/src/imap/wizard.rs @@ -310,6 +310,7 @@ pub(crate) async fn configure( encryption, login, auth, + extensions: None, watch: None, };