Improve filtermail checks for encrypted messages

Ensure that first part only contains "Version: 1"
and second part only contains base64 payload
enclosed in "-----BEGIN PGP MESSAGE-----"
and "-----END PGP MESSAGE-----".
This commit is contained in:
link2xt
2024-06-11 00:34:27 +00:00
parent 044ebfb9a2
commit 1ce0a2b0ba
3 changed files with 38 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- improve filtermail checks for encrypted messages
([#320](https://github.com/deltachat/chatmail/pull/320))
## 1.3.0 - 2024-06-06
- don't check necessary DNS records on cmdeploy init anymore