diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test648 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test648 b/tests/data/test648 index 15a75e7cd..3683530d7 100644 --- a/tests/data/test648 +++ b/tests/data/test648 @@ -27,7 +27,7 @@ To: another body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -F '=This is the e-mail inline text with a very long line containing the special character = and that should be split by encoder.;headers=Content-disposition: "inline";encoder=quoted-printable' -F "=@log/test%TESTNUMBER.txt;encoder=base64" -H "From: different" -H "To: another" +smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -F '=This is the email inline text with a very long line containing the special character = and that should be split by encoder.;headers=Content-disposition: "inline";encoder=quoted-printable' -F "=@log/test%TESTNUMBER.txt;encoder=base64" -H "From: different" -H "To: another" </command> <file name="log/test%TESTNUMBER.txt"> This is an attached file. @@ -60,8 +60,8 @@ To: another Content-Transfer-Encoding: quoted-printable
Content-disposition: "inline"
-This is the e-mail inline text with a very long line containing the special=
- character =3D and that should be split by encoder.
+This is the email inline text with a very long line containing the special =
+character =3D and that should be split by encoder.
------------------------------
Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
Content-Transfer-Encoding: base64
|