Christian Schneider
Christian Schneider
Core v0.43.0 Option "show all emails" is on. I have a next delivery error from _arcor.de_ ==> Message is shown. Header "Message-Id" is existing. Next delivery error from _aol.com_ ==>...
"Cannot create Message-ID" is the important information. See void dc_receive_imf(...) ``` if (rfc724_mid==NULL) { rfc724_mid = dc_create_incoming_rfc724_mid(sent_timestamp, from_id, to_ids); if (rfc724_mid==NULL) { dc_log_info(context, 0, "Cannot create Message-ID."); goto cleanup; }...
`dc_create_incoming_rfc724_mid(sent_timestamp, from_id, to_ids)` is the reason for this issue. If the parameter `to_ids` is NULL, this function is not creating a Message-ID. This stops any further handling and prevents DC...
I vote for truncate it, but then add a remark in text, like "=== message truncated ===" or so.
If that's the marker: Ok I didn't saw that marker it in that way. I more assumed that the rest of the message is somewhere available if I see "[...]"...
First of all, for the moment I don't understand where the pressure for that issue is coming from. I would strongly recommend to let user decide if he wants to...
Problems are related to encryption, isn't it? For now ok, but I really see a problem in accessing old messages at all :-(
Download old messages only from Mailserver? Am 25.07.2018 um 17:42 schrieb Björn Petersen: > accessing old messages and encryption is no problem, eg. you could > import legacy keys and...
Is that implemented already? I changed my own address today for testing and it seemed still working. (v.0.20.0)
Hi @r10s may You describe the difficulties? If I would change the email address I would expect that current mail db will kept and only credentials for mail server (or...