core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
Close #5870. I think a test isn't really necessary, though can add if someone thinks differently
I.e. treat `DeleteServerAfter == None` as "delete at once". But when a backup is exported, set `DeleteServerAfter` to 0 so that the server decides when to delete messages, in order...
NB: This doesn't yet implement setting of the `\Seen` flag when uploading a sync message, `async_imap::Session::append()` needs to be tweaked first.
Screenshot: 
If DNS resolver returns a lot of results we should not prioritize all of them over cached results. DNS server may be misconfigured, return malicious results (100 of blackhole IP...
_I'm regularly updating this description to reflect the current state of the discussion._ In DC, we have a setting "auto-download messages" with the minimum value "160KiB". Delta Chat then won't...
- Android version: 14 Lineage UN - Device: Redmi 12 5G - Delta Chat version: 1.46.7 - Expected behavior: Switch to new Email from old (migrate), should display the actual...
Currently SOCKS5 support allows to configure only a single proxy using settings `socks5_host`, `socks5_port`, `socks5_user`, `socks5_password` which can only contain a single proxy. In addition to that, `socks5_enabled` enables/disables usage...
NotifyAboutWrongPw introduced in https://github.com/deltachat/deltachat-core-rust/pull/1613 gets reset to `None` on failed configuration. This means that if user runs failed `configure()` on configured account, they will not be notified about wrong password...