mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 04:20:22 +00:00
improve imap auth mechanism selection and auto id exchange
This commit is contained in:
parent
d823f32c31
commit
470815a227
2 changed files with 2 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1239,7 +1239,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "email-lib"
|
name = "email-lib"
|
||||||
version = "0.25.0"
|
version = "0.25.0"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#809cc8da0943e787d67c7b16d450f1ab43822d4e"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#c9687fb0c30830316525ed33349e4d47617ee1ac"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -310,6 +310,7 @@ pub(crate) async fn configure(
|
||||||
encryption,
|
encryption,
|
||||||
login,
|
login,
|
||||||
auth,
|
auth,
|
||||||
|
extensions: None,
|
||||||
watch: None,
|
watch: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue