-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix token quoting with UTF-8 attributes
References #1191
- Loading branch information
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
spec/fixtures/emails/attachment_emails/attachment_nonascii_filename.eml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Mime-Version: 1.0 (Apple Message framework v730) | ||
Content-Type: multipart/mixed; boundary=Apple-Mail-13-196941151 | ||
Message-Id: <9169D984-4E0B-45EF-82D4-8F5E53AD7012@example.com> | ||
From: foo@example.com | ||
Subject: testing | ||
Date: Mon, 6 Jun 2005 22:21:22 +0200 | ||
To: blah@example.com | ||
|
||
|
||
--Apple-Mail-13-196941151 | ||
Content-Transfer-Encoding: quoted-printable | ||
Content-Type: text/plain; | ||
charset=ISO-8859-1; | ||
delsp=yes; | ||
format=flowed | ||
This is the first part. | ||
--Apple-Mail-13-196941151 | ||
Content-Type: text/plain; name=ciële.txt | ||
Content-Transfer-Encoding: 7bit | ||
Content-Disposition: attachment; | ||
filename=ciële.txt | ||
Hi there. | ||
--Apple-Mail-13-196941151-- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters