l

Results 757 comments of l

Dropping sqlite connection pool does not result in actually closing connections immediately. On windows this is a problem, because files remain locked for some time after drop. As a workaround,...

I guess as a workaround when we try to rename files or delete files, we should sleep 1 second and retry up to 5 times or something like this.

Waiting for #3229 to be merged and a similar fix for migrate_account is needed.

For some reason `UID SEARCH` command sometimes return no results when we run it from `add_all_recipients_as_contacts`, but the message is immediately fetched afterwards with `UID FETCH`: ``` 29.21 [events-ac3] DC_EVENT_INFO...

Here is a log with IMAP tracing enabled: ``` 2022-06-26T15:22:45.553Z TRACE async_imap::imap_stream > decode: input: Ok("A0016 OK [READ-WRITE] Select completed (0.001 + 0.068 + 0.068 secs).\r\n") 30.70 [events-ac3] DC_EVENT_INFO data1=0...

The issue here is the softfail SPF record for merlinux.eu: ``` merlinux.eu. 79 IN TXT "v=spf1 ip6:2a01:4f8:c17:b03::2 ip4:78.46.202.179/32 ip4:95.217.159.152 ip6:2a01:4f9:c010:78bc::1 ~all" ``` It should be `-all`, so forged mails are...

Duplicate of #2859 which is already fixed by #3557

Filed upstream bug: https://github.com/mergeability/mergeable/issues/646

Maybe there are simpler alternatives now. I tried a quick search over GitHub Marketplace and found [Changelog Enforcer](https://github.com/marketplace/actions/changelog-enforcer). It's source: https://github.com/dangoslen/changelog-enforcer Strange that Mergeable cannot be found in GitHub Marketplace,...

CI is fixed with https://github.com/deltachat/mailadm/pull/41 btw