l
l
To reproduce the problem, clone this repository, then go to `naersk/examples/cross-windows`, run `nix flake update` and then `nix build`. Bulid fails: ``` $ nix build warning: Git tree '/home/link2xt/src/naersk' is...
We used `cache_time=9999999999999` to effectively disable redownloading of the file which is supposed to never change. The file downloaded on a first time, but on a second time pyinfra crashed...
go-imap client sets deadlines for writing the whole command and reading a whole response. Sometimes response can be large and I am on a slow connection but I still receive...
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...
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...
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...