mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
clean autoconfig discovery
This commit is contained in:
parent
7d4ad9c1d9
commit
a700f358fb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue