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

Move rust-toolchain file from the core repository (#1781)

* Move rust-toolchain file from the core repository

This way updating the core does not autom...

github.com/deltachat/deltachat-ios - 01c1d29b01b52f16ee51e84d37bbee3e13e881d2 authored almost 2 years ago by link2xt <[email protected]>
Log the error before triggering reconnect

This way "Dropping an IMAP connection" message appears
after the cause for connection drop.

github.com/deltachat/deltachat-core-rust - f0a28b916821cc608509d7b1678bbf591422457e authored almost 2 years ago by link2xt <[email protected]>
Add more IMAP logs

github.com/deltachat/deltachat-core-rust - c8f0c6b5f65312129edb9a65e29177d519aad0a2 authored almost 2 years ago by link2xt <[email protected]>
cargo: bump base64 from 0.13.1 to 0.20.0

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.20.0.
- [Release ...

github.com/deltachat/deltachat-core-rust - e653531934a8e6d1ef45c3f39202c364ba518f95 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3900 from deltachat/dependabot/cargo/backtrace-0.3.67

github.com/deltachat/deltachat-core-rust - 3444c2aaddeefbc72a8209be2e71cd73a39c4f90 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Format configure() logs with error causes

github.com/deltachat/deltachat-core-rust - f694d2e150cd66622cb2437391e1a13f09fd98c4 authored almost 2 years ago by link2xt <[email protected]>
Fix STARTTLS connection

github.com/deltachat/deltachat-core-rust - 1e5c90ed65655ac717f9d430bf5d71b4d56eaf5f authored almost 2 years ago by link2xt <[email protected]>
Test that STARTTLS connection works

github.com/deltachat/deltachat-core-rust - 5b3596987bbaa388b90569e70eced6791846c34b authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3902 from deltachat/dependabot/cargo/libc-0.2.139

github.com/deltachat/deltachat-core-rust - 9738d53a829a1dffb7a7963a2fd68a608bf243ae authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use `realpath` for the case of running the script via symlink

github.com/deltachat/deltachat-android - 2f8992a77c8e7291247fe68be44dbcf6548aa6b7 authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3905 from deltachat/dependabot/cargo/quote-1.0.23

github.com/deltachat/deltachat-core-rust - e1d9dac70c429bb17489c51c3e324d73cde8915a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump libc from 0.2.137 to 0.2.139

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.137 to 0.2.139.
- [Release notes](https...

github.com/deltachat/deltachat-core-rust - e6324e3a198a776d15885734ad1aed54469b503b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump quote from 1.0.21 to 1.0.23

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.21 to 1.0.23.
- [Release notes](https:/...

github.com/deltachat/deltachat-core-rust - 4489db76c903a27c28886e238a2a3feef316736f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3904 from deltachat/dependabot/cargo/mailparse-0.14.0

github.com/deltachat/deltachat-core-rust - 67ffada4b332e36f1643942ee773b68bccc893a7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge logging branch

github.com/deltachat/mailadm - f38f56305612bb4ae7d264e43620f1b64b6c7c91 authored almost 2 years ago by link2xt <[email protected]>
Use automatic transactions in new_email()

This way new_email() handler does not hold a write lock
on the database while attempting to requ...

github.com/deltachat/mailadm - 4a570aa47f17f45d55f7605cd87dbeae2d86dafd authored almost 2 years ago by link2xt <[email protected]>
Disable Nagle's algorithm for TCP connections

github.com/deltachat/deltachat-core-rust - 9aaf5cf914692aacd7fa9d9ba7bb6fdddcce0f70 authored almost 2 years ago by link2xt <[email protected]>
Buffer IMAP client writes

async-imap does not do its own buffering, but calls flush() after
sending each command. Using Bu...

github.com/deltachat/deltachat-core-rust - 035b711ee337fe0e15bfed34fcbc7580fd01a351 authored almost 2 years ago by link2xt <[email protected]>
Format configuration error with causes

github.com/deltachat/deltachat-core-rust - 08af7419aff1529fca0efbbc9345547ce3efaff9 authored almost 2 years ago by link2xt <[email protected]>
Log account creation retries

github.com/deltachat/mailadm - 01d6621bdb54a11582940aa52a6b471de0801adf authored almost 2 years ago by link2xt <[email protected]>
Use `logging` module

github.com/deltachat/mailadm - a5ae06179bd5592e5e23c0f90c43fa97b145e162 authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3896 from deltachat/dependabot/cargo/humansize-2.1.3

github.com/deltachat/deltachat-core-rust - 5ad25dedf89c54ba37ea29d490554de6ed0a670d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump mailparse from 0.13.8 to 0.14.0

Bumps [mailparse](https://github.com/staktrace/mailparse) from 0.13.8 to 0.14.0.
- [Release note...

github.com/deltachat/deltachat-core-rust - de47aa84662dadb344b8da21da1601d780634bd6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3891 from deltachat/dependabot/cargo/num_cpus-1.15.0

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

github.com/deltachat/deltachat-core-rust - 08cbb66a5508d9b9289292c742d8db216e8349e6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3892 from deltachat/dependabot/cargo/anyhow-1.0.68

github.com/deltachat/deltachat-core-rust - 824cf934943c309d390e7462608312ad0eeaba2f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3895 from deltachat/dependabot/cargo/syn-1.0.107

github.com/deltachat/deltachat-core-rust - 00d2f2e7b4d24b01360eed1429386ada3c283f62 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3890 from deltachat/dependabot/cargo/thiserror-1.0.38

github.com/deltachat/deltachat-core-rust - 968ad2859ea7882e75de99062de7b89c83b00a53 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump backtrace from 0.3.66 to 0.3.67

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.66 to 0.3.67.
- [Release n...

github.com/deltachat/deltachat-core-rust - 11ca12e43cd4236cdea944109c71a84394d4f181 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump tokio from 1.22.0 to 1.23.0

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

github.com/deltachat/deltachat-core-rust - 15fad5476ee945b097ef99e590c3e2341d98c31c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump humansize from 2.1.2 to 2.1.3

Bumps [humansize](https://github.com/LeopoldArkham/humansize) from 2.1.2 to 2.1.3.
- [Release no...

github.com/deltachat/deltachat-core-rust - 4e468fdf2403edafaaa5e5ce72c4d124b29e46ac authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump syn from 1.0.105 to 1.0.107

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.105 to 1.0.107.
- [Release notes](https://g...

github.com/deltachat/deltachat-core-rust - cb4b9fce303c3d75b8033c0689431c0a489fc7a4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump anyhow from 1.0.66 to 1.0.68

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68.
- [Release notes](https...

github.com/deltachat/deltachat-core-rust - a562348dfae1857cb33bc5b5b92179f46c7c434c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump num_cpus from 1.14.0 to 1.15.0

Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.14.0 to 1.15.0.
- [Release note...

github.com/deltachat/deltachat-core-rust - bcef1c7a76aa384c0b9d1aa95ed52abd5794d067 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump thiserror from 1.0.37 to 1.0.38

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - 4bbb83826cf10e3b7eebd8d71489398c32438c93 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update desktop to 1.32.1

github.com/deltachat/deltachat-pages - 085cab32c174157b722e341a3eab6dd9bcdd3403 authored almost 2 years ago by Simon Laux <[email protected]>
node: do not truncate assertion errors

github.com/deltachat/deltachat-core-rust - b9dbf1873d25c9db512caab1778ae41c2e199662 authored almost 2 years ago by link2xt <[email protected]>
Add scripts/mailadm.sh

This script runs a single command inside a temporary
container, so you can execute any `mailadm`...

github.com/deltachat/mailadm - 28a2662ae91069a015a97f048151062cf84204a5 authored almost 2 years ago by link2xt <[email protected]>
Fix uncaught exception in node JSON-RPC tests

Events don't have an `id`, so promises[response.id] does
not exist for them.

This currently pri...

github.com/deltachat/deltachat-core-rust - 45462fb47ef237ef5756b53c5a6e982ca6018371 authored almost 2 years ago by link2xt <[email protected]>
Log the exception traceback when bot fails

github.com/deltachat/mailadm - 2a466886ae7ca1eccc4c86aa30532582a2393403 authored almost 2 years ago by link2xt <[email protected]>
Add missing timeouts to GET requests

github.com/deltachat/mailadm - 7d822f6b695c34175f19177458f8c6ca0b15c69f authored almost 2 years ago by link2xt <[email protected]>
Add missing timeout to delete/mailbox POST request

github.com/deltachat/mailadm - 02a0c4fda75057ecdfc211e930e8f560b60c4e72 authored almost 2 years ago by link2xt <[email protected]>
separate read and write db in prune(). fixes #72

github.com/deltachat/mailadm - 0933d339a813cc2dc30eb6e8cbd9a5f4534e51ac authored almost 2 years ago by missytake <[email protected]>
fixed headline rst syntax

github.com/deltachat/mailadm - bf1289168c129b63ac8eab27fd73ebe219d0bd5f authored almost 2 years ago by missytake <[email protected]>
watch DeltaChat folder for compatibility with mailcow

github.com/deltachat/mailadm - 20d2b84eb9db4b3934f983a23c51497936c80f6c authored almost 2 years ago by missytake <[email protected]>
explain different setup steps

github.com/deltachat/mailadm - 7beaf37a78bb416299654e6a2de8fcbe4f52bcf2 authored almost 2 years ago by missytake <[email protected]>
recommend to stop mailadm before running setup-bot

github.com/deltachat/mailadm - 03ed34c9a65362c0de73ca57936068af2659a27d authored almost 2 years ago by missytake <[email protected]>
exit if the bot isn't set up

github.com/deltachat/mailadm - e397e41f6198cb9d0ce38909c9835d65af6b3f72 authored almost 2 years ago by missytake <[email protected]>
remove container after running setup-bot

github.com/deltachat/mailadm - 698fea188b4832b7dc5d1af4bc668b5bafdc4c46 authored almost 2 years ago by missytake <[email protected]>
restart main container unless stopped

run setup-bot before starting gunicorn

github.com/deltachat/mailadm - a2df983bfe4912c9485fcbbb34d424d4111a7268 authored almost 2 years ago by missytake <[email protected]>
move prune loop to bot loop

github.com/deltachat/mailadm - 90033c67298a48c2778a405202201712f10f7e20 authored almost 2 years ago by missytake <[email protected]>
fixed crash during startup

github.com/deltachat/mailadm - 0612f077d2ec9fc97a8405a5d42cf605c3ee94e1 authored almost 2 years ago by missytake <[email protected]>
increased gunicorn timeout to 60 seconds

github.com/deltachat/mailadm - f57e35057d3ca97ad12df5a9b1fee507438a96f4 authored almost 2 years ago by missytake <[email protected]>
increase gunicorn workers to 4 by default

github.com/deltachat/mailadm - 9e09328bfcc0426d55e97a64d59396fb17ba7adc authored almost 2 years ago by missytake <[email protected]>
exit if dc core event thread dies

github.com/deltachat/mailadm - 4ff009b5373ebe25105299c1cd7d1a90cd48de9e authored almost 2 years ago by missytake <[email protected]>
updated wording for setup-bot command documentation

github.com/deltachat/mailadm - 914badac8e6661baea22ee75ccf8fb63d80b12cd authored almost 2 years ago by missytake <[email protected]>
check every second if the core thread died instead of every 10 minutes

github.com/deltachat/mailadm - 7be5cba3f567475fd6ce483ed80c3c453512010b authored almost 2 years ago by missytake <[email protected]>
Replace `whitelist_externals` with `allowlist_externals` to support tox 4

github.com/deltachat/mailadm - c70c8ee07a2564ee696eb2441ce03119972b50cf authored almost 2 years ago by link2xt <[email protected]>
use u32 as id as done elsewhere (#3882)

this will avoid some incompatibilities and castingss in UI.

github.com/deltachat/deltachat-core-rust - bf4ad692df79b53d37475aba38a988d38b754050 authored almost 2 years ago by bjoern <[email protected]>
Explicitly set RUSTUP_TOOLCHAIN to 1.64.0

Core is supposed to support all Rust versions above
MSRV, there is no need to use the same toolc...

github.com/deltachat/deltachat-android - 78aada7027184d497bd2e1da75c9834bd1fd322a authored almost 2 years ago by link2xt <[email protected]>
Add mappings for some file types to Viewtype / MIME type

Namely: ppt, pptx, xls, heif, heic, avif, txt.
But use Viewtype::File for medias without uniform...

github.com/deltachat/deltachat-core-rust - 4e943d52e42786c5a87627d1e30f649a2d72b16c authored almost 2 years ago by Rafael Diniz <[email protected]>
Merge pull request #584 from deltachat/donate

Move donate to separate page

github.com/deltachat/deltachat-pages - 54a30aa466ca0eaffc2b8c270dd5447e0588a915 authored almost 2 years ago by Rosano <[email protected]>
Fix fuzzing module warnings

github.com/deltachat/deltachat-core-rust - 7082f9f882c0516431abd6fb4e8d969b80ce736e authored almost 2 years ago by link2xt <[email protected]>
Add documentation to simplify.rs

github.com/deltachat/deltachat-core-rust - 1e351bd05f1dfd93b08b57163489b2621cda837c authored almost 2 years ago by link2xt <[email protected]>
Enable WAL on SQLite databases

github.com/deltachat/mailadm - 09f6f2af7f837240415c62b61af4dd7ed0b19a93 authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3722 from deltachat/dependabot/cargo/quick-xml-0.26.0

github.com/deltachat/deltachat-core-rust - f0d5bfd42f00b66b57190d7e30dfada3bb63d1c7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add missing documentation for location streaming

github.com/deltachat/deltachat-core-rust - 256ef7c5ece94bac0157567d32dad665e7e924da authored almost 2 years ago by link2xt <[email protected]>
Add missing documentation for the download state

github.com/deltachat/deltachat-core-rust - 6e63555bc8aec62e55b39dedf9258d562afe71ac authored almost 2 years ago by link2xt <[email protected]>
cargo: bump quick-xml from 0.23.0 to 0.26.0

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

github.com/deltachat/deltachat-core-rust - 5432e108a1cdeb3d15eade329238f986e71c2e83 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add missing documentation for Summary constructor

github.com/deltachat/deltachat-core-rust - 3fcd17e6a5bce0101a65a97160440c4b004209a8 authored almost 2 years ago by link2xt <[email protected]>
Add verifier information (#3839)

* add verifier information

* cleanup

Co-authored-by: bjoern <[email protected]>

* finish na...

github.com/deltachat/deltachat-core-rust - c562d17925a7782f6c7eef2cddd879596e09f202 authored almost 2 years ago by Sebastian Klähn <[email protected]>
allow to pass string as update for objects that don't support default json.dump() conversion

github.com/deltachat/deltachat-core-rust - cf1d6919bfae9ff91ba95c3ed95608672f50a5a2 authored almost 2 years ago by adbenitez <[email protected]>
make get_contact_by_id non-async

github.com/deltachat/deltachat-core-rust - 4b15f960e1e21b69a6474a28bb4888f6f0e0f611 authored almost 2 years ago by adbenitez <[email protected]>
deltachat_rpc_client: add webxdc API

github.com/deltachat/deltachat-core-rust - f92b8dcec0e9e50af7f0f19a32bce99df2045e24 authored almost 2 years ago by link2xt <[email protected]>
deltachat_rpc_client: make get_{chat,message}_by_id non-async

github.com/deltachat/deltachat-core-rust - 9734552da5b4c8364d0574c7b8e0c5ce4eb1621c authored almost 2 years ago by link2xt <[email protected]>
Move format_flowed to a separate crate

This makes it possible to fuzz test the functions
without exposing the module interface in the d...

github.com/deltachat/deltachat-core-rust - 89b7ce4c4e97b3e1d369bf7b5ff68d529d5905a5 authored almost 2 years ago by link2xt <[email protected]>
Don't parse the message again after detached signatures validation

If we move the detached signatures validation code out of try_decrypt(), we don't need to conver...

github.com/deltachat/deltachat-core-rust - 6dc790f4470673835d50ed1ef494e6993a3d2d2d authored almost 2 years ago by iequidoo <[email protected]>
Resolve merge conflict

# Conflicts:
# en/donate.md

github.com/deltachat/deltachat-pages - 3e03f3731706d570086297f7b48a183e4b1838ea authored almost 2 years ago by Rosano Coutinho <[email protected]>
Revert expand headings

github.com/deltachat/deltachat-pages - f64082eba40b47d1a5774b1b1fefca3a5ccb1a13 authored almost 2 years ago by Rosano Coutinho <[email protected]>
Bump MSRV to 1.63.0

Bumping MSRV from 1.61.0 to 1.63.0, because `arbitrary` crate requires
it and fuzzing crates dep...

github.com/deltachat/deltachat-core-rust - 7d62df6f1a9aff3812b06f73f7772b822d92b3d9 authored almost 2 years ago by link2xt <[email protected]>
Do not trim leading spaces from message lines

github.com/deltachat/deltachat-core-rust - 6f7bb8a777991516e2255af221eaafd4ef22327b authored almost 2 years ago by link2xt <[email protected]>
Remove authors field from Cargo metadata

See Rust RFC 3052 [1]. This field is no longer required,
so there is no need to have a filler va...

github.com/deltachat/deltachat-core-rust - 942f64f04d5780b763934710c60b37d311e029a2 authored almost 2 years ago by link2xt <[email protected]>
Fix nightly clippy warnings

github.com/deltachat/deltachat-core-rust - 8de7014eebd51a540cd94a3af46030e87253fc3c authored almost 2 years ago by link2xt <[email protected]>
Silence clippy warning about type complexity

github.com/deltachat/deltachat-core-rust - d73c4a92a70d309bfc566f1185340c94505d660d authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #595 from deltachat/bump-android-to-1.34.8

bump android version to 1.34.8

github.com/deltachat/deltachat-pages - 7879916f4b6b34a9ed352145854d811af7afb0c7 authored almost 2 years ago by bjoern <[email protected]>
Make try_decrypt non-async

Private keyring is now loaded outside of try_decrypt

github.com/deltachat/deltachat-core-rust - e328de5293689649d097ad6b7be9e918de001a1b authored almost 2 years ago by link2xt <[email protected]>
Use new_alice() instead of new() in mimeparser tests

This way contexts have a private key and attempts to
load it does not result in an error.

github.com/deltachat/deltachat-core-rust - 93054ef87c0d9c5b76283d54530d5845e431c47a authored almost 2 years ago by link2xt <[email protected]>
bump android version to 1.34.8

github.com/deltachat/deltachat-pages - 5cf982e5bae2da14d03025e1d3d6d7ed78f3f529 authored almost 2 years ago by B. Petersen <[email protected]>
Pass private keyring around as a reference

github.com/deltachat/deltachat-core-rust - 2cd1da5222ca61d6432720778c337d057c3463a0 authored almost 2 years ago by link2xt <[email protected]>
Make decrypt_part synchronous

github.com/deltachat/deltachat-core-rust - ed24eac29c860378910aeeb803c8775c4e630b8e authored almost 2 years ago by link2xt <[email protected]>
Make pk_decrypt synchronous

github.com/deltachat/deltachat-core-rust - 3de53a313f29920934a5de4a4da12df2c2f1777e authored almost 2 years ago by link2xt <[email protected]>
python: pass DC_RS_DEV and DC_RS_TARGET into auditwheels env

Otherwise python binding wheels fail to build with tox 4.0.

github.com/deltachat/deltachat-core-rust - 6d2b2ac5f99e85f62d4296b691dc933bd41baf1a authored almost 2 years ago by link2xt <[email protected]>
Add donate link to footer

github.com/deltachat/deltachat-pages - 613ded7597a3b7d8f15e878408f61ffe7e3b1fed authored almost 2 years ago by Rosano Coutinho <[email protected]>
ci: update swatinem/rust-cache action

github.com/deltachat/deltachat-core-rust - 76cf1707082216cbb7cfbe07cf72e4b218610707 authored almost 2 years ago by link2xt <[email protected]>
Do not add an error if the message is encrypted but not signed

Services like Lacre [1] on Disroot and Inbound Encryption on Posteo [2]
offer to encrypt all inc...

github.com/deltachat/deltachat-core-rust - 06ead557dcceb072add261d0508762a79227d17a authored almost 2 years ago by link2xt <[email protected]>
Merge "Validate signatures in try_decrypt() even if the message isn't encrypted" (#3859)

github.com/deltachat/deltachat-core-rust - 7c343411b86e726e8dfbcae6860bb19f6e5c4122 authored almost 2 years ago by link2xt <[email protected]>
Do not return Result from validate_detached_signature

It never returns errors.

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