link2xt
89e43c6678
chore(release): prepare for 1.135.1
2024-02-20 17:21:21 +00:00
iequidoo
6e55f0c6e3
feat: Mock SystemTime::now() for the tests
...
Add a new crate `deltachat_time` with a fake `struct SystemTimeTools` for mocking
`SystemTime::now()` for test purposes. One still needs to use `std::time::SystemTime` as a struct
representing a system time. I think such a minimalistic approach is ok -- even if somebody uses the
original `SystemTime::now()` instead of the mock by mistake, that could break only tests but not the
program itself. The worst thing that can happen is that tests using `SystemTime::shift()` and
checking messages timestamps f.e. wouldn't catch the corresponding bugs, but now we don't have such
tests at all which is much worse.
2024-02-15 14:24:46 -03:00
bjoern
e6438f9981
chore(release): prepare for 1.135.0 ( #5264 )
...
after merging:
6. Tag the release: `git tag -a v1.135.0`.
7. Push the release tag: `git push origin v1.135.0`.
8. Create a GitHub release: `gh release create v1.135.0 -n ''`.
---------
Co-authored-by: link2xt <link2xt@testrun.org >
2024-02-14 11:04:02 +01:00
link2xt
f4ed63c54c
chore: cargo update
2024-02-12 23:16:39 +00:00
link2xt
8f88cdd826
chore(cargo): update to strum 0.26
2024-02-12 18:54:14 +00:00
dependabot[bot]
61a2c551fc
chore(cargo): bump toml from 0.8.8 to 0.8.10
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.8.8 to 0.8.10.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.10 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-11 03:48:58 +00:00
dependabot[bot]
20c91ba2fa
chore(cargo): bump serde from 1.0.194 to 1.0.196
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.194 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.194...v1.0.196 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 21:39:05 +00:00
dependabot[bot]
969f8b916b
chore(cargo): bump syn from 2.0.46 to 2.0.48
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.46 to 2.0.48.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.46...2.0.48 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 21:38:55 +00:00
dependabot[bot]
b7b7a7e95d
chore(cargo): bump serde_json from 1.0.111 to 1.0.113
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113 )
---
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-02-09 18:50:12 +00:00
dependabot[bot]
455b108a6c
chore(cargo): bump fast-socks5 from 0.9.2 to 0.9.5
...
Bumps [fast-socks5](https://github.com/dizda/fast-socks5 ) from 0.9.2 to 0.9.5.
- [Release notes](https://github.com/dizda/fast-socks5/releases )
- [Commits](https://github.com/dizda/fast-socks5/commits )
---
updated-dependencies:
- dependency-name: fast-socks5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 18:50:01 +00:00
dependabot[bot]
645ca7741b
chore(cargo): bump uuid from 1.6.1 to 1.7.0
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.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-02-09 06:13:42 +00:00
dependabot[bot]
36643c551d
chore(cargo): bump axum from 0.7.3 to 0.7.4
...
Bumps [axum](https://github.com/tokio-rs/axum ) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/tokio-rs/axum/releases )
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.3...axum-v0.7.4 )
---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 04:36:49 +00:00
dependabot[bot]
26ae686687
chore(cargo): bump reqwest from 0.11.23 to 0.11.24
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.23 to 0.11.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 04:02:42 +00:00
dependabot[bot]
37295f6967
chore(cargo): bump libc from 0.2.151 to 0.2.153
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.151 to 0.2.153.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.153 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 02:34:41 +00:00
dependabot[bot]
dfdbb91f0a
chore(cargo): bump regex from 1.10.2 to 1.10.3
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.10.2...1.10.3 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 02:32:50 +00:00
dependabot[bot]
72f93dca7a
chore(cargo): bump base64 from 0.21.5 to 0.21.7
...
Bumps [base64](https://github.com/marshallpierce/rust-base64 ) from 0.21.5 to 0.21.7.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.7 )
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 02:31:48 +00:00
dependabot[bot]
ec2cf31cfa
chore(cargo): bump smallvec from 1.11.2 to 1.13.1
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 1.11.2 to 1.13.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.13.1 )
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 02:31:24 +00:00
iequidoo
693045b542
chore(cargo): bump iana-time-zone from yanked 0.1.59 to 0.1.60
2024-02-04 10:42:13 +01:00
dependabot[bot]
14dfb9abec
Merge pull request #5235 from deltachat/dependabot/cargo/image-0.24.8
2024-02-03 17:09:30 +00:00
dependabot[bot]
c8ed3ed73b
Merge pull request #5236 from deltachat/dependabot/cargo/chrono-0.4.33
2024-02-03 17:04:12 +00:00
dependabot[bot]
bce5203eeb
Merge pull request #5241 from deltachat/dependabot/cargo/futures-lite-2.2.0
2024-02-03 16:53:21 +00:00
dependabot[bot]
ae94b2a7b3
chore(cargo): bump pin-project from 1.1.3 to 1.1.4
...
Bumps [pin-project](https://github.com/taiki-e/pin-project ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.4 )
---
updated-dependencies:
- dependency-name: pin-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 21:27:59 +00:00
dependabot[bot]
3b013a1017
chore(cargo): bump futures-lite from 2.1.0 to 2.2.0
...
Bumps [futures-lite](https://github.com/smol-rs/futures-lite ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases )
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: futures-lite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 21:27:11 +00:00
dependabot[bot]
80aab220b6
chore(cargo): bump chrono from 0.4.31 to 0.4.33
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.31 to 0.4.33.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.33 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 21:25:01 +00:00
dependabot[bot]
34c3e44b9d
chore(cargo): bump image from 0.24.7 to 0.24.8
...
Bumps [image](https://github.com/image-rs/image ) from 0.24.7 to 0.24.8.
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/compare/v0.24.7...v0.24.8 )
---
updated-dependencies:
- dependency-name: image
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 21:24:34 +00:00
B. Petersen
78d304443a
chore(release): prepare for 1.134.0
2024-01-31 14:52:40 +00:00
link2xt
cb3f03fd39
feat: add support for IMAP METADATA
2024-01-31 04:16:04 +00:00
link2xt
782828ac4f
chore(deps): update imap-proto
2024-01-30 20:12:07 +00:00
link2xt
3b1529ef81
chore(release): prepare for 1.133.2
2024-01-24 01:57:45 +00:00
link2xt
15187c0adb
fix: downgrade OpenSSL from 3.2.0 to 3.1.4
2024-01-24 01:48:23 +00:00
link2xt
2c17e78347
chore(release): prepare for 1.133.1
2024-01-21 04:18:13 +00:00
link2xt
6cfe3e6a97
chore(deps): update h2 0.4.0 -> 0.4.2
2024-01-18 13:40:38 +00:00
Sebastian Klähn
99ac524905
chore(deps): update h2 from 0.3.22 -> 0.3.24
2024-01-18 14:21:58 +01:00
link2xt
e0e56cd831
chore: update quoted_printable to 0.5
...
And update mailparse to 0.14.1 so there is no duplicate dependency.
2024-01-18 09:35:05 +00:00
iequidoo
06cccb77f8
feat: Use Quoted-Printable for the text part ( #3986 )
...
This is needed to protect from ESPs (such as gmx.at) doing their own Quoted-Printable encoding and
thus breaking messages and signatures. It's unlikely that the reader uses a MUA not supporting
Quoted-Printable encoding. And RFC 2646 "4.6" also recommends it for encrypted messages.
2024-01-16 23:46:24 -03:00
link2xt
1895f4c556
chore(release): prepare for 1.133.0
2024-01-15 22:55:26 +00:00
link2xt
7b0e5adaee
chore(deps): update rustyline from 12 to 13
2024-01-12 02:45:53 +00:00
link2xt
b7c34b7794
chore: remove minor version from serde_json spec
2024-01-04 16:06:33 +00:00
link2xt
941cf38a3e
chore(deps): cargo update
2024-01-04 16:03:28 +00:00
dependabot[bot]
7f61896ec8
Merge pull request #5136 from deltachat/dependabot/cargo/futures-0.3.30
2024-01-03 17:19:18 +00:00
dependabot[bot]
b14b49cbf0
Merge pull request #5146 from deltachat/dependabot/cargo/anyhow-1.0.79
2024-01-03 17:17:21 +00:00
dependabot[bot]
6de3510a5d
Merge pull request #5131 from deltachat/dependabot/cargo/reqwest-0.11.23
2024-01-03 04:53:00 +00:00
dependabot[bot]
dea519095c
chore(cargo): bump futures from 0.3.29 to 0.3.30
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30 )
---
updated-dependencies:
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-03 04:48:48 +00:00
dependabot[bot]
3f8ca0cee9
Merge pull request #5133 from deltachat/dependabot/cargo/tempfile-3.9.0
2024-01-03 04:47:42 +00:00
dependabot[bot]
1b998da57a
chore(cargo): bump anyhow from 1.0.75 to 1.0.79
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.75 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-03 04:46:17 +00:00
dependabot[bot]
772747d42d
Merge pull request #5135 from deltachat/dependabot/cargo/syn-2.0.43
2024-01-03 04:43:06 +00:00
dependabot[bot]
4e86de98c4
chore(cargo): bump quote from 1.0.33 to 1.0.34
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.33...1.0.34 )
---
updated-dependencies:
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 21:33:28 +00:00
dependabot[bot]
2a497989e9
chore(cargo): bump syn from 2.0.41 to 2.0.43
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.41 to 2.0.43.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.41...2.0.43 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 21:32:04 +00:00
dependabot[bot]
361b19e455
chore(cargo): bump tempfile from 3.8.1 to 3.9.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.8.1 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0 )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 21:31:38 +00:00
dependabot[bot]
c036b26ae5
chore(cargo): bump reqwest from 0.11.22 to 0.11.23
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.22 to 0.11.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 21:31:13 +00:00