diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe89b8..fdaf5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `message` including `message-read`, `message-write`, `message-mailto`, `message-reply`, `message-forward`, `message-copy`, `message-move`, `message-delete`, `message-save`, `message-send` and the `message` subcommand - `attachment` including `attachment-download` and the `attachment` subcommand - `template` including `template-write`, `template-reply`, `template-forward`, `template-save`, `template-send` and the `template` subcommand +- Added wizard capability to autodetect IMAP and SMTP configurations, based on the [Thunderbird Autoconfiguration](https://wiki.mozilla.org/Thunderbird:Autoconfiguration) standard. ### Changed diff --git a/Cargo.lock b/Cargo.lock index 2a4beb7..93c67ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,12 +1217,11 @@ dependencies = [ [[package]] name = "email-lib" version = "0.20.1" -source = "git+https://git.sr.ht/~soywod/pimalaya#074ba9ef9663f939d624b315eff6d70f37d1e96e" +source = "git+https://git.sr.ht/~soywod/pimalaya#aadfde30406f97b480ee673ec04f4d79b9e8d8b3" dependencies = [ "advisory-lock", "anyhow", "async-trait", - "bytes", "chrono", "convert_case", "dirs 4.0.0",