Froze rails gems
[depot.git] / vendor / rails / actionmailer / test / fixtures / raw_email13
1 Mime-Version: 1.0 (Apple Message framework v730)
2 Content-Type: multipart/mixed; boundary=Apple-Mail-13-196941151
3 Message-Id: <9169D984-4E0B-45EF-82D4-8F5E53AD7012@example.com>
4 From: foo@example.com
5 Subject: testing
6 Date: Mon, 6 Jun 2005 22:21:22 +0200
7 To: blah@example.com
8
9
10 --Apple-Mail-13-196941151
11 Content-Transfer-Encoding: quoted-printable
12 Content-Type: text/plain;
13 charset=ISO-8859-1;
14 delsp=yes;
15 format=flowed
16
17 This is the first part.
18
19 --Apple-Mail-13-196941151
20 Content-Type: text/x-ruby-script; name="hello.rb"
21 Content-Transfer-Encoding: 7bit
22 Content-Disposition: attachment;
23 filename="api.rb"
24
25 puts "Hello, world!"
26 gets
27
28 --Apple-Mail-13-196941151--
29