iequidoo
9229eae4e0
test: Autocrypt-Gossip header isn't sent in broadcast messages
...
Follow-up to 175145969c .
2025-04-11 00:39:32 -03:00
link2xt
3e8987b460
test: port test_delete_deltachat_folder to JSON-RPC
2025-04-09 13:28:26 +00:00
link2xt
634cbd14f0
fix: restart I/O when mvbox_move setting is changed
...
When the setting is enabled,
new IMAP loop should be started.
2025-04-08 23:33:31 +00:00
link2xt
31cf663f8b
api(deltachat-rpc-client): add Account.add_transport()
2025-04-08 21:51:54 +00:00
link2xt
175145969c
fix: never send Autocrypt-Gossip in broadcast lists
...
Broadcast lists are encrypted since 1.159.0,
but Autocrypt-Gossip was not disabled.
As Autocrypt-Gossip contains the email address
and the key of the recipient, it should
not be sent to broadcast lists.
2025-04-08 21:50:25 +00:00
link2xt
8db1a01d9a
build: update crossbeam-channel from 0.5.14 to 0.5.15
...
crossbeam-channel 0.5.14 is yanked.
2025-04-08 21:45:12 +00:00
l
b3c5f64315
Merge pull request #6770 from chatmail/missing-chat-deleted-event
...
improve jsonrpc python bindings
2025-04-08 21:40:49 +00:00
Hocuri
35e717dd49
feat: Improve error message when the user tries to do AEAP ( #6786 )
...
The old error message was too confusing.
2025-04-08 23:37:35 +02:00
Hocuri
203e668928
ci: Don't make ruff format quiet ( #6785 )
...
Before this PR, it was not possible to see why `ruff format` failed
2025-04-08 15:11:59 +02:00
Hocuri
de38b413f1
doc: Two JsonRPC doc improvements ( #6778 )
2025-04-08 14:50:12 +02:00
B. Petersen
21010f4de6
add jsonrpc for info_contact_id
2025-04-08 14:29:58 +02:00
link2xt
b03edabb11
chore(release): perpare for 1.159.0
v1.159.0
2025-04-08 02:23:33 +00:00
l
4001d79e4b
ci: upgrade Rust from 1.84.1 to 1.86.0 ( #6784 )
2025-04-07 21:42:10 +00:00
missytake
3513a97a3d
fix: ruff complains about import sorting
2025-04-07 23:37:44 +02:00
missytake
072855daef
fix: syntax
2025-04-07 22:55:09 +02:00
dependabot[bot]
dc87ba87c9
Merge pull request #6754 from chatmail/dependabot/cargo/serde-1.0.219
2025-04-07 20:11:20 +00:00
dependabot[bot]
2b3f030d6a
chore(cargo): bump serde from 1.0.218 to 1.0.219
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.218 to 1.0.219.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219 )
---
updated-dependencies:
- dependency-name: serde
dependency-version: 1.0.219
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 19:51:39 +00:00
dependabot[bot]
a3bbdf0bec
Merge pull request #6751 from chatmail/dependabot/cargo/image-0.25.6
2025-04-07 19:50:34 +00:00
dependabot[bot]
7a7f95f5ef
Merge pull request #6739 from chatmail/dependabot/cargo/tempfile-3.19.1
2025-04-07 19:50:14 +00:00
link2xt
746b071be0
chore: update async-imap from 0.10.3 to 0.10.4
2025-04-07 19:07:33 +00:00
link2xt
d307e75b2f
chore: update async-smtp from 0.10.0 to 0.10.1
2025-04-07 19:00:58 +00:00
bjoern
de5cbd3de3
move ASM strings to core, point to "Add Second Device" ( #6777 )
...
this PR moves now advanced/unsupported ASM strings to core, removing
work from translations, esp. as another hint is added which would
require retranslations. it is better to have that just in english, it is
a nerd feature anyways.
moverover, this PR removes special rendering of ASM in the summary,
which might be confusion, but mainly it is now unneeded, dead code
i'll do another android PR that will point to "Add Second Device"
already on ASM generation EDIT: done at
https://github.com/deltachat/deltachat-android/pull/3726
targets https://github.com/deltachat/deltachat-desktop/issues/4946
2025-04-07 18:44:41 +00:00
link2xt
5210b37601
test: update blob hash in blob::blob_tests::test_selfavatar_outside_blobdir
2025-04-07 18:40:09 +00:00
dependabot[bot]
4ad9fa144d
chore(cargo): bump tempfile from 3.14.0 to 3.19.1
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.14.0 to 3.19.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.19.1 )
---
updated-dependencies:
- dependency-name: tempfile
dependency-version: 3.19.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 18:22:12 +00:00
link2xt
a2d5a10f84
chore(cargo): bump fd-lock from 4.0.2 to 4.0.4
2025-04-07 18:21:12 +00:00
dependabot[bot]
b056314fd0
Merge pull request #6734 from chatmail/dependabot/cargo/tokio-1.44.1
2025-04-07 18:17:03 +00:00
B. Petersen
3b35d5e0ea
fix: encrypt broadcast lists
...
it was all the time questionable if not encrypting broadcast lists
rules the issue that recipients may know each other cryptographically.
however, meanwhile with chatmail, unncrypted broadcasts are no longer possible,
and we actively broke workflows eg. from this teacher:
https://support.delta.chat/t/broadcast-funktioniert-nach-update-nicht-meht/3694
this basically reverts commit
7e5907daf2
which was that time added last-minute and without lots discussions :)
let the students get their homework again :)
2025-04-07 20:07:05 +02:00
missytake
5e95a70eca
chore: add bug label on bug issue template
...
Co-authored-by: bjoern <r10s@b44t.com >
2025-04-07 19:26:19 +02:00
missytake
8d1e43b9d3
chore: add issue template
2025-04-07 19:26:19 +02:00
dependabot[bot]
ed2cf0a9d1
chore(cargo): bump tokio from 1.43.0 to 1.44.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.43.0 to 1.44.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 16:49:03 +00:00
link2xt
ab0b4cad52
feat: do not consider encrypting to the primary key
...
Primary key is usually used for certification.
It is possible to make a certification- and encryption-
capable key with RSA, but RFC 9580 says
that implementations SHOULD NOT generate RSA keys.
2025-04-07 15:47:17 +00:00
Hocuri
11469ace78
chore(cargo): bump tokio from 1.43.0 to 1.43.1 ( #6780 )
...
For some reason I don't understand, when I update tokio to 1.44.*, cargo
deny complains about openssl.
This is needed to fix CI.
2025-04-07 15:23:17 +00:00
Hocuri
0ab54da2eb
refactor: Move vcard code to their own file ( #6776 )
...
So that we can directly link to the tests from the new Autocrypt
specification.
2025-04-07 16:48:21 +02:00
l
953eb90e87
test: remove flaky key::tests::test_load_self_existing test ( #6763 )
...
The test works most of the time, but essentially tests that splitting
the public key from a private key
generates the same result.
However, it fails if two signatures are generated
at different seconds.
Closes #6762
2025-04-07 16:43:24 +02:00
Hocuri
d2803c4305
feat: Parse proton vCards again ( #6771 )
...
Proton vCards now contain this extra `PREF=1` parameter, which threw off
our parsing.
This PR fixes both and adds a test.
2025-04-07 15:11:51 +02:00
link2xt
ab47d6f611
test: send only encrypted messages in online JS tests
2025-04-07 10:27:40 +00:00
link2xt
07946a18c3
test: use QR codes to setup contact with test bots
2025-04-06 09:53:56 +00:00
link2xt
0e874735ac
test: encrypt legacy Python tests
...
This makes it possible to run Python tests
against chatmail servers that don't allow
any unencrypted messages.
2025-04-06 08:42:33 +00:00
link2xt
b56cf72c87
api: add legacy Python bindings for make_vcard and import_vcard
2025-04-06 07:42:34 +00:00
link2xt
9c5cf84c9f
api: add dc_make_vcard() and dc_import_vcard()
2025-04-06 07:42:34 +00:00
link2xt
c19197a960
test: port test_multidevice_sync_seen to JSON-RPC
2025-04-06 07:42:34 +00:00
link2xt
cecd3a2956
test: port test_one_account_send_bcc_setting from legacy Python to JSON-RPC
2025-04-06 07:42:34 +00:00
link2xt
c8c6beb1b6
test: port test_forward_encrypted_to_unencrypted from legacy Python to Rust
2025-04-06 07:42:34 +00:00
link2xt
03635c8d7f
api(deltachat-rpc-client): add Message.get_info()
2025-04-06 07:42:34 +00:00
link2xt
f942a63c5d
test: remove fetch_existing tests
...
fetch_existing option is not enabled in existing clients
and does not work with encrypted messages
without importing the key into a newely created account.
2025-04-06 07:42:08 +00:00
missytake
211badee41
feat: pass email and password via env in python-jsonrpc
2025-04-06 00:48:24 +02:00
dependabot[bot]
c239da542c
chore(cargo): bump blake3 from 1.6.1 to 1.8.0
...
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3 ) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases )
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.6.1...1.8.0 )
---
updated-dependencies:
- dependency-name: blake3
dependency-version: 1.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-05 19:22:05 +00:00
dependabot[bot]
9ea3f23fef
chore(cargo): bump quick-xml from 0.37.2 to 0.37.4
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.37.2 to 0.37.4.
- [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.37.2...v0.37.4 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-version: 0.37.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-05 19:21:36 +00:00
dependabot[bot]
4681b33eac
chore(cargo): bump openssl from 0.10.71 to 0.10.72
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.71 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72 )
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.72
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-05 19:20:35 +00:00
dependabot[bot]
28a6ff3270
Merge pull request #6755 from chatmail/dependabot/cargo/http-body-util-0.1.3
2025-04-05 19:19:44 +00:00