diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-08 10:23:07 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-08 10:23:07 +0200 |
commit | 9675cdb545a139984a2d765397f3a5e26472a49e (patch) | |
tree | 5fc4cd78c92e1458e12688a0ee93b3a52c45d289 /tests/emails/thirdparty/006.eml | |
parent | aa6580e0c3fe577283ea1e9d17c092ab8f8a64b0 (diff) | |
download | aerogramme-9675cdb545a139984a2d765397f3a5e26472a49e.tar.gz aerogramme-9675cdb545a139984a2d765397f3a5e26472a49e.zip |
Use CRLF as line ending in test files
Diffstat (limited to 'tests/emails/thirdparty/006.eml')
-rw-r--r-- | tests/emails/thirdparty/006.eml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/tests/emails/thirdparty/006.eml b/tests/emails/thirdparty/006.eml index 9293548..c83bf01 100644 --- a/tests/emails/thirdparty/006.eml +++ b/tests/emails/thirdparty/006.eml @@ -1,30 +1,30 @@ -Subject: Hide and seek -MIME-Version: 1.0 -Content-Type: multipart/mixed; boundary=1 - ---1 -Content-Type: multipart/signed; protocol="signature/plain"; migalc="pen+paper"; boundary=2 -X-Signature-Type: penmanship - ---2 -Content-Type: multipart/alternative; boundary=3 - ---3 -Content-Type: text/html; charset=us-ascii - -<html><head><title>Search me</title></head><body><p>Don't find me here</p></body></html> - ---3 -Content-Type: text/plain -Content-Transfer-Encoding: binary - -Search me, and Find me here ---3-- - ---2 -Content-Type: signature/plain; charset=us-ascii - -Signed by undersigned ---2-- - ---1-- +Subject: Hide and seek
+MIME-Version: 1.0
+Content-Type: multipart/mixed; boundary=1
+
+--1
+Content-Type: multipart/signed; protocol="signature/plain"; migalc="pen+paper"; boundary=2
+X-Signature-Type: penmanship
+
+--2
+Content-Type: multipart/alternative; boundary=3
+
+--3
+Content-Type: text/html; charset=us-ascii
+
+<html><head><title>Search me</title></head><body><p>Don't find me here</p></body></html>
+
+--3
+Content-Type: text/plain
+Content-Transfer-Encoding: binary
+
+Search me, and Find me here
+--3--
+
+--2
+Content-Type: signature/plain; charset=us-ascii
+
+Signed by undersigned
+--2--
+
+--1--
|