Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Delta Chat collective

Developing and releasing Delta Chat apps and experimenting with the future of e-mail: e2e-encrypted and anonymous. Supporting people in repressive situations.
Collective - Host: opensource - https://opencollective.com/delta-chat - Website: https://delta.chat - Code: https://github.com/deltachat

Add missing documentation to the `message` module

github.com/deltachat/deltachat-core-rust - 1cde09c312f4dc2e72ee492548f4edab4a1a1752 authored almost 2 years ago by link2xt <[email protected]>
Return Option from Contact::add_or_lookup()

This allows to distinguish exceptions,
such as database errors, from invalid user input.
For exa...

github.com/deltachat/deltachat-core-rust - e215b4d919ced5631c16067061bff942bb6f35e8 authored almost 2 years ago by link2xt <[email protected]>
Remove aheader module dependency on mailparse

github.com/deltachat/deltachat-core-rust - 5ae6c2539413212608dec8880bd734778e1740e3 authored almost 2 years ago by link2xt <[email protected]>
Only send IncomingMsgBunch if there are more than 0 new messages (#3941)

github.com/deltachat/deltachat-core-rust - 68cd8dbc3e605731913247c218eaf168e38f6ab3 authored almost 2 years ago by Hocuri <[email protected]>
Save modified .toml if absolute paths were replaced with relative

Previously this required adding or removing an account.

github.com/deltachat/deltachat-core-rust - 01fe88e3371ef66ffa2f11776aaad0cd99324ce7 authored almost 2 years ago by link2xt <[email protected]>
Add more context to IMAP errors

github.com/deltachat/deltachat-core-rust - 2b8923931ed64839c446ebbb1789263c6f1bec84 authored almost 2 years ago by link2xt <[email protected]>
Print chats when a test failed (#3937)

* Print chats after a test failed again

E.g.
```
========== Chats of bob: ==========
Singl...

github.com/deltachat/deltachat-core-rust - 8d119713bce74d14e19e40e6a315cbc36d677d67 authored almost 2 years ago by Hocuri <[email protected]>
fix: only send contact changed event for recently seen if it is relevant (#3938)

(no events for contacts that are already offline again)

This dramatically speeds up replay af...

github.com/deltachat/deltachat-core-rust - 07f2e28eca7ccd3e44d5e7a39b059dcce17563a8 authored almost 2 years ago by Simon Laux <[email protected]>
fix unblock contact did not update the chatlist (#3079)

also move all use of the `window.__refetchChatlist` - hack to EffectfulBackendActions. that we c...

github.com/deltachat/deltachat-desktop - 8be83b4ee989141afd04730b44f956566ceaa14a authored almost 2 years ago by Simon Laux <[email protected]>
use same listflags in update function as for the chatlist

the update chatlist was alway the standard chatlist that excluded the archived chats,
so they we...

github.com/deltachat/deltachat-desktop - b8d15c753c43f4fd5f99c86e746af3c34a76c2fd authored almost 2 years ago by SimonLaux <[email protected]>
change style of archived chat link and show count of the archived chats with unread messages

depends on https://github.com/deltachat/deltachat-core-rust/pull/3920

github.com/deltachat/deltachat-desktop - 51cc53fe93a4e0b403e6bc76b00a4af2767cae59 authored almost 2 years ago by SimonLaux <[email protected]>
adjust color of muted unread badge

github.com/deltachat/deltachat-desktop - 3aed8b954f203f7b817bf8656cb5d696722ae5e8 authored almost 2 years ago by SimonLaux <[email protected]>
update core to `v1.105.0` (#3078)

github.com/deltachat/deltachat-desktop - de1db5add02c11830c59758730c80dade4bbda7b authored almost 2 years ago by Simon Laux <[email protected]>
fix eslint warning

github.com/deltachat/deltachat-desktop - b951d8221ad330562d3e434668f329fe8cf5b8d8 authored almost 2 years ago by SimonLaux <[email protected]>
count jsonrpc calls in debug mode (#3077)

* count jsonrpc calls in debug mode

If you want to debug how many jsonrpc calls were made you c...

github.com/deltachat/deltachat-desktop - 5a1946c7401569e494738607f9e171f565076845 authored almost 2 years ago by Simon Laux <[email protected]>
update translations

github.com/deltachat/deltachat-ios - e17abc7dd689d2a7f013f415d2efcfd7fc812ef0 authored almost 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - 826cea5d82b2c03cd1a55e7e77f0a668b725068b authored almost 2 years ago by B. Petersen <[email protected]>
if set, use document name for xdc icons (#1786)

github.com/deltachat/deltachat-ios - ae5a9fa5ff203a8f102c672ca739d478733be9d3 authored almost 2 years ago by bjoern <[email protected]>
ci: python: do not try to upload source distributions

They are not useful because you still need a statically
linked rust library besides the C FFI mo...

github.com/deltachat/deltachat-core-rust - 0e849609f419843860493909e6fc669c7c4b78df authored almost 2 years ago by link2xt <[email protected]>
Add confirmDialog and confirmForwardMessage (#3074)

ForwardMessage has title and a confirmation dialog

* ForwardMessage dialog now has a title
*...

github.com/deltachat/deltachat-desktop - 9cf66c852c44337ff31442b13d36ba6485340901 authored almost 2 years ago by Max Philippov <[email protected]>
fade left/right animation when opening the archive (#2446)

this is similar to opening a chat and feels more natural.
settings/connectivity/help etc. still...

github.com/deltachat/deltachat-android - a7e624f4a7f20abd7daed8654dcd5e1f020c24de authored almost 2 years ago by bjoern <[email protected]>
Change default height of a welcome screen (#3075)

* Change default height of a welcome screen

* also hide logo on welcome screen on scale 1.2x
...

github.com/deltachat/deltachat-desktop - 87883b9bcb6d1541e41cf5b4db54755121ffe0c4 authored almost 2 years ago by Max Philippov <[email protected]>
s/seperator/separator/ (#3073)

github.com/deltachat/deltachat-desktop - 3cf6b52e4007b6e84716e9981396fe85cd46abf8 authored almost 2 years ago by link2xt <[email protected]>
update deltachat-core-rust submodule to 'Prepare 1.105.0 release'

github.com/deltachat/deltachat-ios - f168d3b6b48546901360ed5127901b478d25a0a9 authored almost 2 years ago by B. Petersen <[email protected]>
tweak archived-link wrt edit-mode (#1785)

* long tapping archived-link does not enter edit-mode

* make archive link unselectable in edi...

github.com/deltachat/deltachat-ios - f75b693a774c6bf494b17124141aa4ceca91fc74 authored almost 2 years ago by bjoern <[email protected]>
update deltachat-core-rust submodule to 'Prepare 1.105.0 release'

github.com/deltachat/deltachat-android - 598089655a8647bfac8b7963c05ecae679f1b646 authored almost 2 years ago by B. Petersen <[email protected]>
Prepare 1.105.0 release

github.com/deltachat/deltachat-core-rust - 120a7a3090e46727b21c518ffb618cc643ffff82 authored almost 2 years ago by link2xt <[email protected]>
Update tokio to 1.24.1

github.com/deltachat/deltachat-core-rust - 872cd10b8b3ec112ef2a9c4d4033e42a411d9084 authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3926 from deltachat/dependabot/cargo/fuzz/tokio-1.24.1

github.com/deltachat/deltachat-core-rust - 7e673fee904855b909429075291907d530e4b74d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
improve error of node tests (#3928)

remove unused imports
and fail without revealing the token

github.com/deltachat/deltachat-core-rust - 847611aed49a76959f484537cbd6cd5f4a1362cf authored almost 2 years ago by Simon Laux <[email protected]>
log chatlistitem error and show whole error in tooltip on hover (#3070)

github.com/deltachat/deltachat-desktop - 38724aa9a593b6f429e7c91b8be9426258689690 authored almost 2 years ago by Simon Laux <[email protected]>
also allow strings as ids

it is a part of the spec and we need it for DC desktop

see https://github.com/Frando/yerpc/issu...

github.com/deltachat/yerpc - 697a699c017422cb1014c157fa80efc32b7ea7c0 authored almost 2 years ago by Simon Laux <[email protected]>
Bump tokio from 1.23.0 to 1.24.1 in /fuzz

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.1.
- [Release notes](https:...

github.com/deltachat/deltachat-core-rust - 15674111b440b816814ebf8544abf7052c61ca54 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3901 from deltachat/dependabot/cargo/serde_json-1.0.91

github.com/deltachat/deltachat-core-rust - 1b2feeb99c728e0f550f10f634b2e9642be02ba1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde_json from 1.0.89 to 1.0.91

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
- [Release notes](ht...

github.com/deltachat/deltachat-core-rust - f2f211908dc7c7e73b60e8c0f36c471342d6a136 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3927 from deltachat/dependabot/cargo/tokio-1.23.1

github.com/deltachat/deltachat-core-rust - ac9e3c6260b0b271efcd608c761e6dc45e56eb5a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
just use a transaction for now until we implement proper connection handling

github.com/deltachat/mailadm - 019530d104f18d3a519850705dca1602c1d61448 authored almost 2 years ago by missytake <[email protected]>
test reproduces 'user not in DB' error #92

github.com/deltachat/mailadm - 7d579483b79704809cf27ecbbac2232e7639cddf authored almost 2 years ago by missytake <[email protected]>
logging all SQL statements when pytest

github.com/deltachat/mailadm - cca121c1b1fddf4f7747318fe4ed463c8dea0f1f authored almost 2 years ago by missytake <[email protected]>
Resultify Message::get_filebytes()

github.com/deltachat/deltachat-core-rust - 58ba107d011032f7567c083f67d536613c27916e authored almost 2 years ago by link2xt <[email protected]>
jsonrpc: add fresh message count to the archive-link chatlistitem variant (#3920)

this is a followup to #3918

I went with option "C" from my comment:
https://github.com/delta...

github.com/deltachat/deltachat-core-rust - 087b4289e5443758b2b28d73d089fa69be0ecfb5 authored almost 2 years ago by Simon Laux <[email protected]>
cargo: bump tokio from 1.23.0 to 1.23.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1.
- [Release notes](https:...

github.com/deltachat/deltachat-core-rust - 3df5f6110c22c810b8910bf69e8eb6893056bf4e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3894 from deltachat/dependabot/cargo/base64-0.20.0

github.com/deltachat/deltachat-core-rust - 6efb2a2054d580c828e458541b3fc2e001747fd5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update base64 API usage

github.com/deltachat/deltachat-core-rust - 4f8593f46a053876d62445aac39a6a66762985d0 authored almost 2 years ago by link2xt <[email protected]>
Use TestContextManager for test_format_flowed_round_trip test

github.com/deltachat/deltachat-core-rust - 9eb7a84d832d2f4f4495b0ca909159ca7954b7b7 authored almost 2 years ago by link2xt <[email protected]>
format-flowed: make quotes round-trip

github.com/deltachat/deltachat-core-rust - 8e65e794bca56ca5dbe8aadbecc23dcd508e543e authored almost 2 years ago by link2xt <[email protected]>
Add documentation to `contact` module

github.com/deltachat/deltachat-core-rust - ecc7758788651c0c2df22e757b87ae85be47adda authored almost 2 years ago by link2xt <[email protected]>
message: derive `Ord` for `MessageState`

github.com/deltachat/deltachat-core-rust - 6e40fd8000fd39a283eb888c759d272c3548455e authored almost 2 years ago by link2xt <[email protected]>
python: set reasonable timeouts for account requests

`requests` library does not have a timeout at all by default.

github.com/deltachat/deltachat-core-rust - f4c674fa98c93e2ec5727e51337aba0f9d317356 authored almost 2 years ago by link2xt <[email protected]>
add function 'mark all as read' to archive (#1783)

github.com/deltachat/deltachat-ios - ec865fd0f349809dbe952487cb01b635078c32cd authored almost 2 years ago by bjoern <[email protected]>
update translations

github.com/deltachat/deltachat-ios - 397c913e7b40077ea269b60768923f9ba86529e6 authored almost 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'mark all archived read (#3919)'

github.com/deltachat/deltachat-ios - b68978647578c957bb2723835f40159cb3f02da1 authored almost 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - ef25dff3e49db7728a83b2bbae634a8afde547e2 authored almost 2 years ago by B. Petersen <[email protected]>
add function 'mark all as read' to archive (#2443)

* add function 'mark all as read' to archive

as we have the unread counter there now,
we sho...

github.com/deltachat/deltachat-android - 17039651be21146e8e3cb976a73408c9eceb1a13 authored almost 2 years ago by bjoern <[email protected]>
update deltachat-core-rust submodule to 'mark all archived read (#3919)'

github.com/deltachat/deltachat-android - 8fb414068978221aaa8aed58915317c1effa91e1 authored almost 2 years ago by B. Petersen <[email protected]>
mark all archived read (#3919)

* let marknoticed_chat() work for DC_CHAT_ID_ARCHIVED_LINK

* fix test_util::get_last_msg() - ...

github.com/deltachat/deltachat-core-rust - eba96eb9047048d30b57db59042c3c10fe386e4d authored almost 2 years ago by bjoern <[email protected]>
Fix provider update script

github.com/deltachat/deltachat-core-rust - 3986bb6c4e4d3598b6472cf6f6afd3ef2c096adc authored almost 2 years ago by link2xt <[email protected]>
Update provider database

github.com/deltachat/deltachat-core-rust - 10349b7be4f6a4d123f5787b25e8184737201eaa authored almost 2 years ago by link2xt <[email protected]>
ouvaton.coop: fix a typo

github.com/deltachat/provider-db - b7b3c677b84780638f35611385a50ef5741731f8 authored almost 2 years ago by link2xt <[email protected]>
jsonrpc: increase account request timeout to 60 seconds

github.com/deltachat/deltachat-core-rust - d8f5e818805874d665ebee421da9bb78671fb73f authored almost 2 years ago by link2xt <[email protected]>
ci: use default Rust toolchain for JSON-RPC tests

Default preinstalled toolchain is currently at 1.65.0,
there is no need to overwrite it with 1.6...

github.com/deltachat/deltachat-core-rust - ea81d08c0159f648bc91c83ed3bc5230cc02da30 authored almost 2 years ago by link2xt <[email protected]>
Add more logging and improve errors around folder selection

github.com/deltachat/deltachat-core-rust - f69acaa13db838b30dc3dd76f843bb449eb19779 authored almost 2 years ago by link2xt <[email protected]>
Print more anyhow errors with their causes

github.com/deltachat/deltachat-core-rust - 754c7324f51c0d33e1263c16d74d59ed161389cf authored almost 2 years ago by link2xt <[email protected]>
Remove unused `KeyType` from `DcKey` trait

It always equals Self.

github.com/deltachat/deltachat-core-rust - 2b4e32d2cf7460a6f16eb29365464c5566bef5dd authored almost 2 years ago by link2xt <[email protected]>
Remove ndk-make.sh symlink to scripts/ndk-make.sh

If scripts are always called directly without symlink,
there is no need to use `realpath` which ...

github.com/deltachat/deltachat-android - 543a7965c29bac064b6bdfae6abe625524cf76e9 authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3893 from deltachat/dependabot/cargo/quick-xml-0.27.1

github.com/deltachat/deltachat-core-rust - 9ed933f83576f350e061cf78b1ab8e82c2a9dd9a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3898 from deltachat/dependabot/cargo/serde-1.0.152

github.com/deltachat/deltachat-core-rust - c4b3579c60ca984155eab99deb28a0f884cdbb52 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hotfix: use correct rust-toolchain path everywhere

github.com/deltachat/deltachat-ios - 5464aa12ec4dbc3b53f9a69108bffce65c369841 authored almost 2 years ago by B. Petersen <[email protected]>
Document adding changelogs for F-Droid

github.com/deltachat/deltachat-android - a08335ec3879513de641c5c1986501176d79e28a authored almost 2 years ago by link2xt <[email protected]>
Add changelog for the latest version into metadata

github.com/deltachat/deltachat-android - 568bfaaad022f5eb8aa13832e38174d0cac5370d authored almost 2 years ago by link2xt <[email protected]>
Copy full_description.txt from F-Droid repository

The highest precedence description is at
<https://gitlab.com/fdroid/fdroiddata/-/blob/master/met...

github.com/deltachat/deltachat-android - 4b53aa81c61cff7898b894f611a6dca24e45d480 authored almost 2 years ago by link2xt <[email protected]>
Update f-droid.md documentation

github.com/deltachat/deltachat-android - 93cea05e338297c1d3bd7d83aada3167775e16c8 authored almost 2 years ago by link2xt <[email protected]>
Add metadata/ for F-Droid

fdroiddata/ contains some metadata, but no icon or screenshots at
<https://gitlab.com/fdroid/fdr...

github.com/deltachat/deltachat-android - 8c128937e07ab8c74d26f4b516c9081ec25ea4af authored almost 2 years ago by link2xt <[email protected]>
tweak archive, pinned and unread counter (#1782)

* show 'archived link' as a normal chat

* remove 'archived link' from settings

* show arch...

github.com/deltachat/deltachat-ios - f4e0b9c529ca7ebea305dfc2d690cd5605eb84f2 authored almost 2 years ago by bjoern <[email protected]>
tweak archive (#2441)

* basic layout of new archive-link, including icon and unread counter

* remove 'archived chat...

github.com/deltachat/deltachat-android - fc542dbe7e6049a725be4b8f0a799769f1ac8fe2 authored almost 2 years ago by bjoern <[email protected]>
update deltachat-core-rust submodule to '"archive" consistency and improvements (#3918)'

github.com/deltachat/deltachat-ios - bfeb0d73aa1f7a369ab3655a6317817800394ce5 authored almost 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to '"archive" consistency and improvements (#3918)'

github.com/deltachat/deltachat-android - 4f6fb1cd15d98d6fb972791a13e10871bce93c66 authored almost 2 years ago by B. Petersen <[email protected]>
"archive" consistency and improvements (#3918)

* move 'archived link' betweeen pinned and normal cahts or above normal chats

* add icon for ...

github.com/deltachat/deltachat-core-rust - c5d18023463460316395fdb68a910cd5b31cc1d8 authored almost 2 years ago by bjoern <[email protected]>
cargo: bump serde from 1.0.148 to 1.0.152

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.152.
- [Release notes](http...

github.com/deltachat/deltachat-core-rust - d873f88b5646971060ca9efb49b9f76c45c7dda5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3899 from deltachat/dependabot/cargo/toml-0.5.10

github.com/deltachat/deltachat-core-rust - 17781066a2a373afbcf781e8a9e92ebe92b2d31b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump quick-xml from 0.26.0 to 0.27.1

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.26.0 to 0.27.1.
- [Release notes](h...

github.com/deltachat/deltachat-core-rust - ac0fbaad2119f0e02dfceb60ae96deea418eea8f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump toml from 0.5.9 to 0.5.10

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.9 to 0.5.10.
- [Release notes](https://gi...

github.com/deltachat/deltachat-core-rust - 8ac7f639d8d32a40626a7edb30c957736a40cb95 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3903 from deltachat/dependabot/cargo/once_cell-1.17.0

github.com/deltachat/deltachat-core-rust - 3ac1d30a3a4dbad063423a6cb3a19599a3010bea authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump once_cell from 1.16.0 to 1.17.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.0.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - 1f420777af077f5635ffd2e7c3c28c7dc911b179 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
skip broken check_privileges bot test

github.com/deltachat/mailadm - e310ee76ef3066c789c7d02b7261b798b2ee9770 authored almost 2 years ago by missytake <[email protected]>
fix lint complaint

github.com/deltachat/mailadm - edf2533ff5d7070a0c4db6d2a3c999ccdc64d005 authored almost 2 years ago by missytake <[email protected]>
more random numbers in case tests don't successfully delete accounts

github.com/deltachat/mailadm - 1abdd016a94a71d6fe5dcc43505e78cae129f513 authored almost 2 years ago by missytake <[email protected]>
ci: remove failing actions-rs/toolchain calls

It fails because there is no `rust-toolchain` file anymore.

ubuntu-latest already has cargo ins...

github.com/deltachat/deltachat-core-rust - 37a212ddc49ff94167f7309fb2553e9903c8269a authored almost 2 years ago by link2xt <[email protected]>
bump copyright year to 2023

github.com/deltachat/deltachat-pages - d6646a0370aae3aafb0635eb17564493f8ba5a0f authored almost 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'ci: update rust toolchain for repl.exe builds'

github.com/deltachat/deltachat-android - 7cff5c731156db0728e7f0da832f5de81a9dcef4 authored almost 2 years ago by B. Petersen <[email protected]>
Improve error handling of existing messages fetch and never retry

There are at least two user reports that fetching existing messages
sometimes results in infinit...

github.com/deltachat/deltachat-core-rust - 138e62e1ef95ae1a4b079d19b07b8f68ed0848c7 authored almost 2 years ago by link2xt <[email protected]>
fix linter issues

github.com/deltachat/mailadm - 977bab2076c96bc0666f3275d2be870d31aed8bc authored almost 2 years ago by missytake <[email protected]>
fix test_adduser_and_expire test

github.com/deltachat/mailadm - fdaffa8e57542d65ac14a55398a1aed0ddc791cf authored almost 2 years ago by missytake <[email protected]>
command should have output when token is deleted

github.com/deltachat/mailadm - c5b91971c65d59a9fead4ab0a8691141a36df1a3 authored almost 2 years ago by missytake <[email protected]>
fix test_add_del_user test

github.com/deltachat/mailadm - fc8dceed10773f7cfeaa1febf44281f8159aa7b7 authored almost 2 years ago by missytake <[email protected]>
ci: update rust toolchain for repl.exe builds

github.com/deltachat/deltachat-core-rust - 5b1278458991d1c38733d17b2319d42fd81c110f authored almost 2 years ago by link2xt <[email protected]>
Adapt the comment, there is no more `rust-toolchain`

github.com/deltachat/deltachat-core-rust - c9ab9d59c2b8200efa18c94b9c26053616d45355 authored almost 2 years ago by link2xt <[email protected]>
Remove `rust-toolchain` file

Any Rust toolchain above MSRV should be usable.

github.com/deltachat/deltachat-core-rust - ac15b3a5af5ae34eca92e39c9f555bf9516eb0c0 authored almost 2 years ago by link2xt <[email protected]>
Trigger reconnection when failing to fetch existing messages

github.com/deltachat/deltachat-core-rust - 468356b12040d6078dcfab078c674883ee4591a8 authored almost 2 years ago by link2xt <[email protected]>