2 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
1611 | 1611 | | |
1612 | 1612 | | |
1613 | 1613 | | |
1614 | | - | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
| 1614 | + | |
1618 | 1615 | | |
1619 | 1616 | | |
1620 | 1617 | | |
1621 | 1618 | | |
1622 | 1619 | | |
1623 | | - | |
| 1620 | + | |
1624 | 1621 | | |
1625 | 1622 | | |
1626 | 1623 | | |
| |||
Submodule deltachat-core-rust updated 98 files
- .github/workflows/ci.yml+5-3
- .github/workflows/deltachat-rpc-server.yml+4-4
- .github/workflows/nix.yml+6-7
- .github/workflows/repl.yml+1-1
- .github/workflows/upload-docs.yml+2-2
- CHANGELOG.md+162-5
- CONTRIBUTING.md+1-1
- Cargo.lock+149-97
- Cargo.toml+5-5
- deltachat-ffi/Cargo.toml+1-1
- deltachat-ffi/deltachat.h+82-149
- deltachat-ffi/src/lib.rs+2-45
- deltachat-ffi/src/lot.rs-6
- deltachat-jsonrpc/Cargo.toml+1-1
- deltachat-jsonrpc/src/api.rs+68-12
- deltachat-jsonrpc/src/api/types/calls.rs+95
- deltachat-jsonrpc/src/api/types/events.rs+27-9
- deltachat-jsonrpc/src/api/types/message.rs-17
- deltachat-jsonrpc/src/api/types/mod.rs+1
- deltachat-jsonrpc/src/api/types/qr.rs+6-8
- deltachat-jsonrpc/typescript/package.json+1-1
- deltachat-jsonrpc/typescript/src/client.ts+14-1
- deltachat-repl/Cargo.toml+1-1
- deltachat-repl/src/cmdline.rs+1-12
- deltachat-repl/src/main.rs+1-2
- deltachat-rpc-client/pyproject.toml+1-1
- deltachat-rpc-client/src/deltachat_rpc_client/account.py+6
- deltachat-rpc-client/src/deltachat_rpc_client/chat.py+10
- deltachat-rpc-client/src/deltachat_rpc_client/const.py+4-9
- deltachat-rpc-client/src/deltachat_rpc_client/message.py+12
- deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py+1-3
- deltachat-rpc-client/tests/test_calls.py+86
- deltachat-rpc-client/tests/test_securejoin.py+14-5
- deltachat-rpc-client/tests/test_something.py+50-2
- deltachat-rpc-server/Cargo.toml+1-1
- deltachat-rpc-server/npm-package/package.json+1-1
- python/pyproject.toml+1-1
- python/src/deltachat/message.py-5
- python/tests/test_1_online.py+15-8
- release-date.in+1-1
- scripts/coredeps/install-rust.sh+1-1
- src/blob.rs+4-3
- src/blob/blob_tests.rs+26-2
- src/calls.rs+294-18
- src/calls/calls_tests.rs+127-11
- src/chat.rs+24-66
- src/chat/chat_tests.rs+155-77
- src/config.rs+3-13
- src/configure.rs+1-1
- src/constants.rs+1-29
- src/context.rs+7-12
- src/decrypt.rs+1-1
- src/download.rs+9-2
- src/e2ee.rs+1-2
- src/events/payload.rs+14-5
- src/headerdef.rs+5
- src/imap.rs+142-48
- src/imap/scan_folders.rs+1-1
- src/imap/session.rs+6-13
- src/imex.rs+45-64
- src/imex/key_transfer.rs+1-1
- src/imex/transfer.rs+4-4
- src/internals_for_benchmarks.rs+3-4
- src/message.rs+6-102
- src/message/message_tests.rs+18-80
- src/mimefactory.rs+37-54
- src/mimeparser.rs+80-71
- src/mimeparser/mimeparser_tests.rs+72-8
- src/param.rs+7-5
- src/peer_channels.rs+40-12
- src/pgp.rs+16-15
- src/qr.rs+15-73
- src/qr/qr_tests.rs-54
- src/qr_code_generator.rs+12-2
- src/receive_imf.rs+90-65
- src/receive_imf/receive_imf_tests.rs+29
- src/securejoin.rs+47-59
- src/securejoin/bob.rs+22-47
- src/securejoin/qrinvite.rs+11-20
- src/securejoin/securejoin_tests.rs+3-10
- src/stock_str.rs+63-23
- src/summary.rs+15-17
- src/test_utils.rs+9-11
- src/tests/verified_chats.rs+6-25
- src/token.rs-15
- src/tools.rs+1-1
- src/tools/tools_tests.rs+2-1
- test-data/golden/chat_test_parallel_member_remove+1-1
- test-data/golden/test_broadcast_joining_golden_alice+1-1
- test-data/golden/test_broadcast_joining_golden_bob+2-2
- test-data/golden/test_broadcast_joining_golden_private_chat+1-1
- test-data/golden/test_sync_broadcast_alice1+3-3
- test-data/golden/test_sync_broadcast_alice2+3-3
- test-data/golden/test_sync_broadcast_bob+4-4
- test-data/golden/verified_chats_editor_reordering+11
- test-data/image/logo-exif.png
- test-data/message/calendar-alternative.eml+30
- test-data/message/thunderbird_with_multiple_autocrypts.eml+134
0 commit comments