tmail 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +21 -0
- data/README +157 -0
- data/bat/changelog +19 -0
- data/bat/clobber/package +10 -0
- data/bat/compile +42 -0
- data/bat/config.yaml +8 -0
- data/bat/prepare +8 -0
- data/bat/publish +51 -0
- data/bat/rdoc +42 -0
- data/bat/release +12 -0
- data/bat/setup +1616 -0
- data/bat/stats +138 -0
- data/bat/tag +25 -0
- data/bat/test +25 -0
- data/ext/tmail/Makefile +25 -0
- data/ext/tmail/base64/MANIFEST +4 -0
- data/ext/tmail/base64/base64.c +264 -0
- data/ext/tmail/base64/depend +1 -0
- data/ext/tmail/base64/extconf.rb +38 -0
- data/ext/tmail/scanner_c/MANIFEST +4 -0
- data/ext/tmail/scanner_c/depend +1 -0
- data/ext/tmail/scanner_c/extconf.rb +38 -0
- data/ext/tmail/scanner_c/scanner_c.c +582 -0
- data/lib/tmail.rb +4 -0
- data/lib/tmail/Makefile +19 -0
- data/lib/tmail/address.rb +245 -0
- data/lib/tmail/attachments.rb +47 -0
- data/lib/tmail/base64.rb +75 -0
- data/lib/tmail/compat.rb +39 -0
- data/lib/tmail/config.rb +71 -0
- data/lib/tmail/core_extensions.rb +67 -0
- data/lib/tmail/encode.rb +524 -0
- data/lib/tmail/header.rb +931 -0
- data/lib/tmail/index.rb +8 -0
- data/lib/tmail/interface.rb +540 -0
- data/lib/tmail/loader.rb +1 -0
- data/lib/tmail/mail.rb +507 -0
- data/lib/tmail/mailbox.rb +435 -0
- data/lib/tmail/mbox.rb +1 -0
- data/lib/tmail/net.rb +282 -0
- data/lib/tmail/obsolete.rb +137 -0
- data/lib/tmail/parser.rb +1475 -0
- data/lib/tmail/parser.y +381 -0
- data/lib/tmail/port.rb +379 -0
- data/lib/tmail/quoting.rb +142 -0
- data/lib/tmail/require_arch.rb +56 -0
- data/lib/tmail/scanner.rb +44 -0
- data/lib/tmail/scanner_r.rb +263 -0
- data/lib/tmail/stringio.rb +279 -0
- data/lib/tmail/tmail.rb +1 -0
- data/lib/tmail/utils.rb +281 -0
- data/lib/tmail/version.rb +38 -0
- data/meta/icli.yaml +16 -0
- data/meta/tmail-1.1.1.roll +24 -0
- data/sample/data/multipart +23 -0
- data/sample/data/normal +29 -0
- data/sample/data/sendtest +5 -0
- data/sample/data/simple +14 -0
- data/sample/data/test +27 -0
- data/sample/extract-attachements.rb +33 -0
- data/sample/from-check.rb +26 -0
- data/sample/multipart.rb +26 -0
- data/sample/parse-bench.rb +68 -0
- data/sample/parse-test.rb +19 -0
- data/sample/sendmail.rb +94 -0
- data/test/extctrl.rb +6 -0
- data/test/fixtures/raw_base64_decoded_string +0 -0
- data/test/fixtures/raw_base64_email +83 -0
- data/test/fixtures/raw_base64_encoded_string +1 -0
- data/test/fixtures/raw_email +14 -0
- data/test/fixtures/raw_email10 +20 -0
- data/test/fixtures/raw_email11 +34 -0
- data/test/fixtures/raw_email12 +32 -0
- data/test/fixtures/raw_email13 +29 -0
- data/test/fixtures/raw_email2 +114 -0
- data/test/fixtures/raw_email3 +70 -0
- data/test/fixtures/raw_email4 +59 -0
- data/test/fixtures/raw_email5 +19 -0
- data/test/fixtures/raw_email6 +20 -0
- data/test/fixtures/raw_email7 +66 -0
- data/test/fixtures/raw_email8 +47 -0
- data/test/fixtures/raw_email9 +28 -0
- data/test/fixtures/raw_email_quoted_with_0d0a +14 -0
- data/test/fixtures/raw_email_simple +11 -0
- data/test/fixtures/raw_email_with_illegal_boundary +58 -0
- data/test/fixtures/raw_email_with_multipart_mixed_quoted_boundary +50 -0
- data/test/fixtures/raw_email_with_nested_attachment +100 -0
- data/test/fixtures/raw_email_with_partially_quoted_subject +14 -0
- data/test/fixtures/raw_email_with_quoted_illegal_boundary +58 -0
- data/test/kcode.rb +14 -0
- data/test/test_address.rb +1128 -0
- data/test/test_attachments.rb +35 -0
- data/test/test_base64.rb +63 -0
- data/test/test_encode.rb +77 -0
- data/test/test_header.rb +885 -0
- data/test/test_helper.rb +2 -0
- data/test/test_mail.rb +623 -0
- data/test/test_mbox.rb +126 -0
- data/test/test_port.rb +430 -0
- data/test/test_scanner.rb +209 -0
- data/test/test_utils.rb +37 -0
- metadata +205 -0
@@ -0,0 +1,19 @@
|
|
1
|
+
Return-Path: <xxx@xxxx.xxx>
|
2
|
+
Received: from xxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id C1B953B4CB6 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:05 -0500
|
3
|
+
Received: from SMS-GTYxxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id ca for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:04 -0500
|
4
|
+
Received: from xxx.xxxx.xxx by SMS-GTYxxx.xxxx.xxx with ESMTP id j4AKR3r23323 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:03 -0500
|
5
|
+
Date: Tue, 10 May 2005 15:27:03 -0500
|
6
|
+
From: xxx@xxxx.xxx
|
7
|
+
Sender: xxx@xxxx.xxx
|
8
|
+
To: xxxxxxxxxxx@xxxx.xxxx.xxx
|
9
|
+
Message-Id: <xxx@xxxx.xxx>
|
10
|
+
X-Original-To: xxxxxxxxxxx@xxxx.xxxx.xxx
|
11
|
+
Delivered-To: xxx@xxxx.xxx
|
12
|
+
Importance: normal
|
13
|
+
|
14
|
+
Test test. Hi. Waving. m
|
15
|
+
|
16
|
+
----------------------------------------------------------------
|
17
|
+
Sent via Bell Mobility's Text Messaging service.
|
18
|
+
Envoyé par le service de messagerie texte de Bell Mobilité.
|
19
|
+
----------------------------------------------------------------
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Return-Path: <xxx@xxxx.xxx>
|
2
|
+
Received: from xxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id C1B953B4CB6 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:05 -0500
|
3
|
+
Received: from SMS-GTYxxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id ca for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:04 -0500
|
4
|
+
Received: from xxx.xxxx.xxx by SMS-GTYxxx.xxxx.xxx with ESMTP id j4AKR3r23323 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:03 -0500
|
5
|
+
Date: Tue, 10 May 2005 15:27:03 -0500
|
6
|
+
From: xxx@xxxx.xxx
|
7
|
+
Sender: xxx@xxxx.xxx
|
8
|
+
To: xxxxxxxxxxx@xxxx.xxxx.xxx
|
9
|
+
Message-Id: <xxx@xxxx.xxx>
|
10
|
+
X-Original-To: xxxxxxxxxxx@xxxx.xxxx.xxx
|
11
|
+
Delivered-To: xxx@xxxx.xxx
|
12
|
+
Importance: normal
|
13
|
+
Content-Type: text/plain; charset=us-ascii
|
14
|
+
|
15
|
+
Test test. Hi. Waving. m
|
16
|
+
|
17
|
+
----------------------------------------------------------------
|
18
|
+
Sent via Bell Mobility's Text Messaging service.
|
19
|
+
Envoyé par le service de messagerie texte de Bell Mobilité.
|
20
|
+
----------------------------------------------------------------
|
@@ -0,0 +1,66 @@
|
|
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-Type: multipart/mixed;
|
12
|
+
boundary=Apple-Mail-12-196940926
|
13
|
+
|
14
|
+
|
15
|
+
--Apple-Mail-12-196940926
|
16
|
+
Content-Transfer-Encoding: quoted-printable
|
17
|
+
Content-Type: text/plain;
|
18
|
+
charset=ISO-8859-1;
|
19
|
+
delsp=yes;
|
20
|
+
format=flowed
|
21
|
+
|
22
|
+
This is the first part.
|
23
|
+
|
24
|
+
--Apple-Mail-12-196940926
|
25
|
+
Content-Transfer-Encoding: 7bit
|
26
|
+
Content-Type: text/x-ruby-script;
|
27
|
+
x-unix-mode=0666;
|
28
|
+
name="test.rb"
|
29
|
+
Content-Disposition: attachment;
|
30
|
+
filename=test.rb
|
31
|
+
|
32
|
+
puts "testing, testing"
|
33
|
+
|
34
|
+
--Apple-Mail-12-196940926
|
35
|
+
Content-Transfer-Encoding: base64
|
36
|
+
Content-Type: application/pdf;
|
37
|
+
x-unix-mode=0666;
|
38
|
+
name="test.pdf"
|
39
|
+
Content-Disposition: inline;
|
40
|
+
filename=test.pdf
|
41
|
+
|
42
|
+
YmxhaCBibGFoIGJsYWg=
|
43
|
+
|
44
|
+
--Apple-Mail-12-196940926
|
45
|
+
Content-Transfer-Encoding: 7bit
|
46
|
+
Content-Type: text/plain;
|
47
|
+
charset=US-ASCII;
|
48
|
+
format=flowed
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
--Apple-Mail-12-196940926--
|
53
|
+
|
54
|
+
--Apple-Mail-13-196941151
|
55
|
+
Content-Transfer-Encoding: base64
|
56
|
+
Content-Type: application/pkcs7-signature;
|
57
|
+
name=smime.p7s
|
58
|
+
Content-Disposition: attachment;
|
59
|
+
filename=smime.p7s
|
60
|
+
|
61
|
+
jamisSqGSIb3DQEHAqCAMIjamisxCzAJBgUrDgMCGgUAMIAGCSqGSjamisEHAQAAoIIFSjCCBUYw
|
62
|
+
ggQujamisQICBD++ukQwDQYJKojamisNAQEFBQAwMTELMAkGA1UEBhMCRjamisAKBgNVBAoTA1RE
|
63
|
+
QzEUMBIGjamisxMLVERDIE9DRVMgQ0jamisNMDQwMjI5MTE1OTAxWhcNMDYwMjamisIyOTAxWjCB
|
64
|
+
gDELMAkGA1UEjamisEsxKTAnBgNVBAoTIEjamisuIG9yZ2FuaXNhdG9yaXNrIHRpbjamisRuaW5=
|
65
|
+
|
66
|
+
--Apple-Mail-13-196941151--
|
@@ -0,0 +1,47 @@
|
|
1
|
+
From xxxxxxxxx.xxxxxxx@gmail.com Sun May 8 19:07:09 2005
|
2
|
+
Return-Path: <xxxxxxxxx.xxxxxxx@gmail.com>
|
3
|
+
Message-ID: <e85734b90505081209eaaa17b@mail.gmail.com>
|
4
|
+
Date: Sun, 8 May 2005 14:09:11 -0500
|
5
|
+
From: xxxxxxxxx xxxxxxx <xxxxxxxxx.xxxxxxx@gmail.com>
|
6
|
+
Reply-To: xxxxxxxxx xxxxxxx <xxxxxxxxx.xxxxxxx@gmail.com>
|
7
|
+
To: xxxxx xxxx <xxxxx@xxxxxxxxx.com>
|
8
|
+
Subject: Fwd: Signed email causes file attachments
|
9
|
+
In-Reply-To: <F6E2D0B4-CC35-4A91-BA4C-C7C712B10C13@mac.com>
|
10
|
+
Mime-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;
|
12
|
+
boundary="----=_Part_5028_7368284.1115579351471"
|
13
|
+
References: <F6E2D0B4-CC35-4A91-BA4C-C7C712B10C13@mac.com>
|
14
|
+
|
15
|
+
------=_Part_5028_7368284.1115579351471
|
16
|
+
Content-Type: text/plain; charset=ISO-8859-1
|
17
|
+
Content-Transfer-Encoding: quoted-printable
|
18
|
+
Content-Disposition: inline
|
19
|
+
|
20
|
+
We should not include these files or vcards as attachments.
|
21
|
+
|
22
|
+
---------- Forwarded message ----------
|
23
|
+
From: xxxxx xxxxxx <xxxxxxxx@xxx.com>
|
24
|
+
Date: May 8, 2005 1:17 PM
|
25
|
+
Subject: Signed email causes file attachments
|
26
|
+
To: xxxxxxx@xxxxxxxxxx.com
|
27
|
+
|
28
|
+
|
29
|
+
Hi,
|
30
|
+
|
31
|
+
Test attachments oddly encoded with japanese charset.
|
32
|
+
|
33
|
+
|
34
|
+
------=_Part_5028_7368284.1115579351471
|
35
|
+
Content-Type: application/octet-stream; name*=iso-2022-jp'ja'01%20Quien%20Te%20Dij%8aat.%20Pitbull.mp3
|
36
|
+
Content-Transfer-Encoding: base64
|
37
|
+
Content-Disposition: attachment
|
38
|
+
|
39
|
+
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGFDCCAs0w
|
40
|
+
ggI2oAMCAQICAw5c+TANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh
|
41
|
+
d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt
|
42
|
+
YWlsIElzc3VpbmcgQ0EwHhcNMDUwMzI5MDkzOTEwWhcNMDYwMzI5MDkzOTEwWjBCMR8wHQYDVQQD
|
43
|
+
ExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMR8wHQYJKoZIhvcNAQkBFhBzbWhhdW5jaEBtYWMuY29t
|
44
|
+
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn90dPsYS3LjfMY211OSYrDQLzwNYPlAL
|
45
|
+
7+/0XA+kdy8/rRnyEHFGwhNCDmg0B6pxC7z3xxJD/8GfCd+IYUUNUQV5m9MkxfP9pTVXZVIYLaBw
|
46
|
+
------=_Part_5028_7368284.1115579351471--
|
47
|
+
|
@@ -0,0 +1,28 @@
|
|
1
|
+
Received: from xxx.xxx.xxx ([xxx.xxx.xxx.xxx] verified)
|
2
|
+
by xxx.com (CommuniGate Pro SMTP 4.2.8)
|
3
|
+
with SMTP id 2532598 for xxx@xxx.com; Wed, 23 Feb 2005 17:51:49 -0500
|
4
|
+
Received-SPF: softfail
|
5
|
+
receiver=xxx.com; client-ip=xxx.xxx.xxx.xxx; envelope-from=xxx@xxx.xxx
|
6
|
+
quite Delivered-To: xxx@xxx.xxx
|
7
|
+
Received: by xxx.xxx.xxx (Wostfix, from userid xxx)
|
8
|
+
id 0F87F333; Wed, 23 Feb 2005 16:16:17 -0600
|
9
|
+
Date: Wed, 23 Feb 2005 18:20:17 -0400
|
10
|
+
From: "xxx xxx" <xxx@xxx.xxx>
|
11
|
+
Message-ID: <4D6AA7EB.6490534@xxx.xxx>
|
12
|
+
To: xxx@xxx.com
|
13
|
+
Subject: Stop adware/spyware once and for all.
|
14
|
+
X-Scanned-By: MIMEDefang 2.11 (www dot roaringpenguin dot com slash mimedefang)
|
15
|
+
|
16
|
+
You are infected with:
|
17
|
+
Ad Ware and Spy Ware
|
18
|
+
|
19
|
+
Get your free scan and removal download now,
|
20
|
+
before it gets any worse.
|
21
|
+
|
22
|
+
http://xxx.xxx.info?aid=3D13&?stat=3D4327kdzt
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
no more? (you will still be infected)
|
28
|
+
http://xxx.xxx.info/discon/?xxx@xxx.com
|
@@ -0,0 +1,14 @@
|
|
1
|
+
Mime-Version: 1.0 (Apple Message framework v730)
|
2
|
+
Message-Id: <9169D984-4E0B-45EF-82D4-8F5E53AD7012@example.com>
|
3
|
+
From: foo@example.com
|
4
|
+
Subject: testing
|
5
|
+
Date: Mon, 6 Jun 2005 22:21:22 +0200
|
6
|
+
To: blah@example.com
|
7
|
+
Content-Transfer-Encoding: quoted-printable
|
8
|
+
Content-Type: text/plain
|
9
|
+
|
10
|
+
A fax has arrived from remote ID ''.=0D=0A-----------------------=
|
11
|
+
-------------------------------------=0D=0ATime: 3/9/2006 3:50:52=
|
12
|
+
PM=0D=0AReceived from remote ID: =0D=0AInbound user ID XXXXXXXXXX, r=
|
13
|
+
outing code XXXXXXXXX=0D=0AResult: (0/352;0/0) Successful Send=0D=0AP=
|
14
|
+
age record: 1 - 1=0D=0AElapsed time: 00:58 on channel 11=0D=0A
|
@@ -0,0 +1,11 @@
|
|
1
|
+
From mike@nowhere.com
|
2
|
+
Return-Path: <mikel@nowhere.com>
|
3
|
+
Received: from mikel091a by oaamta05sl.mx.bigpond.com with SMTP id <20071021093820.JFMT24025.oaamta05sl.mx.bigpond.com@mikel091a> for <mikel@nowhere.com.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
4
|
+
Date: Sun, 21 Oct 2007 19:38:13 +1000
|
5
|
+
From: Mikel Lindsaar <mikel@nowhere.com>
|
6
|
+
To: Mikel <mikel@somewhere.com>
|
7
|
+
Message-Id: <009601c813c6$19df3510$0437d30a@mikel091a>
|
8
|
+
Subject: Testing outlook
|
9
|
+
|
10
|
+
Hello Mikel
|
11
|
+
|
@@ -0,0 +1,58 @@
|
|
1
|
+
From email_test@me.nowhere
|
2
|
+
Return-Path: <email_test@me.nowhere>
|
3
|
+
Received: from omta05sl.mx.bigpond.com by me.nowhere.else with ESMTP id 632BD5758 for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:21 +1000
|
4
|
+
Received: from oaamta05sl.mx.bigpond.com by omta05sl.mx.bigpond.com with ESMTP id <20071021093820.HSPC16667.omta05sl.mx.bigpond.com@oaamta05sl.mx.bigpond.com> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
5
|
+
Received: from mikel091a by oaamta05sl.mx.bigpond.com with SMTP id <20071021093820.JFMT24025.oaamta05sl.mx.bigpond.com@mikel091a> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
6
|
+
Date: Sun, 21 Oct 2007 19:38:13 +1000
|
7
|
+
From: Mikel Lindsaar <email_test@me.nowhere>
|
8
|
+
Reply-To: Mikel Lindsaar <email_test@me.nowhere>
|
9
|
+
To: mikel@me.nowhere
|
10
|
+
Message-Id: <009601c813c6$19df3510$0437d30a@mikel091a>
|
11
|
+
Subject: Testing outlook
|
12
|
+
Mime-Version: 1.0
|
13
|
+
Content-Type: multipart/alternative; boundary=----=_NextPart_000_0093_01C81419.EB75E850
|
14
|
+
X-Get_mail_default: mikel@me.nowhere.else
|
15
|
+
X-Priority: 3
|
16
|
+
X-Original-To: mikel@me.nowhere
|
17
|
+
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
|
18
|
+
Delivered-To: mikel@me.nowhere
|
19
|
+
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2900.3138
|
20
|
+
X-Msmail-Priority: Normal
|
21
|
+
|
22
|
+
This is a multi-part message in MIME format.
|
23
|
+
|
24
|
+
|
25
|
+
------=_NextPart_000_0093_01C81419.EB75E850
|
26
|
+
Content-Type: text/plain; charset=iso-8859-1
|
27
|
+
Content-Transfer-Encoding: Quoted-printable
|
28
|
+
|
29
|
+
Hello
|
30
|
+
This is an outlook test
|
31
|
+
|
32
|
+
So there.
|
33
|
+
|
34
|
+
Me.
|
35
|
+
|
36
|
+
------=_NextPart_000_0093_01C81419.EB75E850
|
37
|
+
Content-Type: text/html; charset=iso-8859-1
|
38
|
+
Content-Transfer-Encoding: Quoted-printable
|
39
|
+
|
40
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
41
|
+
<HTML><HEAD>
|
42
|
+
<META http-equiv=3DContent-Type content=3D"text/html; =
|
43
|
+
charset=3Diso-8859-1">
|
44
|
+
<META content=3D"MSHTML 6.00.6000.16525" name=3DGENERATOR>
|
45
|
+
<STYLE></STYLE>
|
46
|
+
</HEAD>
|
47
|
+
<BODY bgColor=3D#ffffff>
|
48
|
+
<DIV><FONT face=3DArial size=3D2>Hello</FONT></DIV>
|
49
|
+
<DIV><FONT face=3DArial size=3D2><STRONG>This is an outlook=20
|
50
|
+
test</STRONG></FONT></DIV>
|
51
|
+
<DIV><FONT face=3DArial size=3D2><STRONG></STRONG></FONT> </DIV>
|
52
|
+
<DIV><FONT face=3DArial size=3D2><STRONG>So there.</STRONG></FONT></DIV>
|
53
|
+
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
|
54
|
+
<DIV><FONT face=3DArial size=3D2>Me.</FONT></DIV></BODY></HTML>
|
55
|
+
|
56
|
+
|
57
|
+
------=_NextPart_000_0093_01C81419.EB75E850--
|
58
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
From email_test@me.nowhere
|
2
|
+
Return-Path: <email_test@me.nowhere>
|
3
|
+
Received: from omta05sl.mx.bigpond.com by me.nowhere.else with ESMTP id 632BD5758 for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:21 +1000
|
4
|
+
Received: from oaamta05sl.mx.bigpond.com by omta05sl.mx.bigpond.com with ESMTP id <20071021093820.HSPC16667.omta05sl.mx.bigpond.com@oaamta05sl.mx.bigpond.com> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
5
|
+
Received: from mikel091a by oaamta05sl.mx.bigpond.com with SMTP id <20071021093820.JFMT24025.oaamta05sl.mx.bigpond.com@mikel091a> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
6
|
+
Date: Sun, 21 Oct 2007 19:38:13 +1000
|
7
|
+
From: Mikel Lindsaar <email_test@me.nowhere>
|
8
|
+
Reply-To: Mikel Lindsaar <email_test@me.nowhere>
|
9
|
+
To: mikel@me.nowhere
|
10
|
+
Message-Id: <009601c813c6$19df3510$0437d30a@mikel091a>
|
11
|
+
Subject: Testing outlook
|
12
|
+
Subject: Another PDF
|
13
|
+
Mime-Version: 1.0
|
14
|
+
Content-Type: multipart/mixed;
|
15
|
+
boundary="----=_Part_2192_32400445.1115745999735"
|
16
|
+
X-Virus-Scanned: amavisd-new at textdrive.com
|
17
|
+
|
18
|
+
------=_Part_2192_32400445.1115745999735
|
19
|
+
Content-Type: text/plain; charset=ISO-8859-1
|
20
|
+
Content-Transfer-Encoding: quoted-printable
|
21
|
+
Content-Disposition: inline
|
22
|
+
|
23
|
+
Just attaching another PDF, here, to see what the message looks like,
|
24
|
+
and to see if I can figure out what is going wrong here.
|
25
|
+
|
26
|
+
------=_Part_2192_32400445.1115745999735
|
27
|
+
Content-Type: application/pdf; name="broken.pdf"
|
28
|
+
Content-Transfer-Encoding: base64
|
29
|
+
Content-Disposition: attachment; filename="broken.pdf"
|
30
|
+
|
31
|
+
JVBERi0xLjQNCiXk9tzfDQoxIDAgb2JqDQo8PCAvTGVuZ3RoIDIgMCBSDQogICAvRmlsdGVyIC9G
|
32
|
+
bGF0ZURlY29kZQ0KPj4NCnN0cmVhbQ0KeJy9Wt2KJbkNvm/od6jrhZxYln9hWEh2p+8HBvICySaE
|
33
|
+
ycLuTV4/1ifJ9qnq09NpSBimu76yLUuy/qzqcPz7+em3Ixx/CDc6CsXxs3b5+fvfjr/8cPz6/BRu
|
34
|
+
rbfAx/n3739/fuJylJ5u5fjX81OuDr4deK4Bz3z/aDP+8fz0yw8g0Ofq7ktr1Mn+u28rvhy/jVeD
|
35
|
+
QSa+9YNKHP/pxjvDNfVAx/m3MFz54FhvTbaseaxiDoN2LeMVMw+yA7RbHSCDzxZuaYB2E1Yay7QU
|
36
|
+
x89vz0+tyFDKMlAHK5yqLmnjF+c4RjEiQIUeKwblXMe+AsZjN1J5yGQL5DHpDHksurM81rF6PKab
|
37
|
+
gK6zAarIDzIiUY23rJsN9iorAE816aIu6lsgAdQFsuhhkHOUFgVjp2GjMqSewITXNQ27jrMeamkg
|
38
|
+
1rPI3iLWG2CIaSBB+V1245YVRICGbbpYKHc2USFDl6M09acQVQYhlwIrkBNLISvXhGlF1wi5FHCw
|
39
|
+
wxZkoGNJlVeJCEsqKA+3YAV5AMb6KkeaqEJQmFKKQU8T1pRi2ihE1Y4CDrqoYFFXYjJJOatsyzuI
|
40
|
+
8SIlykuxKTMibWK8H1PgEvqYgs4GmQSrEjJAalgGirIhik+p4ZQN9E3ETFPAHE1b8pp1l/0Rc1gl
|
41
|
+
fQs0ABWvyoZZzU8VnPXwVVcO9BEsyjEJaO6eBoZRyKGlrKoYoOygA8BGIzgwN3RQ15ouigG5idZQ
|
42
|
+
fx2U4Db2CqiLO0WHAZoylGiCAqhniNQjFjQPSkmjwfNTgQ6M1Ih+eWo36wFmjIxDJZiGUBiWsAyR
|
43
|
+
xX3EekGOizkGI96Ol9zVZTAivikURhRsHh2E3JhWMpSTZCnnonrLhMCodgrNcgo4uyJUJc6qnVss
|
44
|
+
nrGd1Ptr0YwisCOYyIbUwVjV4xBUNLbguSO2YHujonAMJkMdSI7bIw91Akq2AUlMUWGFTMAOamjU
|
45
|
+
OvZQCxIkY2pCpMFo/IwLdVLHs6nddwTRrgoVbvLU9eB0G4EMndV0TNoxHbt3JBWwK6hhv3iHfDtF
|
46
|
+
yokB302IpEBTnWICde4uYc/1khDbSIkQopO6lcqamGBu1OSE3N5IPSsZX00CkSHRiiyx6HQIShsS
|
47
|
+
HSVNswdVsaOUSAWq9aYhDtGDaoG5a3lBGkYt/lFlBFt1UqrYnzVtUpUQnLiZeouKgf1KhRBViRRk
|
48
|
+
ExepJCzTwEmFDalIRbLEGtw0gfpESOpIAF/NnpPzcVCG86s0g2DuSyd41uhNGbEgaSrWEXORErbw
|
49
|
+
------=_Part_2192_32400445.1115745999735--
|
50
|
+
|
@@ -0,0 +1,100 @@
|
|
1
|
+
From jamis@37signals.com Thu Feb 22 11:20:31 2007
|
2
|
+
Mime-Version: 1.0 (Apple Message framework v752.3)
|
3
|
+
Message-Id: <2CCE0408-10C7-4045-9B16-A1C11C31469B@37signals.com>
|
4
|
+
Content-Type: multipart/signed;
|
5
|
+
micalg=sha1;
|
6
|
+
boundary=Apple-Mail-42-587703407;
|
7
|
+
protocol="application/pkcs7-signature"
|
8
|
+
To: Jamis Buck <jamis@jamisbuck.org>
|
9
|
+
Subject: Testing attachments
|
10
|
+
From: Jamis Buck <jamis@37signals.com>
|
11
|
+
Date: Thu, 22 Feb 2007 11:20:31 -0700
|
12
|
+
|
13
|
+
|
14
|
+
--Apple-Mail-42-587703407
|
15
|
+
Content-Type: multipart/mixed;
|
16
|
+
boundary=Apple-Mail-41-587703287
|
17
|
+
|
18
|
+
|
19
|
+
--Apple-Mail-41-587703287
|
20
|
+
Content-Transfer-Encoding: 7bit
|
21
|
+
Content-Type: text/plain;
|
22
|
+
charset=US-ASCII;
|
23
|
+
format=flowed
|
24
|
+
|
25
|
+
Here is a test of an attachment via email.
|
26
|
+
|
27
|
+
- Jamis
|
28
|
+
|
29
|
+
|
30
|
+
--Apple-Mail-41-587703287
|
31
|
+
Content-Transfer-Encoding: base64
|
32
|
+
Content-Type: image/png;
|
33
|
+
x-unix-mode=0644;
|
34
|
+
name=byo-ror-cover.png
|
35
|
+
Content-Disposition: inline;
|
36
|
+
filename=truncated.png
|
37
|
+
|
38
|
+
iVBORw0KGgoAAAANSUhEUgAAAKUAAADXCAYAAAB7wZEQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz
|
39
|
+
AAALEgAACxIB0t1+/AAAABd0RVh0Q3JlYXRpb24gVGltZQAxLzI1LzIwMDeD9CJVAAAAGHRFWHRT
|
40
|
+
b2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAAyBWlUWHRYTUw6Y29tLmFkb2JlLnhtcDw/eHBh
|
41
|
+
Y2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1l
|
42
|
+
dGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1j
|
43
|
+
MDIwIDEuMjU1NzE2LCBUdWUgT2N0IDEwIDIwMDYgMjM6MTY6MzQiPgogICA8cmRmOlJERiB4bWxu
|
44
|
+
czpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAg
|
45
|
+
ICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXA9Imh0
|
46
|
+
dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eGFwOkNyZWF0b3JUb29sPkFk
|
47
|
+
b2JlIEZpcmV3b3JrcyBDUzM8L3hhcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhhcDpDcmVhdGVE
|
48
|
+
YXRlPjIwMDctMDEtMjVUMDU6Mjg6MjFaPC94YXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhhcDpN
|
49
|
+
b2RpZnlEYXRlPjIwMDctMDEtMjVUMDU6Mjg6MjFaPC94YXA6TW9kaWZ5RGF0ZT4KICAgICAgPC9y
|
50
|
+
ZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAg
|
51
|
+
ICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+CiAgICAg
|
52
|
+
ICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgIDwvcmRmOkRlc2NyaXB0
|
53
|
+
hhojpmnJMfaYFmSkXWg5PGCmHXVj/c9At0hSK2xGdd8F3muk0VFjb4f5Ue0ksQ8qAcq0delaXhdb
|
54
|
+
DjKNnF+3B3t9kObZYmk7AZgWYqO9anpR3wpM9sQ5XslB9a+kWyTtNb0fOmudzGHfPFBQDKesyycm
|
55
|
+
DBL7Cw5bXjIEuci+SSOm/LYnXDZu6iuPEj8lYBb+OU8xx1f9m+e5rhJiYKqjo5vHfiZp+VUkW9xc
|
56
|
+
Ufd6JHNWc47PkQqb9ie3SLEZB/ZqyAssiqURY+G35iOMZUrHbasHnb80QAPv9FHtAbJIyro7bi5b
|
57
|
+
ai2TEAKen5+LJNWrglZjm3UbZvt7KryA2J5b5J1jZF8kL6GzvG1Zqx54Y1y7J7n20wMOt9frG2sW
|
58
|
+
uwGP07kNz3732vf6bfvAvLldfS+9fts2euXY37D+R29FGZdlnhzV4TTFmPJduBP2RbNNua4rTqcT
|
59
|
+
Qt7Xy1KUB0AHSdP5AZQYvHZg7WD1XvYeMO1A9HhZPqMX5KXbMBrn2efxns/ee21674efxz4Tp/fq
|
60
|
+
2HZ648dgYaC1i3Vq1IbNPq3PvDTPezY9FaRISjvnzWqdgcWN8EJgjnNq+Z7ktOm9l2Nfth28EZi4
|
61
|
+
bG/we5JwxM+Tql47/D/X6b38I8/RyxvxPJrX6zvQbo3h9jyJx+C0ALX327QETHl5eYlaYCT5rPTb
|
62
|
+
+5/rAq26t3lKIxV/p88hq6ptngdgCzoPjJqndiLfc/6y5A14WeDFGNPct4iUsJBV2bYzLEV7m83s
|
63
|
+
6Rp63VPhHKC/g/LzaU9qexJRr56043JWinqAtfZqsSm1sjoznthl54dtCqv+uL4nIY+oYWuc3+nH
|
64
|
+
kGfn8b0HQpvOYLQAZUDanbJs3jQhITZEgdarZK+cO6ySlL13rut5nFaN23s7u3Snz6eRPTkCoc2/
|
65
|
+
Vp1zHfZVFpZ87FiMVLV1iqyK5rlzfji2GzjfDsodlD+Weo5UD4h6PwKqzQMqID0tq2VjjFVSMpis
|
66
|
+
ZLRAs7sePZBZAHI+gIanB8I7MD+femAceeUe2Kxa5jS950kZ1p5eNEdeX1+jFmSpZ+1EdWCsDcne
|
67
|
+
NPNgUHNw3aYpnzv9PGTX0uo94EtN9qq1rOdxe3kc79T8ukeHJJ8Fnxej6qlylbLLsjQLOy6Xy2a1
|
68
|
+
kefs/N+nM7+S7IG5/E5Yc7F003pWErLjbH0O5cGadiMptSB/DZ5U5DI9yeg5MFYyMj8lC/Y7/Xjq
|
69
|
+
OZlWcnpg9aQfXz2HRq+Wn5xOp6gN8tWq8R44e2pfyzLYemEgprst+XXk2Zj2nXlbsG05BprndTMv
|
70
|
+
C3QRaXczshhVsHnMgfYn80Y2g5JureA6wBasPeP7LkE/jvZMJAaf/g/U2RelHsisvan5FqweIAHg
|
71
|
+
Pwc7L68GxvVDAAAAAElFTkSuQmCC
|
72
|
+
|
73
|
+
--Apple-Mail-41-587703287--
|
74
|
+
|
75
|
+
--Apple-Mail-42-587703407
|
76
|
+
Content-Transfer-Encoding: base64
|
77
|
+
Content-Type: application/pkcs7-signature;
|
78
|
+
name=smime.p7s
|
79
|
+
Content-Disposition: attachment;
|
80
|
+
filename=smime.p7s
|
81
|
+
|
82
|
+
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGJzCCAuAw
|
83
|
+
ggJJoAMCAQICEFjnFNYXwDEZRWY5EkfzopUwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx
|
84
|
+
JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ
|
85
|
+
ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDkxMjE3MDExMloXDTA3MDkxMjE3MDEx
|
86
|
+
MlowRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTamFt
|
87
|
+
aXNAMzdzaWduYWxzLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO2A9JeOFIFJ
|
88
|
+
G6z8pTcAldrZ2nMe+Xb1tNrbHgoVzN/QhHXM4qst2Ml93cmFLjMmwG7P9RJeU4oNx+jTqVoBB7NV
|
89
|
+
Ne1/o56Do0KhfMZ9iUDQdPLbkZMq4EEpFMdm6PyM3muRKwPhj66iAWe/osCb8DowUK2f66vaRx0Z
|
90
|
+
Y0MQHIIrXE02Ta4IfAhIfPqBLkZ4WgTYBHN9vMdYea1jF0GO4gqGk1wqwb3yxv2QMYMbwJ6SI+k/
|
91
|
+
ZjkSR/OilTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3
|
92
|
+
dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1h
|
93
|
+
aWwgSXNzdWluZyBDQQIQWOcU1hfAMRlFZjkSR/OilTANBgkqhkiG9w0BAQEFAASCAQCfwQiC3v6/
|
94
|
+
yleRDGv3bJ4nQYQ+c3mz3+mn3Xi6uU35n3piwxZZaWRdmLyiXPvU+QReHpSf3l2qsEZM3sdE0XF9
|
95
|
+
eRul/+QTFJcDNXOEAxG1zC2Gpz+6c6RrX4Ou12Pwkp+pNrZWTSY/mZgdqcArupOBcZi7qBjoWcy5
|
96
|
+
wb54dfvSSjrjmqLbkH/E8ww/6gGQuU/xXpAUZgUrTmQHrNKeIdSh5oDkOxFaFWvnmb8Z/2ixKqW/
|
97
|
+
Ux6WqamyvBtTs/5YBEtnpZOk+uVoscYEUBhU+DVJ2OSvTdXSivMtBdXmGTsG22k+P1NGUHi/A7ev
|
98
|
+
xPaO0uk4V8xyjNlN4HPuGpkrlXwPAAAAAAAA
|
99
|
+
|
100
|
+
--Apple-Mail-42-587703407--
|
@@ -0,0 +1,14 @@
|
|
1
|
+
From jamis@37signals.com Mon May 2 16:07:05 2005
|
2
|
+
Mime-Version: 1.0 (Apple Message framework v622)
|
3
|
+
Content-Transfer-Encoding: base64
|
4
|
+
Message-Id: <d3b8cf8e49f04480850c28713a1f473e@37signals.com>
|
5
|
+
Content-Type: text/plain;
|
6
|
+
charset=EUC-KR;
|
7
|
+
format=flowed
|
8
|
+
To: jamis@37signals.com
|
9
|
+
From: Jamis Buck <jamis@37signals.com>
|
10
|
+
Subject: Re: Test: =?UTF-8?B?Iua8ouWtlyI=?= mid =?UTF-8?B?Iua8ouWtlyI=?= tail
|
11
|
+
Date: Mon, 2 May 2005 16:07:05 -0600
|
12
|
+
|
13
|
+
tOu6zrrQwMcguLbC+bChwfa3ziwgv+y4rrTCIMfPs6q01MC7ILnPvcC0z7TZLg0KDQrBpiDAzLin
|
14
|
+
wLogSmFtaXPA1LTPtNku
|
@@ -0,0 +1,58 @@
|
|
1
|
+
From email_test@me.nowhere
|
2
|
+
Return-Path: <email_test@me.nowhere>
|
3
|
+
Received: from omta05sl.mx.bigpond.com by me.nowhere.else with ESMTP id 632BD5758 for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:21 +1000
|
4
|
+
Received: from oaamta05sl.mx.bigpond.com by omta05sl.mx.bigpond.com with ESMTP id <20071021093820.HSPC16667.omta05sl.mx.bigpond.com@oaamta05sl.mx.bigpond.com> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
5
|
+
Received: from mikel091a by oaamta05sl.mx.bigpond.com with SMTP id <20071021093820.JFMT24025.oaamta05sl.mx.bigpond.com@mikel091a> for <mikel@me.nowhere.else>; Sun, 21 Oct 2007 19:38:20 +1000
|
6
|
+
Date: Sun, 21 Oct 2007 19:38:13 +1000
|
7
|
+
From: Mikel Lindsaar <email_test@me.nowhere>
|
8
|
+
Reply-To: Mikel Lindsaar <email_test@me.nowhere>
|
9
|
+
To: mikel@me.nowhere
|
10
|
+
Message-Id: <009601c813c6$19df3510$0437d30a@mikel091a>
|
11
|
+
Subject: Testing outlook
|
12
|
+
Mime-Version: 1.0
|
13
|
+
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0093_01C81419.EB75E850"
|
14
|
+
X-Get_mail_default: mikel@me.nowhere.else
|
15
|
+
X-Priority: 3
|
16
|
+
X-Original-To: mikel@me.nowhere
|
17
|
+
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
|
18
|
+
Delivered-To: mikel@me.nowhere
|
19
|
+
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2900.3138
|
20
|
+
X-Msmail-Priority: Normal
|
21
|
+
|
22
|
+
This is a multi-part message in MIME format.
|
23
|
+
|
24
|
+
|
25
|
+
------=_NextPart_000_0093_01C81419.EB75E850
|
26
|
+
Content-Type: text/plain; charset=iso-8859-1
|
27
|
+
Content-Transfer-Encoding: Quoted-printable
|
28
|
+
|
29
|
+
Hello
|
30
|
+
This is an outlook test
|
31
|
+
|
32
|
+
So there.
|
33
|
+
|
34
|
+
Me.
|
35
|
+
|
36
|
+
------=_NextPart_000_0093_01C81419.EB75E850
|
37
|
+
Content-Type: text/html; charset=iso-8859-1
|
38
|
+
Content-Transfer-Encoding: Quoted-printable
|
39
|
+
|
40
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
41
|
+
<HTML><HEAD>
|
42
|
+
<META http-equiv=3DContent-Type content=3D"text/html; =
|
43
|
+
charset=3Diso-8859-1">
|
44
|
+
<META content=3D"MSHTML 6.00.6000.16525" name=3DGENERATOR>
|
45
|
+
<STYLE></STYLE>
|
46
|
+
</HEAD>
|
47
|
+
<BODY bgColor=3D#ffffff>
|
48
|
+
<DIV><FONT face=3DArial size=3D2>Hello</FONT></DIV>
|
49
|
+
<DIV><FONT face=3DArial size=3D2><STRONG>This is an outlook=20
|
50
|
+
test</STRONG></FONT></DIV>
|
51
|
+
<DIV><FONT face=3DArial size=3D2><STRONG></STRONG></FONT> </DIV>
|
52
|
+
<DIV><FONT face=3DArial size=3D2><STRONG>So there.</STRONG></FONT></DIV>
|
53
|
+
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
|
54
|
+
<DIV><FONT face=3DArial size=3D2>Me.</FONT></DIV></BODY></HTML>
|
55
|
+
|
56
|
+
|
57
|
+
------=_NextPart_000_0093_01C81419.EB75E850--
|
58
|
+
|