-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate attachment corruption caused by line ending conversions
* Omit initial CRLF linefeed conversion since CRLF are required newline separators. We shouldn't need to convert bare CR or LF. Update our fixture emails to use CRLF throughout. Closes 609. * Drop quoted-printable CRLF conversion. This was introduced to harmonize with Ruby's \n-based line endings. But this breaks Q-P encoding with binary data. It's not *meant* for binary data, but we don't yet take adequate measures to use base64 for these cases. Reverts 496. Fixes 1010. Fixes 408.
- Loading branch information
Showing
91 changed files
with
4,841 additions
and
4,792 deletions.
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
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
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,2 @@ | ||
# Never autoconvert line endings on fixture emails | ||
*.eml -text |
58 changes: 29 additions & 29 deletions
58
spec/fixtures/emails/attachment_emails/attachment_content_disposition.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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
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/x-ruby-script; name="hello.rb" | ||
Content-Transfer-Encoding: 7bit | ||
Content-Disposition: attachment; | ||
filename="api.rb" | ||
puts "Hello, world!" | ||
gets | ||
--Apple-Mail-13-196941151-- | ||
|
||
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/x-ruby-script; name="hello.rb" | ||
Content-Transfer-Encoding: 7bit | ||
Content-Disposition: attachment; | ||
filename="api.rb" | ||
puts "Hello, world!" | ||
gets | ||
--Apple-Mail-13-196941151-- | ||
|
64 changes: 32 additions & 32 deletions
64
spec/fixtures/emails/attachment_emails/attachment_content_location.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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
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: image/jpeg | ||
Content-Transfer-Encoding: base64 | ||
Content-Location: Photo25.jpg | ||
Content-ID: <qbFGyPQAS8> | ||
Content-Disposition: inline | ||
jamisSqGSIb3DQEHAqCAMIjamisxCzAJBgUrDgMCGgUAMIAGCSqGSjamisEHAQAAoIIFSjCCBUYw | ||
ggQujamisQICBD++ukQwDQYJKojamisNAQEFBQAwMTELMAkGA1UEBhMCRjamisAKBgNVBAoTA1RE | ||
QzEUMBIGjamisxMLVERDIE9DRVMgQ0jamisNMDQwMjI5MTE1OTAxWhcNMDYwMjamisIyOTAxWjCB | ||
gDELMAkGA1UEjamisEsxKTAnBgNVBAoTIEjamisuIG9yZ2FuaXNhdG9yaXNrIHRpbjamisRuaW5= | ||
--Apple-Mail-13-196941151-- | ||
|
||
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: image/jpeg | ||
Content-Transfer-Encoding: base64 | ||
Content-Location: Photo25.jpg | ||
Content-ID: <qbFGyPQAS8> | ||
Content-Disposition: inline | ||
jamisSqGSIb3DQEHAqCAMIjamisxCzAJBgUrDgMCGgUAMIAGCSqGSjamisEHAQAAoIIFSjCCBUYw | ||
ggQujamisQICBD++ukQwDQYJKojamisNAQEFBQAwMTELMAkGA1UEBhMCRjamisAKBgNVBAoTA1RE | ||
QzEUMBIGjamisxMLVERDIE9DRVMgQ0jamisNMDQwMjI5MTE1OTAxWhcNMDYwMjamisIyOTAxWjCB | ||
gDELMAkGA1UEjamisEsxKTAnBgNVBAoTIEjamisuIG9yZ2FuaXNhdG9yaXNrIHRpbjamisRuaW5= | ||
--Apple-Mail-13-196941151-- | ||
|
186 changes: 93 additions & 93 deletions
186
spec/fixtures/emails/attachment_emails/attachment_message_rfc822.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 |
---|---|---|
@@ -1,93 +1,93 @@ | ||
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: message/rfc822; | ||
name="ForwardedMessage.eml"; | ||
From xxxx@xxxx.com Tue May 10 11:28:07 2005 | ||
Return-Path: <xxxx@xxxx.com> | ||
X-Original-To: xxxx@xxxx.com | ||
Delivered-To: xxxx@xxxx.com | ||
Received: from localhost (localhost [127.0.0.1]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 50FD3A96F | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 17:26:50 +0000 (GMT) | ||
Received: from xxx.xxxxx.com ([127.0.0.1]) | ||
by localhost (xxx.xxxxx.com [127.0.0.1]) (amavisd-new, port 10024) | ||
with LMTP id 70060-03 for <xxxx@xxxx.com>; | ||
Tue, 10 May 2005 17:26:49 +0000 (GMT) | ||
Received: from xxx.xxxxx.com (xxx.xxxxx.com [69.36.39.150]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 8B957A94B | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 17:26:48 +0000 (GMT) | ||
Received: from xxx.xxxxx.com (xxx.xxxxx.com [64.233.184.203]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 9972514824C | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 12:26:40 -0500 (CDT) | ||
Received: by xxx.xxxxx.com with SMTP id 68so1694448wri | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 10:26:40 -0700 (PDT) | ||
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; | ||
s=beta; d=xxxxx.com; | ||
h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; | ||
b=g8ZO5ttS6GPEMAz9WxrRk9+9IXBUfQIYsZLL6T88+ECbsXqGIgfGtzJJFn6o9CE3/HMrrIGkN5AisxVFTGXWxWci5YA/7PTVWwPOhJff5BRYQDVNgRKqMl/SMttNrrRElsGJjnD1UyQ/5kQmcBxq2PuZI5Zc47u6CILcuoBcM+A= | ||
Received: by 10.54.96.19 with SMTP id t19mr621017wrb; | ||
Tue, 10 May 2005 10:26:39 -0700 (PDT) | ||
Received: by 10.54.110.5 with HTTP; Tue, 10 May 2005 10:26:39 -0700 (PDT) | ||
Message-ID: <xxxx@xxxx.com> | ||
Date: Tue, 10 May 2005 11:26:39 -0600 | ||
From: Test Tester <xxxx@xxxx.com> | ||
Reply-To: Test Tester <xxxx@xxxx.com> | ||
To: xxxx@xxxx.com, xxxx@xxxx.com | ||
Subject: Another PDF | ||
Mime-Version: 1.0 | ||
Content-Type: multipart/mixed; | ||
boundary="----=_Part_2192_32400445.1115745999735" | ||
X-Virus-Scanned: amavisd-new at textdrive.com | ||
------=_Part_2192_32400445.1115745999735 | ||
Content-Type: text/plain; charset=ISO-8859-1 | ||
Content-Transfer-Encoding: quoted-printable | ||
Content-Disposition: inline | ||
Just attaching another PDF, here, to see what the message looks like, | ||
and to see if I can figure out what is going wrong here. | ||
------=_Part_2192_32400445.1115745999735 | ||
Content-Type: application/pdf; name="broken.pdf" | ||
Content-Transfer-Encoding: base64 | ||
Content-Disposition: attachment; filename="broken.pdf" | ||
JVBERi0xLjQNCiXk9tzfDQoxIDAgb2JqDQo8PCAvTGVuZ3RoIDIgMCBSDQogICAvRmlsdGVyIC9G | ||
bGF0ZURlY29kZQ0KPj4NCnN0cmVhbQ0KeJy9Wt2KJbkNvm/od6jrhZxYln9hWEh2p+8HBvICySaE | ||
ycLuTV4/1ifJ9qnq09NpSBimu76yLUuy/qzqcPz7+em3Ixx/CDc6CsXxs3b5+fvfjr/8cPz6/BRu | ||
rbfAx/n3739/fuJylJ5u5fjX81OuDr4deK4Bz3z/aDP+8fz0yw8g0Ofq7ktr1Mn+u28rvhy/jVeD | ||
QSa+9YNKHP/pxjvDNfVAx/m3MFz54FhvTbaseaxiDoN2LeMVMw+yA7RbHSCDzxZuaYB2E1Yay7QU | ||
x89vz0+tyFDKMlAHK5yqLmnjF+c4RjEiQIUeKwblXMe+AsZjN1J5yGQL5DHpDHksurM81rF6PKab | ||
gK6zAarIDzIiUY23rJsN9iorAE816aIu6lsgAdQFsuhhkHOUFgVjp2GjMqSewITXNQ27jrMeamkg | ||
1rPI3iLWG2CIaSBB+V1245YVRICGbbpYKHc2USFDl6M09acQVQYhlwIrkBNLISvXhGlF1wi5FHCw | ||
wxZkoGNJlVeJCEsqKA+3YAV5AMb6KkeaqEJQmFKKQU8T1pRi2ihE1Y4CDrqoYFFXYjJJOatsyzuI | ||
8SIlykuxKTMibWK8H1PgEvqYgs4GmQSrEjJAalgGirIhik+p4ZQN9E3ETFPAHE1b8pp1l/0Rc1gl | ||
fQs0ABWvyoZZzU8VnPXwVVcO9BEsyjEJaO6eBoZRyKGlrKoYoOygA8BGIzgwN3RQ15ouigG5idZQ | ||
fx2U4Db2CqiLO0WHAZoylGiCAqhniNQjFjQPSkmjwfNTgQ6M1Ih+eWo36wFmjIxDJZiGUBiWsAyR | ||
xX3EekGOizkGI96Ol9zVZTAivikURhRsHh2E3JhWMpSTZCnnonrLhMCodgrNcgo4uyJUJc6qnVss | ||
nrGd1Ptr0YwisCOYyIbUwVjV4xBUNLbguSO2YHujonAMJkMdSI7bIw91Akq2AUlMUWGFTMAOamjU | ||
OvZQCxIkY2pCpMFo/IwLdVLHs6nddwTRrgoVbvLU9eB0G4EMndV0TNoxHbt3JBWwK6hhv3iHfDtF | ||
yokB302IpEBTnWICde4uYc/1khDbSIkQopO6lcqamGBu1OSE3N5IPSsZX00CkSHRiiyx6HQIShsS | ||
HSVNswdVsaOUSAWq9aYhDtGDaoG5a3lBGkYt/lFlBFt1UqrYnzVtUpUQnLiZeouKgf1KhRBViRRk | ||
ExepJCzTwEmFDalIRbLEGtw0gfpESOpIAF/NnpPzcVCG86s0g2DuSyd41uhNGbEgaSrWEXORErbw | ||
------=_Part_2192_32400445.1115745999735-- | ||
|
||
--Apple-Mail-13-196941151-- | ||
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: message/rfc822; | ||
name="ForwardedMessage.eml"; | ||
From xxxx@xxxx.com Tue May 10 11:28:07 2005 | ||
Return-Path: <xxxx@xxxx.com> | ||
X-Original-To: xxxx@xxxx.com | ||
Delivered-To: xxxx@xxxx.com | ||
Received: from localhost (localhost [127.0.0.1]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 50FD3A96F | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 17:26:50 +0000 (GMT) | ||
Received: from xxx.xxxxx.com ([127.0.0.1]) | ||
by localhost (xxx.xxxxx.com [127.0.0.1]) (amavisd-new, port 10024) | ||
with LMTP id 70060-03 for <xxxx@xxxx.com>; | ||
Tue, 10 May 2005 17:26:49 +0000 (GMT) | ||
Received: from xxx.xxxxx.com (xxx.xxxxx.com [69.36.39.150]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 8B957A94B | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 17:26:48 +0000 (GMT) | ||
Received: from xxx.xxxxx.com (xxx.xxxxx.com [64.233.184.203]) | ||
by xxx.xxxxx.com (Postfix) with ESMTP id 9972514824C | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 12:26:40 -0500 (CDT) | ||
Received: by xxx.xxxxx.com with SMTP id 68so1694448wri | ||
for <xxxx@xxxx.com>; Tue, 10 May 2005 10:26:40 -0700 (PDT) | ||
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; | ||
s=beta; d=xxxxx.com; | ||
h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; | ||
b=g8ZO5ttS6GPEMAz9WxrRk9+9IXBUfQIYsZLL6T88+ECbsXqGIgfGtzJJFn6o9CE3/HMrrIGkN5AisxVFTGXWxWci5YA/7PTVWwPOhJff5BRYQDVNgRKqMl/SMttNrrRElsGJjnD1UyQ/5kQmcBxq2PuZI5Zc47u6CILcuoBcM+A= | ||
Received: by 10.54.96.19 with SMTP id t19mr621017wrb; | ||
Tue, 10 May 2005 10:26:39 -0700 (PDT) | ||
Received: by 10.54.110.5 with HTTP; Tue, 10 May 2005 10:26:39 -0700 (PDT) | ||
Message-ID: <xxxx@xxxx.com> | ||
Date: Tue, 10 May 2005 11:26:39 -0600 | ||
From: Test Tester <xxxx@xxxx.com> | ||
Reply-To: Test Tester <xxxx@xxxx.com> | ||
To: xxxx@xxxx.com, xxxx@xxxx.com | ||
Subject: Another PDF | ||
Mime-Version: 1.0 | ||
Content-Type: multipart/mixed; | ||
boundary="----=_Part_2192_32400445.1115745999735" | ||
X-Virus-Scanned: amavisd-new at textdrive.com | ||
------=_Part_2192_32400445.1115745999735 | ||
Content-Type: text/plain; charset=ISO-8859-1 | ||
Content-Transfer-Encoding: quoted-printable | ||
Content-Disposition: inline | ||
Just attaching another PDF, here, to see what the message looks like, | ||
and to see if I can figure out what is going wrong here. | ||
------=_Part_2192_32400445.1115745999735 | ||
Content-Type: application/pdf; name="broken.pdf" | ||
Content-Transfer-Encoding: base64 | ||
Content-Disposition: attachment; filename="broken.pdf" | ||
JVBERi0xLjQNCiXk9tzfDQoxIDAgb2JqDQo8PCAvTGVuZ3RoIDIgMCBSDQogICAvRmlsdGVyIC9G | ||
bGF0ZURlY29kZQ0KPj4NCnN0cmVhbQ0KeJy9Wt2KJbkNvm/od6jrhZxYln9hWEh2p+8HBvICySaE | ||
ycLuTV4/1ifJ9qnq09NpSBimu76yLUuy/qzqcPz7+em3Ixx/CDc6CsXxs3b5+fvfjr/8cPz6/BRu | ||
rbfAx/n3739/fuJylJ5u5fjX81OuDr4deK4Bz3z/aDP+8fz0yw8g0Ofq7ktr1Mn+u28rvhy/jVeD | ||
QSa+9YNKHP/pxjvDNfVAx/m3MFz54FhvTbaseaxiDoN2LeMVMw+yA7RbHSCDzxZuaYB2E1Yay7QU | ||
x89vz0+tyFDKMlAHK5yqLmnjF+c4RjEiQIUeKwblXMe+AsZjN1J5yGQL5DHpDHksurM81rF6PKab | ||
gK6zAarIDzIiUY23rJsN9iorAE816aIu6lsgAdQFsuhhkHOUFgVjp2GjMqSewITXNQ27jrMeamkg | ||
1rPI3iLWG2CIaSBB+V1245YVRICGbbpYKHc2USFDl6M09acQVQYhlwIrkBNLISvXhGlF1wi5FHCw | ||
wxZkoGNJlVeJCEsqKA+3YAV5AMb6KkeaqEJQmFKKQU8T1pRi2ihE1Y4CDrqoYFFXYjJJOatsyzuI | ||
8SIlykuxKTMibWK8H1PgEvqYgs4GmQSrEjJAalgGirIhik+p4ZQN9E3ETFPAHE1b8pp1l/0Rc1gl | ||
fQs0ABWvyoZZzU8VnPXwVVcO9BEsyjEJaO6eBoZRyKGlrKoYoOygA8BGIzgwN3RQ15ouigG5idZQ | ||
fx2U4Db2CqiLO0WHAZoylGiCAqhniNQjFjQPSkmjwfNTgQ6M1Ih+eWo36wFmjIxDJZiGUBiWsAyR | ||
xX3EekGOizkGI96Ol9zVZTAivikURhRsHh2E3JhWMpSTZCnnonrLhMCodgrNcgo4uyJUJc6qnVss | ||
nrGd1Ptr0YwisCOYyIbUwVjV4xBUNLbguSO2YHujonAMJkMdSI7bIw91Akq2AUlMUWGFTMAOamjU | ||
OvZQCxIkY2pCpMFo/IwLdVLHs6nddwTRrgoVbvLU9eB0G4EMndV0TNoxHbt3JBWwK6hhv3iHfDtF | ||
yokB302IpEBTnWICde4uYc/1khDbSIkQopO6lcqamGBu1OSE3N5IPSsZX00CkSHRiiyx6HQIShsS | ||
HSVNswdVsaOUSAWq9aYhDtGDaoG5a3lBGkYt/lFlBFt1UqrYnzVtUpUQnLiZeouKgf1KhRBViRRk | ||
ExepJCzTwEmFDalIRbLEGtw0gfpESOpIAF/NnpPzcVCG86s0g2DuSyd41uhNGbEgaSrWEXORErbw | ||
------=_Part_2192_32400445.1115745999735-- | ||
|
||
--Apple-Mail-13-196941151-- |
32 changes: 16 additions & 16 deletions
32
spec/fixtures/emails/attachment_emails/attachment_only_email.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Subject: this message JUST contains an attachment | ||
From: Ryan Finnie <rfinnie@domain.dom> | ||
To: bob@domain.dom | ||
Content-Disposition: attachment; filename=blah.gz | ||
Content-Transfer-Encoding: base64 | ||
Content-Description: Attachment has identical content to above foo.gz | ||
Message-Id: <1066974048.4264.62.camel@localhost> | ||
Mime-Version: 1.0 | ||
Date: 23 Oct 2003 22:40:49 -0700 | ||
Content-Type: application/x-gzip; NAME=blah.gz | ||
|
||
SubjectthismessageJUSTcontainsanattachmentFromRyanFinnierfinniedomaindomTobo | ||
bdomaindomContentDispositionattachmentfilenameAblahgzContentTypeapplication/ | ||
xgzipnameAblahgzContentTransferEncodingbase64ContentDescriptionAttachmenthas | ||
identicalcontenttoabovefoogzMessageId1066974048426462camellocalhostMimeVersi | ||
on10Date23Oct20032240490700H4sIAOHBmD8AA4vML1XPyVHISy1LLVJIy8xLUchNVeQCAHbe7 | ||
Subject: this message JUST contains an attachment | ||
From: Ryan Finnie <rfinnie@domain.dom> | ||
To: bob@domain.dom | ||
Content-Disposition: attachment; filename=blah.gz | ||
Content-Transfer-Encoding: base64 | ||
Content-Description: Attachment has identical content to above foo.gz | ||
Message-Id: <1066974048.4264.62.camel@localhost> | ||
Mime-Version: 1.0 | ||
Date: 23 Oct 2003 22:40:49 -0700 | ||
Content-Type: application/x-gzip; NAME=blah.gz | ||
|
||
SubjectthismessageJUSTcontainsanattachmentFromRyanFinnierfinniedomaindomTobo | ||
bdomaindomContentDispositionattachmentfilenameAblahgzContentTypeapplication/ | ||
xgzipnameAblahgzContentTransferEncodingbase64ContentDescriptionAttachmenthas | ||
identicalcontenttoabovefoogzMessageId1066974048426462camellocalhostMimeVersi | ||
on10Date23Oct20032240490700H4sIAOHBmD8AA4vML1XPyVHISy1LLVJIy8xLUchNVeQCAHbe7 | ||
64WA |
Oops, something went wrong.