link2xt
1c021ae5ca
ci: update Rust to 1.80.1
2024-08-09 07:49:05 +00:00
link2xt
479a4c2880
chore: update provider database
2024-08-09 03:34:58 +00:00
iequidoo
5ce44ade17
feat: Disable MDNs for bots by default
...
- To avoid receiving undecryptable MDNs by bots and replying to them if the bot's key changes.
- MDNs from bots don't look useful in general, usually the user expects some reply from the bot, not
just that the message is read.
2024-08-09 00:11:47 -03:00
link2xt
f03ffa7641
refactor: pass address to moz_autoconfigure() instead of LoginParam
2024-08-08 00:15:08 +00:00
link2xt
b44185948d
refactor: remove param_addr_urlencoded argument from get_autoconfig()
...
It can be calculated inside the function.
2024-08-08 00:15:08 +00:00
link2xt
6b4532a08e
refactor: merge imap_certificate_checks and smtp_certificate_checks
2024-08-07 18:08:39 +00:00
iequidoo
86ad5506e3
feat: Always move outgoing auto-generated messages to the mvbox
...
Recently there are many questions on the Delta Chat forum why some unexpected encrypted messages
appear in Inbox. Seems they are mainly sync messages, though that also obviously happens to
SecureJoin messages. Anyway, regardless of the `MvboxMove` setting, auto-generated outgoing messages
should be moved to the DeltaChat folder so as not to complicate co-using Delta Chat with other MUAs.
2024-08-06 11:33:22 -03:00
iequidoo
6513349c09
feat: Add Config::FixIsChatmail
...
Add a config option preventing autoconfiguring `IsChatmail` for tests.
2024-08-06 11:33:22 -03:00
link2xt
92685189aa
ci: update EmbarkStudios/cargo-deny-action action
...
v1 is not going to be updated to cargo-deny 0.16.0
because of breaking changes in cargo-deny.
2024-08-06 14:11:56 +00:00
link2xt
3b76622cf1
chore: fix typo s/webdxc/webxdc/
2024-08-06 05:53:54 +00:00
link2xt
c5a524d3c6
refactor: derive Default for CertificateChecks
2024-08-06 02:32:55 +00:00
link2xt
17eb85b9cd
build: downgrade Tokio to 1.38 to fix Android compilation
2024-08-05 17:10:11 +00:00
link2xt
3c688360fb
chore(release): prepare for 1.142.3
v1.142.3
2024-08-04 04:11:52 +00:00
link2xt
9f220768c2
build: do not disable "vendored" feature in the workspace
...
This fixes `nix build .#python-docs`
2024-08-04 03:17:42 +00:00
link2xt
fd183c6ee5
chore: remove direct "quinn" dependency
2024-08-04 02:31:42 +00:00
link2xt
9788fb16e8
chore(cargo): update rusqlite and libsqlite3-sys
...
SQLCipher does not allow passing empty key
since version v4.5.5,
so PRAGMA calls are wrapped into if's.
2024-08-03 23:02:08 +00:00
link2xt
39ed587959
Revert "chore(cargo): update rusqlite"
...
This reverts commit 1b92d18777 .
2024-08-03 19:19:55 +00:00
link2xt
c4327a0558
Fix cargo warnings about default-features
...
Otherwise cargo emits these warnings:
warning: .../deltachat-core-rust/deltachat-ffi/Cargo.toml: `default-features` is ignored for deltachat, since `default-features` was not specified for `workspace.dependencies.deltachat`, this could become a hard error in the future
warning: .../deltachat-core-rust/deltachat-rpc-server/Cargo.toml: `default-features` is ignored for deltachat, since `default-features` was not specified for `workspace.dependencies.deltachat`, this could become a hard error in the future
warning: .../deltachat-core-rust/deltachat-rpc-server/Cargo.toml: `default-features` is ignored for deltachat-jsonrpc, since `default-features` was not specified for `workspace.dependencies.deltachat-jsonrpc`, this could become a hard error in the future
2024-08-03 19:08:47 +00:00
link2xt
1b92d18777
chore(cargo): update rusqlite
2024-08-03 19:08:29 +00:00
link2xt
a67503ae4a
chore: remove backtrace dependency
...
It is not used directly by `deltachat` crate.
2024-08-02 23:06:30 +00:00
link2xt
c54f39bea0
chore: remove sha2 dependency
...
It is not used since ce6ec64069
2024-08-02 23:06:30 +00:00
dependabot[bot]
ff3138fa43
Merge pull request #5830 from deltachat/dependabot/cargo/env_logger-0.11.5
2024-08-02 21:39:16 +00:00
dependabot[bot]
09d46942ca
Merge pull request #5832 from deltachat/dependabot/cargo/tokio-1.39.2
2024-08-02 19:51:34 +00:00
dependabot[bot]
84e365d263
Merge pull request #5833 from deltachat/dependabot/cargo/uuid-1.10.0
2024-08-02 19:50:28 +00:00
dependabot[bot]
b31bcf5561
Merge pull request #5836 from deltachat/dependabot/cargo/quick-xml-0.36.1
2024-08-02 19:43:48 +00:00
link2xt
da50d682e1
chore(release): prepare for 1.142.2
v1.142.2
2024-08-02 17:05:43 +00:00
link2xt
094d310f5c
feat: sort DNS results by successful connection timestamp ( #5818 )
2024-08-02 16:53:16 +00:00
dependabot[bot]
642eaf92d7
chore(cargo): bump serde from 1.0.203 to 1.0.204
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 13:39:06 -03:00
link2xt
76c032a2c4
fix: reset configured_provider on reconfiguration
2024-08-02 16:31:07 +00:00
dependabot[bot]
a74b04d175
chore(cargo): bump quoted_printable from 0.5.0 to 0.5.1
...
Bumps [quoted_printable](https://github.com/staktrace/quoted-printable ) from 0.5.0 to 0.5.1.
- [Commits](https://github.com/staktrace/quoted-printable/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: quoted_printable
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 13:14:21 -03:00
dependabot[bot]
c9448feafc
chore(cargo): bump env_logger from 0.11.3 to 0.11.5
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.11.3 to 0.11.5.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.5 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 15:51:02 +00:00
dependabot[bot]
8314f3e30c
chore(cargo): bump syn from 2.0.68 to 2.0.72
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.68 to 2.0.72.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.68...2.0.72 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 12:45:02 -03:00
dependabot[bot]
935da2db49
Merge pull request #5838 from deltachat/dependabot/cargo/thiserror-1.0.63
2024-08-02 15:41:01 +00:00
dependabot[bot]
b5e95fa1ef
chore(cargo): bump human-panic from 2.0.0 to 2.0.1
...
Bumps [human-panic](https://github.com/rust-cli/human-panic ) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/human-panic/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: human-panic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 12:40:06 -03:00
dependabot[bot]
b60d8356cb
chore(cargo): bump serde_json from 1.0.120 to 1.0.122
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.120 to 1.0.122.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.122 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-02 12:39:19 -03:00
link2xt
ee7a7a2f9d
fix: fix compilation on iOS
2024-08-02 15:22:19 +00:00
dependabot[bot]
b5eb824346
Merge pull request #5835 from deltachat/dependabot/cargo/toml-0.8.15
2024-08-02 15:20:33 +00:00
dependabot[bot]
41867b89a0
chore(cargo): bump thiserror from 1.0.61 to 1.0.63
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.61 to 1.0.63.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.63 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:58:46 +00:00
dependabot[bot]
7e7aa7aba0
chore(cargo): bump quick-xml from 0.35.0 to 0.36.1
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.35.0 to 0.36.1.
- [Release notes](https://github.com/tafia/quick-xml/releases )
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md )
- [Commits](https://github.com/tafia/quick-xml/compare/v0.35.0...v0.36.1 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:57:59 +00:00
dependabot[bot]
fd1dab7c7b
chore(cargo): bump toml from 0.8.14 to 0.8.15
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.8.14 to 0.8.15.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:57:38 +00:00
dependabot[bot]
a69f9f01b3
chore(cargo): bump uuid from 1.9.1 to 1.10.0
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:56:35 +00:00
dependabot[bot]
c808ed1368
chore(cargo): bump tokio from 1.38.0 to 1.39.2
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.38.0 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.39.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:56:05 +00:00
link2xt
21be85071a
feat: try only the full email address if username is unspecified
...
Previously Delta Chat tried to use local part of email address as well.
This configuration is very uncommon,
but trying it doubled the time of configuration try
in the worst case, e.g. when the password is typed in incorrectly.
2024-08-01 17:08:23 +00:00
iequidoo
a30c6ae1f7
refactor: Don't update message state to OutMdnRcvd anymore
...
This state can be computed from the `msgs_mdns` table without significant overhead as we have an
index by msg_id there.
2024-07-31 21:04:24 -03:00
link2xt
0324884124
build: use workspace dependencies to make cargo-deny 0.15.1 happy
2024-07-31 16:45:12 +00:00
link2xt
ad225b12c2
chore(cargo): update bytemuck from 0.14.3 to 0.16.3
...
Version 0.14.3 is yanked.
2024-07-31 05:20:09 +00:00
link2xt
0dd5e5ab7d
fix: do not reset is_chatmail config on failed reconfiguration
...
Instead, always set it at the end of successful configuration.
2024-07-31 02:36:36 +00:00
link2xt
490f41cda8
fix: await the tasks after aborting them
2024-07-30 20:31:22 +00:00
link2xt
c163438eaf
chore(release): prepare for 1.142.1
v1.142.1
2024-07-30 15:40:06 +00:00
link2xt
ef925b0948
refactor: move DNS resolution into IMAP and SMTP connect code
2024-07-30 02:12:05 +00:00