about summary refs log tree commit diff
path: root/VIOLATIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'VIOLATIONS.md')
-rw-r--r--VIOLATIONS.md3
1 files changed, 3 insertions, 0 deletions
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.