about summary refs log tree commit diff
path: root/VIOLATIONS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-30 09:59:31 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-30 13:19:04 +0200
commitef08f99d234da21d0f27dc9c7ca175e2ba3f2588 (patch)
tree2d735aac719c2ab89f81da1324def75b9d33d116 /VIOLATIONS.md
parent9da17f5978a2859f3f05b600f3f64018a28d5e0b (diff)
downloadmblaze-ef08f99d234da21d0f27dc9c7ca175e2ba3f2588.tar.gz
mblaze-ef08f99d234da21d0f27dc9c7ca175e2ba3f2588.tar.xz
mblaze-ef08f99d234da21d0f27dc9c7ca175e2ba3f2588.zip
VIOLATIONS.md: missing MIME-Version
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.