mimeparser: Handle headers from the signed part of unencrypted signed message

This makes DC compatible with "multipart/signed" messages thus allowing switching to them someday
from the current "multipart/mixed" unencrypted message format.
This commit is contained in:
iequidoo
2023-02-18 22:39:58 -03:00
committed by iequidoo
parent 992a6cbfc2
commit 89696582ad
2 changed files with 26 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
- Updated provider database.
- Disable DKIM-Checks again #4076
- Switch from "X.Y.Z" and "py-X.Y.Z" to "vX.Y.Z" tags. #4089
- mimeparser: handle headers from the signed part of unencrypted signed message #4013
### Fixes
- Start SQL transactions with IMMEDIATE behaviour rather than default DEFERRED one. #4063