l

Results 758 comments of l

> But if a received outgoing message is older than some non fresh message Why does this happen? If we download messages in order, then message is usually newer than...

> No, it only tries to add new outgoing messages (e.g. from other devices) to the of the chat when possible, if they are delayed for any reason. At least...

Also @gerryfrancis reports that after restoring a backup "The chronological order is compromised by receiving a verification message ("messages are encrypted from now on") with the wrong (current) date (at...

We need to get recent certificates for imap.nauta.cu and smtp.nauta.cu I added certificates from https://github.com/deltachat/deltachat-core-rust/issues/1007#issuecomment-564351730, but they are expired in 2022.

https://webmail.enet.cu/ has a Let's Encrypt certificate valid for imap.nauta.cu and smtp.nauta.cu, but it is not actually used for IMAP and SMTP servers. Here is a certificate chain downloaded with Firefox:...

We need someone to run this and save certificates they see: ``` openssl s_client -starttls imap -servername imap.nauta.cu -starttls imap -showcerts imap.nauta.cu:143 openssl s_client -starttls smtp -servername smtp.nauta.cu -starttls smtp...

This can be revived if someone gets us non-expired current certificate. But maybe they just use an expired certificate. Also may be not worth it because messages between nauta.cu and...

Corresponding Android PR: https://github.com/deltachat/deltachat-android/pull/3229

With this NDK `nix flake update android` does not break the build like it happens with r24: https://github.com/deltachat/deltachat-core-rust/issues/6094

Going to merge this once CI passes as iroh now (accidentally?) requires tokio 1.41: https://github.com/n0-computer/iroh/issues/2887