Let MS Exchange MDNs mark the In-Reply-To message as read (#3075)

Fix https://github.com/deltachat/deltachat-core-rust/issues/2891
This commit is contained in:
Hocuri
2022-02-17 09:56:00 +01:00
committed by GitHub
parent d708f386a1
commit 19a32cdfd3
4 changed files with 110 additions and 50 deletions

View File

@@ -12,6 +12,7 @@
- treat "NO" IMAP response to MOVE and COPY commands as an error #3058
- Fix a bug where messages in the Spam folder created contact requests #3015
- Fix a bug where drafts disappeared after some days #3067
- Parse MS Exchange read receipts and mark the original message as read #3075
- do not retry message sending infinitely in case of permanent SMTP failure #3070
- set message state to failed when retry limit is exceeded #3072