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/008.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/008.eml')
-rw-r--r-- | tests/emails/thirdparty/008.eml | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/tests/emails/thirdparty/008.eml b/tests/emails/thirdparty/008.eml index dc26e96..244bf48 100644 --- a/tests/emails/thirdparty/008.eml +++ b/tests/emails/thirdparty/008.eml @@ -1,57 +1,57 @@ -From user@domain Fri Feb 22 17:06:23 2008 -From: user@domain.org -Date: Sat, 24 Mar 2007 23:00:00 +0200 -Mime-Version: 1.0 -Content-Type: multipart/mixed; boundary="foo bar" - -Root MIME prologue - ---foo bar -Content-Type: text/x-myown; charset=us-ascii - -hello - ---foo bar -Content-Type: message/rfc822 - -From: sub@domain.org -Date: Sun, 12 Aug 2012 12:34:56 +0300 -Subject: submsg -Content-Type: multipart/alternative; boundary="sub1" - -Sub MIME prologue ---sub1 -Content-Type: text/html - -<p>Hello world</p> - ---sub1 -Content-Type: multipart/alternative; boundary="sub2" - ---sub2 -Content-Type: multipart/alternative; boundary="sub3" - ---sub3 - -sub3 text ---sub3 - -sub3 text2 ---sub3-- - -sub2 text ---sub2 - -sub2 text2 ---sub2-- ---sub1-- -Sub MIME epilogue - ---foo bar -Content-Type: text/plain - -Another part ---foo bar-- -Root MIME epilogue - - +From user@domain Fri Feb 22 17:06:23 2008
+From: user@domain.org
+Date: Sat, 24 Mar 2007 23:00:00 +0200
+Mime-Version: 1.0
+Content-Type: multipart/mixed; boundary="foo bar"
+
+Root MIME prologue
+
+--foo bar
+Content-Type: text/x-myown; charset=us-ascii
+
+hello
+
+--foo bar
+Content-Type: message/rfc822
+
+From: sub@domain.org
+Date: Sun, 12 Aug 2012 12:34:56 +0300
+Subject: submsg
+Content-Type: multipart/alternative; boundary="sub1"
+
+Sub MIME prologue
+--sub1
+Content-Type: text/html
+
+<p>Hello world</p>
+
+--sub1
+Content-Type: multipart/alternative; boundary="sub2"
+
+--sub2
+Content-Type: multipart/alternative; boundary="sub3"
+
+--sub3
+
+sub3 text
+--sub3
+
+sub3 text2
+--sub3--
+
+sub2 text
+--sub2
+
+sub2 text2
+--sub2--
+--sub1--
+Sub MIME epilogue
+
+--foo bar
+Content-Type: text/plain
+
+Another part
+--foo bar--
+Root MIME epilogue
+
+
|