From ef08f99d234da21d0f27dc9c7ca175e2ba3f2588 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 30 Jun 2017 09:59:31 +0200 Subject: [PATCH] VIOLATIONS.md: missing MIME-Version --- VIOLATIONS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VIOLATIONS.md b/VIOLATIONS.md index d178e17..ada7a39 100644 --- a/VIOLATIONS.md +++ b/VIOLATIONS.md @@ -23,3 +23,6 @@ This list is probably not complete. * Date parsing is strict, obsolete timezone and two-digit years are not parsed (RFC5322, 4.3). + +* Mails without MIME-Version (RFC2045, 4) are still subject to + MIME decoding if the Content-Transfer-Encoding header is present.