core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
With version 2.33.0 transports are synchronized, but when default transport is changed by setting `configured_addr`, transport is not changed on the other device, so different devices use different transport for...
We have an issue upgrading from 2.25 to 2.33 caused by SQL migration being too slow: https://github.com/chatmail/core/issues/7602 Application gets killed by the OS because dc_accounts_new takes too long. There are...
- https://github.com/chatmail/core/pull/7369 - https://github.com/chatmail/core/pull/7373 - https://github.com/chatmail/core/pull/7433 - https://github.com/chatmail/core/pull/7410 - https://github.com/chatmail/core/pull/7431 - ... for now read the issue for more info on todo items and what this is about This is...
This is in addition to https://github.com/chatmail/core/issues/7596 Original user problem was that DNS was not working, this could have been prevented if we had IP addresses preloaded so DNS never fails...
Adds an api to get all ui config keys. There already is an option to get all normal config keys (`"sys.config_keys"`), but before this pr there was no way to...
HTML messages are stored by having a whole .eml blob in the unfortunately named "mime_headers" column of the msgs table. There are user reports that msgs table takes a lot...
See https://github.com/chatmail/core/issues/7580#issuecomment-3633803432
We currently have an `is_chatmail` config option that is set automatically when you connect to an IMAP server that has `XCHATMAIL` capability. This roughly means that the server is a...
This is reported on the forum: https://support.delta.chat/t/no-connection-attempts-were-made-when-trying-to-create-chatmail-account/4437 Should be reproducible by returning no results from the DNS resolution procedures in `dns.rs` and see what happens when you try to configure...
We have multiple reports over the years that contact list is full of contacts that users don't know and don't want to be there. So far nobody filed any concrete...