iequidoo
iequidoo
```Rust let sync_member_list = member_list_ts .filter(|t| *t
I just want to say that looking at the parent message timestamp apparently doesn't fix the problem because Bob in this test can send two messages while being offline and...
> Instead, automatic reconfiguration sets STARTTLS to use TLS IMAP and SMTP ports (see above), and that seems to be pretty wrong. I checked with `openssl s_client -showcerts -connect posteo.de:993...
Still, it's not clear how incorrect STARTTLS ports got into configuration, in the beginning of the log i just see this: `[email protected] imap:[posteo.de:993:tls:[email protected], posteo.de:993:starttls:[email protected]] smtp:[posteo.de:465:tls:[email protected], posteo.de:465:starttls:[email protected]] provider:none cert_automatic` I guess...
The logic that added the above ports to the configuration is here: https://github.com/deltachat/deltachat-core-rust/blob/92c6dd483cc566b5de3cfc5bca25143520a16aaa/src/configure/server_params.rs#L108-L120 So, @gerryfrancis, this is because you set the ports manually as far as i see on your...
> However, I think the possibility of unknowingly misconfiguring the same ports for TLS and STARTTLS is a bug and must be avoided. Maybe another connection check in the background...
> The issue is about the same ports configured for TLS and STARTTLS by accident when just the TLS ones are specified manually. Delta Chat could detect that the specified...
> However, using the same ports for all secure transmission protocols, like we apparently apply (see `used_account_settings` above) just because the user could not specify other ones, cannot be the...
> For a week after backup transfer, the message created in #4301 should be recreated to prevent its deletion. Deletion of the message by the user? If we can't protect...
The device chat can also be archived, notifications muted, so the user may miss the backup transfer message. EDIT: The first measure should be asking for the user's system password...