diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2017-10-19 18:33:27 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2017-10-19 18:33:27 +0100 |
commit | a8742efe42d72e25a8c5041db35115dbf4fa6c45 (patch) | |
tree | cc761732e9b15f3b00e886bcf4ca68b37f0b3027 /tests/data/test648 | |
parent | 2509395ecf57765542b7137d84d16eedc0abb835 (diff) |
mime: limit bas64-encoded lines length to 76 characters
Diffstat (limited to 'tests/data/test648')
-rw-r--r-- | tests/data/test648 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test648 b/tests/data/test648 index cd8f02085..a2b227bcf 100644 --- a/tests/data/test648 +++ b/tests/data/test648 @@ -66,8 +66,8 @@ This is the e-mail inline text with a very long line containing the special= Content-Disposition: attachment; filename="test648.txt"
Content-Transfer-Encoding: base64
-VGhpcyBpcyBhbiBhdHRhY2hlZCBmaWxlLgoKSXQgbWF5IGNvbnRhaW4gYW55IHR5cGUgb2Yg
-ZGF0YSBhbmQgd2lsbCBiZSBlbmNvZGVkIGluIGJhc2U2NCBmb3IgdHJhbnNmZXIuCg==
+VGhpcyBpcyBhbiBhdHRhY2hlZCBmaWxlLgoKSXQgbWF5IGNvbnRhaW4gYW55IHR5cGUgb2YgZGF0
+YSBhbmQgd2lsbCBiZSBlbmNvZGVkIGluIGJhc2U2NCBmb3IgdHJhbnNmZXIuCg==
--------------------------------
.
</upload> |