mms2r 1.1.12 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +32 -2
- data/Manifest.txt +41 -79
- data/README.txt +50 -51
- data/Rakefile +3 -2
- data/conf/aliases.yml +8 -0
- data/conf/message.alltel.com.yml +14 -0
- data/conf/messaging.nextel.com.yml +10 -0
- data/conf/mms.att.net.yml +9 -0
- data/conf/mms.dobson.net.yml +4 -0
- data/conf/mms.luxgsm.lu.yml +8 -0
- data/conf/mms.myhelio.com.yml +12 -0
- data/conf/mms.netcom.no.yml +4 -0
- data/conf/mms.o2online.de.yml +8 -0
- data/conf/mms.three.co.uk.yml +15 -0
- data/conf/mms2r_media.yml +6 -0
- data/conf/orangemms.net.yml +13 -0
- data/conf/pm.sprint.com.yml +10 -0
- data/conf/pxt.vodafone.net.nz.yml +5 -0
- data/conf/tmomail.net.yml +16 -0
- data/conf/vzwpix.com.yml +8 -0
- data/dev_tools/anonymizer.rb +20 -0
- data/lib/mms2r.rb +19 -45
- data/lib/mms2r/media.rb +288 -300
- data/lib/mms2r/media/sprint.rb +189 -0
- data/test/fixtures/att-text-01.mail +27 -0
- data/test/fixtures/helio-image-01.mail +8 -8
- data/test/fixtures/helio-message-01.mail +327 -0
- data/test/fixtures/luxgsm-image-01.mail +388 -0
- data/test/fixtures/netcom-image-01.mail +556 -0
- data/test/fixtures/o2-de-image-01.mail +314 -0
- data/test/fixtures/orange-uk-image-01.mail +71 -0
- data/test/fixtures/pxt-image-01.mail +118 -0
- data/test/fixtures/sprint-broken-image-01.mail +1 -1
- data/test/fixtures/sprint-image-01.mail +211 -195
- data/test/fixtures/sprint-purged-image-01.mail +1 -1
- data/test/fixtures/sprint-two-images-01.mail +231 -198
- data/test/fixtures/sprint-video-01.mail +210 -195
- data/test/fixtures/three-uk-image-01.mail +1202 -0
- data/test/test_helper.rb +39 -0
- data/test/{test_mms2r_alltel_media.rb → test_message_alltel_com.rb} +13 -17
- data/test/{test_mms2r_nextel_media.rb → test_messaging_nextel_com.rb} +12 -19
- data/test/{test_mms2r_sprint_pcs_media.rb → test_messaging_sprintpcs_com.rb} +9 -10
- data/test/test_mms2r_media.rb +474 -316
- data/test/test_mms_att_net.rb +92 -0
- data/test/test_mms_dobson_net.rb +41 -0
- data/test/test_mms_luxgsm_lu.rb +50 -0
- data/test/test_mms_myhelio_com.rb +60 -0
- data/test/test_mms_netcom_no.rb +52 -0
- data/test/test_mms_o2online_de.rb +53 -0
- data/test/test_mms_three_co_uk.rb +42 -0
- data/test/test_orangemms_net.rb +100 -0
- data/test/test_pm_sprint_com.rb +201 -0
- data/test/test_pxt_vodafone_net_nz.rb +37 -0
- data/test/{test_mms2r_t_mobile_media.rb → test_tmomail_net.rb} +8 -19
- data/test/{test_mms2r_verizon_media.rb → test_vzwpix_com.rb} +34 -27
- data/vendor/plugins/mms2r/lib/autotest/mms2r.rb +16 -11
- metadata +128 -157
- data/conf/mms2r_alltel_media_ignore.yml +0 -13
- data/conf/mms2r_att_media_subject.yml +0 -3
- data/conf/mms2r_cingular_me_media_subject.yml +0 -3
- data/conf/mms2r_cingular_me_media_transform.yml +0 -7
- data/conf/mms2r_dobson_media_ignore.yml +0 -4
- data/conf/mms2r_helio_media_ignore.yml +0 -6
- data/conf/mms2r_media_ignore.yml +0 -5
- data/conf/mms2r_media_subject.yml +0 -3
- data/conf/mms2r_my_cingular_media_subject.yml +0 -3
- data/conf/mms2r_nextel_media_ignore.yml +0 -11
- data/conf/mms2r_orange_france_media_ignore.yml +0 -6
- data/conf/mms2r_orange_poland_media_subject.yml +0 -3
- data/conf/mms2r_sprint_media_ignore.yml +0 -7
- data/conf/mms2r_sprint_media_subject.yml +0 -3
- data/conf/mms2r_t_mobile_media_ignore.yml +0 -16
- data/conf/mms2r_verizon_media_ignore.yml +0 -4
- data/conf/mms2r_verizon_media_transform.yml +0 -5
- data/lib/mms2r/alltel_media.rb +0 -10
- data/lib/mms2r/att_media.rb +0 -13
- data/lib/mms2r/cingular_me_media.rb +0 -23
- data/lib/mms2r/dobson_media.rb +0 -13
- data/lib/mms2r/helio_media.rb +0 -20
- data/lib/mms2r/m_mode_media.rb +0 -13
- data/lib/mms2r/my_cingular_media.rb +0 -15
- data/lib/mms2r/nextel_media.rb +0 -17
- data/lib/mms2r/orange_france_media.rb +0 -10
- data/lib/mms2r/orange_poland_media.rb +0 -10
- data/lib/mms2r/sprint_media.rb +0 -182
- data/lib/mms2r/sprint_pcs_media.rb +0 -16
- data/lib/mms2r/t_mobile_media.rb +0 -21
- data/lib/mms2r/verizon_media.rb +0 -19
- data/lib/mms2r/vtext_media.rb +0 -16
- data/lib/vendor/text/format.rb +0 -1466
- data/lib/vendor/tmail.rb +0 -3
- data/lib/vendor/tmail/address.rb +0 -242
- data/lib/vendor/tmail/attachments.rb +0 -39
- data/lib/vendor/tmail/base64.rb +0 -71
- data/lib/vendor/tmail/config.rb +0 -69
- data/lib/vendor/tmail/encode.rb +0 -467
- data/lib/vendor/tmail/facade.rb +0 -552
- data/lib/vendor/tmail/header.rb +0 -914
- data/lib/vendor/tmail/info.rb +0 -35
- data/lib/vendor/tmail/loader.rb +0 -1
- data/lib/vendor/tmail/mail.rb +0 -447
- data/lib/vendor/tmail/mailbox.rb +0 -433
- data/lib/vendor/tmail/mbox.rb +0 -1
- data/lib/vendor/tmail/net.rb +0 -280
- data/lib/vendor/tmail/obsolete.rb +0 -135
- data/lib/vendor/tmail/parser.rb +0 -1522
- data/lib/vendor/tmail/port.rb +0 -377
- data/lib/vendor/tmail/quoting.rb +0 -131
- data/lib/vendor/tmail/scanner.rb +0 -41
- data/lib/vendor/tmail/scanner_r.rb +0 -263
- data/lib/vendor/tmail/stringio.rb +0 -277
- data/lib/vendor/tmail/tmail.rb +0 -1
- data/lib/vendor/tmail/utils.rb +0 -238
- data/test/fixtures/broken_from_spam.mail +0 -80
- data/test/fixtures/hello_world_empty_text.mail +0 -7
- data/test/fixtures/hello_world_mail_multipart.mail +0 -24
- data/test/fixtures/hello_world_mail_plain_no_content_type.mail +0 -7
- data/test/fixtures/hello_world_mail_plain_with_content_type.mail +0 -8
- data/test/fixtures/simple-with-two-images-two-texts.mail +0 -49
- data/test/fixtures/simple_image.mail +0 -19
- data/test/fixtures/simple_multipart_alternative.mail +0 -42
- data/test/test_mms2r_att_media.rb +0 -54
- data/test/test_mms2r_cingular_me_media.rb +0 -51
- data/test/test_mms2r_dobson_media.rb +0 -46
- data/test/test_mms2r_helio_media.rb +0 -49
- data/test/test_mms2r_m_mode_media.rb +0 -36
- data/test/test_mms2r_my_cingular_media.rb +0 -31
- data/test/test_mms2r_orange_france_media.rb +0 -53
- data/test/test_mms2r_orange_poland_media.rb +0 -42
- data/test/test_mms2r_sprint_media.rb +0 -269
- data/test/test_mms2r_vtext_media.rb +0 -28
@@ -81,7 +81,7 @@ Content-Transfer-Encoding: 7bit
|
|
81
81
|
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="7" style="table-layout:fixed">
|
82
82
|
<tr>
|
83
83
|
<td align="center">
|
84
|
-
|
84
|
+
<img src="http://pictures.sprintpcs.com/mmps/RECIPIENT/000_104058d23d79fb69_1/2?inviteToken=5E1rJSPk5hYDkUnY7op0&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
85
85
|
</td>
|
86
86
|
</tr>
|
87
87
|
</table>
|
@@ -1,195 +1,211 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
<
|
49
|
-
<
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
<tr>
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
<td width="
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
</tr>
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
</td>
|
190
|
-
</tr>
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
1
|
+
Delivered-To: user@example.com
|
2
|
+
Received: by 10.78.137.20 with SMTP id k20cs909140hud;
|
3
|
+
Mon, 7 Jan 2008 17:28:39 -0800 (PST)
|
4
|
+
Received: by 10.114.112.1 with SMTP id k1mr17184130wac.24.1199755718239;
|
5
|
+
Mon, 07 Jan 2008 17:28:38 -0800 (PST)
|
6
|
+
Return-Path: <joesixpack01@pm.sprint.com>
|
7
|
+
Received: from smtp04.sun3.lightsurf.net (smtp04.sun3.lightsurf.net [63.215.195.70])
|
8
|
+
by mx.google.com with ESMTP id n22si32781440pof.1.2008.01.07.17.28.37;
|
9
|
+
Mon, 07 Jan 2008 17:28:38 -0800 (PST)
|
10
|
+
Received-SPF: neutral (google.com: 63.215.195.70 is neither permitted nor denied by best guess record for domain of joesixpack01@pm.sprint.com) client-ip=63.215.195.70;
|
11
|
+
Authentication-Results: mx.google.com; spf=neutral (google.com: 63.215.195.70 is neither permitted nor denied by best guess record for domain of joesixpack01@pm.sprint.com) smtp.mail=joesixpack01@pm.sprint.com
|
12
|
+
Received: from pcs-nams006 (smtp.sun3.lightsurf.net [10.0.1.131])
|
13
|
+
by smtp04.sun3.lightsurf.net (8.12.11.20060308/8.12.11) with ESMTP id m081Rc1j028795
|
14
|
+
for <user@example.com>; Mon, 7 Jan 2008 17:28:37 -0800
|
15
|
+
Date: Mon, 7 Jan 2008 17:28:37 -0800
|
16
|
+
Message-ID: <19565747.1199755717354.JavaMail.lsadm@pcs-nams006>
|
17
|
+
From: "joesixpack01@pm.sprint.com" <joesixpack01@pm.sprint.com>
|
18
|
+
To: user@example.com
|
19
|
+
Subject: You have new Picture Mail!
|
20
|
+
MIME-Version: 1.0
|
21
|
+
Content-Type: multipart/alternative;
|
22
|
+
boundary="----=_Part_510948_2436840.1199755717353"
|
23
|
+
X-Priority: 3
|
24
|
+
X-MSMail-Priority: Normal
|
25
|
+
Importance: Normal
|
26
|
+
|
27
|
+
------=_Part_510948_2436840.1199755717353
|
28
|
+
Content-Type: text/plain; charset=us-ascii
|
29
|
+
Content-Transfer-Encoding: 7bit
|
30
|
+
|
31
|
+
You have new Picture Mail!
|
32
|
+
|
33
|
+
Click Go/View to see now.
|
34
|
+
http://pictures.sprintpcs.com/?mivt=PE5rJ5PdYzzwk7V7zoXU&shareName=MMS
|
35
|
+
|
36
|
+
_frsthgl
|
37
|
+
|
38
|
+
|
39
|
+
------=_Part_510948_2436840.1199755717353
|
40
|
+
Content-Type: text/html
|
41
|
+
Content-Transfer-Encoding: 7bit
|
42
|
+
|
43
|
+
<html>
|
44
|
+
<head><title>You have new Picture Mail!</title>
|
45
|
+
<!-- lsPictureMail-Share-PE5rJ5PdYzzwk7V7zoXU-comment
|
46
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
47
|
+
<shareMessage>
|
48
|
+
<messageContents type="PICTURE">
|
49
|
+
<messageText></messageText>
|
50
|
+
<mediaItems>
|
51
|
+
<mediaItem id="1">
|
52
|
+
<title></title>
|
53
|
+
&lt;url&gt;http://pictures.sprintpcs.com/getMMBOXMessageMedia?id=Xw1004H8sLv6S3x76lVPYmsnJP2O20g3AloHr3Oyych%2Bdue%2BzJtiIAmk5gW%2FZUWGqyw0fwJJvr5Y%0AKVTdI3xKmmWvH3JStT7pPVTQ1jSDO%2BWGkNKbb8WqPNT0lqyVIDbc%2FzE8fKrRx3LODk9iX0OQLw%3D%3D%0A&lt;/url&gt;
|
54
|
+
|
55
|
+
<urlExpiration>2008-01-15T01:28:37Z</urlExpiration>
|
56
|
+
</mediaItem>
|
57
|
+
</mediaItems>
|
58
|
+
</messageContents>
|
59
|
+
</shareMessage>
|
60
|
+
|
61
|
+
-->
|
62
|
+
<!-- lsPictureMail-UserInfo-PE5rJ5PdYzzwk7V7zoXU-comment
|
63
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
64
|
+
<UserInfo timestamp="2008-01-08T01:28:37.349+00:00" originating_from_address="joesixpack01@pm.sprint.com"><credential name="MDN">2068675309</credential></UserInfo>
|
65
|
+
-->
|
66
|
+
</head>
|
67
|
+
<body marginheight="0" marginwidth="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
|
68
|
+
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" >
|
69
|
+
<tr>
|
70
|
+
<td VALIGN="top" colspan="2" width="100%">
|
71
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFE100">
|
72
|
+
<tr>
|
73
|
+
<td><a href="http://www.sprintpcs.com"><img src="http://pictures.sprintpcs.com/retailers/PCSNEXTEL/images/logos/togetherWithNextel.gif" alt="" border="0" /></a></td>
|
74
|
+
</tr>
|
75
|
+
</table>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td VALIGN="top" colspan="2">
|
80
|
+
<table border="0" cellpadding="0" cellspacing="0" width="590" bgcolor="#FFFFFF">
|
81
|
+
<tr>
|
82
|
+
<td><br/><p><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="10"/><font face="trebuchet ms, Helvetica, Arial, Verdana" size="2"><b>You have a Picture Mail from joesixpack01@pm.sprint.com</b></font><br/><br/></p></td>
|
83
|
+
</tr>
|
84
|
+
</table>
|
85
|
+
</td>
|
86
|
+
</tr>
|
87
|
+
<tr>
|
88
|
+
<td colspan="2">
|
89
|
+
<table border="0" width="590" cellpadding="0" cellspacing="0">
|
90
|
+
<tr>
|
91
|
+
<td width="10"> </td>
|
92
|
+
<td width="280" valign="top">
|
93
|
+
<table border="0" cellpadding="0" style="border:1px solid #9C9A9C;">
|
94
|
+
<tr>
|
95
|
+
<td>
|
96
|
+
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="7" style="table-layout:fixed">
|
97
|
+
<tr>
|
98
|
+
<td align="center">
|
99
|
+
<img src="http://pictures.sprintpcs.com//mmps/RECIPIENT/001_2066c7013e7ca833_1/2?inviteToken=PE5rJ5PdYzzwk7V7zoXU&limitsize=258,258&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
100
|
+
</td>
|
101
|
+
</tr>
|
102
|
+
</table>
|
103
|
+
</td>
|
104
|
+
</tr>
|
105
|
+
</table>
|
106
|
+
</td>
|
107
|
+
<td width="20"> </td>
|
108
|
+
<td VALIGN="top" align="right" width="280">
|
109
|
+
<table border="0" cellpadding="0" cellspacing="0" width="280" style="table-layout:fixed">
|
110
|
+
<tr>
|
111
|
+
<td><p><font face="trebuchet ms, Helvetica, Arial, Verdana" size="2"><b>Message:</b></font></p></td>
|
112
|
+
</tr>
|
113
|
+
<tr>
|
114
|
+
<td><pre style="overflow:auto; font:normal 10pt trebuchet ms; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"></pre></td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
117
|
+
<td><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" height="15"/></td>
|
118
|
+
</tr>
|
119
|
+
<tr>
|
120
|
+
<td width="280">
|
121
|
+
<div style="padding-left:10px; padding-top:4px; padding-bottom:4px; color:white; background-color:#59639C; font: bold 10pt trebuchet ms" width="280">
|
122
|
+
Options
|
123
|
+
</div>
|
124
|
+
<div style="padding:10px; background-color:#f1f1f1; font: normal 10pt trebuchet ms" width="280">
|
125
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=PE5rJ5PdYzzwk7V7zoXU&shareName=MMS&messageState=RETRIEVED">View Picture</a><br/>
|
126
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=PE5rJ5PdYzzwk7V7zoXU&shareName=PRINT">Order Prints and Gifts</a><br/>
|
127
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=PE5rJ5PdYzzwk7V7zoXU&shareName=REPLY">Reply to Sender</a><br/>
|
128
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=PE5rJ5PdYzzwk7V7zoXU&shareName=REPLYTOALL">Reply to All</a><br/>
|
129
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=PE5rJ5PdYzzwk7V7zoXU&shareName=FORWARD">Forward</a><br/><br/>
|
130
|
+
Send and receive Pictures and Videos through Picture Mail<sup>SM</sup>. For more information go to <a target="_blank" style="color: #148AB2;" href="http://www.sprint.com/picturemail">www.sprint.com/picturemail.</a>
|
131
|
+
</div>
|
132
|
+
</td>
|
133
|
+
</tr>
|
134
|
+
</table>
|
135
|
+
</td>
|
136
|
+
</tr>
|
137
|
+
</table>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
<tr>
|
141
|
+
<td colspan="2">
|
142
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif" width="5" height="15"/>
|
143
|
+
</td>
|
144
|
+
</tr>
|
145
|
+
<tr>
|
146
|
+
<td align="left" colspan="2" width="590">
|
147
|
+
<table cellpadding="0" cellspacing="0" align="left" bgcolor="#FFFFFF">
|
148
|
+
<tr>
|
149
|
+
<td width="10"> </td>
|
150
|
+
<td width="580">
|
151
|
+
<table cellpadding="0" cellspacing="0" align="center" border="0" bgcolor="#FFFFFF">
|
152
|
+
<tr>
|
153
|
+
<!-- AdJuggler 5.0 request
|
154
|
+
Ad Spot: email_picture-mail-invitation_1_120x85
|
155
|
+
Channel: Undefined
|
156
|
+
Ad Dimension: 120x85
|
157
|
+
Category: Undefined
|
158
|
+
Sub-category: Undefined
|
159
|
+
-->
|
160
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/361/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/361/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
161
|
+
<td width="30"></td>
|
162
|
+
<!-- AdJuggler 5.0 request
|
163
|
+
Ad Spot: email_picture-mail-invitation_2_120x85
|
164
|
+
Channel: Undefined
|
165
|
+
Ad Dimension: 120x85
|
166
|
+
Category: Undefined
|
167
|
+
Sub-category: Undefined
|
168
|
+
-->
|
169
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/362/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/362/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
170
|
+
<td width="30"></td>
|
171
|
+
<!-- AdJuggler 5.0 request
|
172
|
+
Ad Spot: email_picture-mail-invitation_3_120x85
|
173
|
+
Channel: Undefined
|
174
|
+
Ad Dimension: 120x85
|
175
|
+
Category: Undefined
|
176
|
+
Sub-category: Undefined
|
177
|
+
-->
|
178
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/363/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/363/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
179
|
+
</tr>
|
180
|
+
</table>
|
181
|
+
</td>
|
182
|
+
</tr>
|
183
|
+
</table>
|
184
|
+
</td>
|
185
|
+
</tr>
|
186
|
+
<tr>
|
187
|
+
<td VALIGN="top" colspan="2" width="590">
|
188
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif" height="5"/>
|
189
|
+
</td>
|
190
|
+
</tr>
|
191
|
+
<tr>
|
192
|
+
<td VALIGN="top" colspan="2" width="100%">
|
193
|
+
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
194
|
+
<tr>
|
195
|
+
<td bgcolor="#f1f1f1" align="left"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="385" height="15"/><span style="font-family:trebuchet ms, Helvetica, Arial, Verdana; Font-size: 11px; Color: #000000">© 2007 Sprint Nextel. All rights reserved.</span></td>
|
196
|
+
</tr>
|
197
|
+
<tr>
|
198
|
+
<td bgcolor="#f1f1f1" width="100%"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="20" height="5"/><a href="http://www.verisign.com"><img src="http://pictures.sprintpcs.com/retailers/PCSNEXTEL/images/logos/verisign.jpg" alt="VeriSign's Home Page" border="0" /></a></td>
|
199
|
+
</tr>
|
200
|
+
<tr>
|
201
|
+
<td bgcolor="#f1f1f1" width="100%"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" height="10"/></td>
|
202
|
+
</tr>
|
203
|
+
</table>
|
204
|
+
</td>
|
205
|
+
</tr>
|
206
|
+
</table>
|
207
|
+
</body>
|
208
|
+
</html><!-- picture_mail_arrived -->
|
209
|
+
|
210
|
+
------=_Part_510948_2436840.1199755717353--
|
211
|
+
|
@@ -81,7 +81,7 @@ Content-Transfer-Encoding: 7bit
|
|
81
81
|
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="7" style="table-layout:fixed">
|
82
82
|
<tr>
|
83
83
|
<td align="center">
|
84
|
-
|
84
|
+
<img src="http://pictures.sprintpcs.com/mmps/RECIPIENT/000_904058d23d79fb6c_1/2?inviteToken=5E1rJSPk5hYDkUnY7op0&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
85
85
|
</td>
|
86
86
|
</tr>
|
87
87
|
</table>
|
@@ -1,198 +1,231 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
<
|
49
|
-
<
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
<
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
<td
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
1
|
+
Delivered-To: user@example.com
|
2
|
+
Received: by 10.78.133.4 with SMTP id g4cs708016hud;
|
3
|
+
Fri, 4 Jan 2008 08:40:57 -0800 (PST)
|
4
|
+
Received: by 10.114.52.1 with SMTP id z1mr2076829waz.123.1199464855336;
|
5
|
+
Fri, 04 Jan 2008 08:40:55 -0800 (PST)
|
6
|
+
Return-Path: <joesixpack01@pm.sprint.com>
|
7
|
+
Received: from smtp03.sun3.lightsurf.net (smtp03.sun3.lightsurf.net [63.215.195.69])
|
8
|
+
by mx.google.com with ESMTP id z15si26924204pod.11.2008.01.04.08.40.54;
|
9
|
+
Fri, 04 Jan 2008 08:40:55 -0800 (PST)
|
10
|
+
Received-SPF: neutral (google.com: 63.215.195.69 is neither permitted nor denied by best guess record for domain of joesixpack01@pm.sprint.com) client-ip=63.215.195.69;
|
11
|
+
Authentication-Results: mx.google.com; spf=neutral (google.com: 63.215.195.69 is neither permitted nor denied by best guess record for domain of joesixpack01@pm.sprint.com) smtp.mail=joesixpack01@pm.sprint.com
|
12
|
+
Received: from pcs-nams003 (smtp.sun3.lightsurf.net [10.0.1.131])
|
13
|
+
by smtp03.sun3.lightsurf.net (8.12.11.20060308/8.12.11) with ESMTP id m04GdwqS007797
|
14
|
+
for <user@example.com>; Fri, 4 Jan 2008 08:40:54 -0800
|
15
|
+
Date: Fri, 4 Jan 2008 08:40:54 -0800
|
16
|
+
Message-ID: <30401305.1199464854208.JavaMail.lsadm@pcs-nams003>
|
17
|
+
From: "joesixpack01@pm.sprint.com" <joesixpack01@pm.sprint.com>
|
18
|
+
To: user@example.com
|
19
|
+
Subject: You have new Picture Mail!
|
20
|
+
MIME-Version: 1.0
|
21
|
+
Content-Type: multipart/alternative;
|
22
|
+
boundary="----=_Part_448760_32180682.1199464854207"
|
23
|
+
X-Priority: 3
|
24
|
+
X-MSMail-Priority: Normal
|
25
|
+
Importance: Normal
|
26
|
+
|
27
|
+
------=_Part_448760_32180682.1199464854207
|
28
|
+
Content-Type: text/plain; charset=us-ascii
|
29
|
+
Content-Transfer-Encoding: 7bit
|
30
|
+
|
31
|
+
You have new Picture Mail!
|
32
|
+
|
33
|
+
Click Go/View to see now.
|
34
|
+
http://pictures.sprintpcs.com/?mivt=5E1rJSPk5hYDkUnY7op0&shareName=MMS
|
35
|
+
|
36
|
+
_frsthgl
|
37
|
+
|
38
|
+
|
39
|
+
------=_Part_448760_32180682.1199464854207
|
40
|
+
Content-Type: text/html
|
41
|
+
Content-Transfer-Encoding: 7bit
|
42
|
+
|
43
|
+
<html>
|
44
|
+
<head><title>You have new Picture Mail!</title>
|
45
|
+
<!-- lsPictureMail-Share-5E1rJSPk5hYDkUnY7op0-comment
|
46
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
47
|
+
<shareMessage>
|
48
|
+
<messageContents type="MULTI MEDIA">
|
49
|
+
<messageText></messageText>
|
50
|
+
<mediaItems>
|
51
|
+
<mediaItem id="1">
|
52
|
+
<title></title>
|
53
|
+
&lt;url&gt;http://pictures.sprintpcs.com/getMMBOXMessageMedia?id=Xw1004H8sLv6S3x76lVPYmsnJP2O20g3gCXqZY1Rd4Mw8tdr9CQfmQmk5gW%2FZUWGbAcSsDzAicri%0AmnmZK7fR%2FxZHab%2F9IpvgbgnXyG6nteSGkNKbb8WqPNT0lqyVIDbcgmfLjaxUAyaGXTIycziv0w%3D%3D%0A&lt;/url&gt;
|
54
|
+
&lt;url&gt;http://pictures.sprintpcs.com/getMMBOXMessageMedia?id=Xw1004H8sLv6S3x76lVPYmsnJP2O20g3gCXqZY1Rd4Mw8tdr9CQfmQmk5gW%2FZUWGqyw0fwJJvr7i%0AmnmZK7fR%2FxZHab%2F9IpvgbgnXyG6nteSGkNKbb8WqPNT0lqyVIDbcgmfLjaxUAyaGXTIycziv0w%3D%3D%0A&lt;/url&gt;
|
55
|
+
|
56
|
+
<urlExpiration>2008-01-11T16:40:54Z</urlExpiration>
|
57
|
+
</mediaItem>
|
58
|
+
</mediaItems>
|
59
|
+
</messageContents>
|
60
|
+
</shareMessage>
|
61
|
+
|
62
|
+
-->
|
63
|
+
<!-- lsPictureMail-UserInfo-5E1rJSPk5hYDkUnY7op0-comment
|
64
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
65
|
+
<UserInfo timestamp="2008-01-04T16:40:54.202+00:00" originating_from_address="joesixpack01@pm.sprint.com"><credential name="MDN">2068675309</credential></UserInfo>
|
66
|
+
-->
|
67
|
+
</head>
|
68
|
+
<body marginheight="0" marginwidth="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
|
69
|
+
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" >
|
70
|
+
<tr>
|
71
|
+
<td VALIGN="top" colspan="2" width="100%">
|
72
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFE100">
|
73
|
+
<tr>
|
74
|
+
<td><a href="http://www.sprintpcs.com"><img src="http://pictures.sprintpcs.com/retailers/PCSNEXTEL/images/logos/togetherWithNextel.gif" alt="" border="0" /></a></td>
|
75
|
+
</tr>
|
76
|
+
</table>
|
77
|
+
</td>
|
78
|
+
</tr>
|
79
|
+
<tr>
|
80
|
+
<td VALIGN="top" colspan="2">
|
81
|
+
<table border="0" cellpadding="0" cellspacing="0" width="590" bgcolor="#FFFFFF">
|
82
|
+
<tr>
|
83
|
+
<td><br/><p><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="10"/><font face="trebuchet ms, Helvetica, Arial, Verdana" size="2"><b>You have a Picture Mail from joesixpack01@pm.sprint.com</b></font><br/><br/></p></td>
|
84
|
+
</tr>
|
85
|
+
</table>
|
86
|
+
</td>
|
87
|
+
</tr>
|
88
|
+
<tr>
|
89
|
+
<td VALIGN="top" colspan="2">
|
90
|
+
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" width="590">
|
91
|
+
<tr>
|
92
|
+
<td width="10"> </td>
|
93
|
+
<td align="center" valign="top" width="280">
|
94
|
+
<table border="0" style="border:1px solid #9C9A9C;" cellpadding="0">
|
95
|
+
<tr>
|
96
|
+
<td>
|
97
|
+
<table border="0" bgcolor="#ffffff" cellpadding="0" cellspacing="7">
|
98
|
+
<tr>
|
99
|
+
<td align="center">
|
100
|
+
<img src="http://pictures.sprintpcs.com/mmps/RECIPIENT/001_104058d23d79fb6a_1/2?inviteToken=5E1rJSPk5hYDkUnY7op0&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
101
|
+
</td>
|
102
|
+
<td align="center">
|
103
|
+
<img src="http://pictures.sprintpcs.com/mmps/RECIPIENT/001_104058d23d79fb6a_1/3?inviteToken=5E1rJSPk5hYDkUnY7op0&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
104
|
+
</td>
|
105
|
+
</tr>
|
106
|
+
<tr>
|
107
|
+
<td align="center">
|
108
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif?&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
109
|
+
</td>
|
110
|
+
<td align="center">
|
111
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif?&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
<tr>
|
115
|
+
<td align="center">
|
116
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif?&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
117
|
+
</td>
|
118
|
+
<td align="center">
|
119
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif?&limitsize=125,125&outquality=90&squareoutput=255,255,255&ext=.jpg&iconifyVideo=true&wm=1"/>
|
120
|
+
</td>
|
121
|
+
</tr>
|
122
|
+
</table>
|
123
|
+
</td>
|
124
|
+
</tr>
|
125
|
+
</table>
|
126
|
+
</td>
|
127
|
+
<td width="20"> </td>
|
128
|
+
<td VALIGN="top" align="left" width="280">
|
129
|
+
<table border="0" cellpadding="0" cellspacing="0" width="280" style="table-layout:fixed">
|
130
|
+
<tr>
|
131
|
+
<td><p><font face="trebuchet ms, Helvetica, Arial, Verdana" size="2"><b>Message:</b></font></p></td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td><pre style="overflow:auto; font:normal 10pt trebuchet ms; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"></pre></td>
|
135
|
+
</tr>
|
136
|
+
<tr>
|
137
|
+
<td><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" height="15"/></td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
140
|
+
<td>
|
141
|
+
<div style="padding-left:10px; padding-top:4px; padding-bottom:4px; color:white; background-color:#59639C; font: bold 10pt trebuchet ms" width="280">
|
142
|
+
Options
|
143
|
+
</div>
|
144
|
+
<div style="padding:10px; background-color:#f1f1f1; font: normal 10pt trebuchet ms" width="280">
|
145
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=5E1rJSPk5hYDkUnY7op0&shareName=MMS&messageState=RETRIEVED">View Slideshow</a><br/>
|
146
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=5E1rJSPk5hYDkUnY7op0&shareName=PRINT">Order Prints and Gifts</a><br/>
|
147
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=5E1rJSPk5hYDkUnY7op0&shareName=REPLY">Reply to Sender</a><br/>
|
148
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=5E1rJSPk5hYDkUnY7op0&shareName=REPLYTOALL">Reply to All</a><br/>
|
149
|
+
<a target="_blank" style="color: #148AB2;" href="http://pictures.sprintpcs.com/share.do?invite=5E1rJSPk5hYDkUnY7op0&shareName=FORWARD">Forward</a><br/><br/>
|
150
|
+
Send and receive Pictures and Videos through Picture Mail<sup>SM</sup>. For more information go to <a target="_blank" style="color: #148AB2;" href="http://www.sprint.com/picturemail">www.sprint.com/picturemail.</a>
|
151
|
+
</div>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
</table>
|
155
|
+
</td>
|
156
|
+
</tr>
|
157
|
+
</table>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
<tr>
|
161
|
+
<td colspan="2">
|
162
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif" width="5" height="15"/>
|
163
|
+
</td>
|
164
|
+
</tr>
|
165
|
+
<tr>
|
166
|
+
<td align="left" colspan="2" width="590">
|
167
|
+
<table cellpadding="0" cellspacing="0" align="left" bgcolor="#FFFFFF">
|
168
|
+
<tr>
|
169
|
+
<td width="10"> </td>
|
170
|
+
<td width="580">
|
171
|
+
<table cellpadding="0" cellspacing="0" align="center" border="0" bgcolor="#FFFFFF">
|
172
|
+
<tr>
|
173
|
+
<!-- AdJuggler 5.0 request
|
174
|
+
Ad Spot: email_picture-mail-invitation_1_120x85
|
175
|
+
Channel: Undefined
|
176
|
+
Ad Dimension: 120x85
|
177
|
+
Category: Undefined
|
178
|
+
Sub-category: Undefined
|
179
|
+
-->
|
180
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/361/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/361/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
181
|
+
<td width="30"></td>
|
182
|
+
<!-- AdJuggler 5.0 request
|
183
|
+
Ad Spot: email_picture-mail-invitation_2_120x85
|
184
|
+
Channel: Undefined
|
185
|
+
Ad Dimension: 120x85
|
186
|
+
Category: Undefined
|
187
|
+
Sub-category: Undefined
|
188
|
+
-->
|
189
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/362/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/362/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
190
|
+
<td width="30"></td>
|
191
|
+
<!-- AdJuggler 5.0 request
|
192
|
+
Ad Spot: email_picture-mail-invitation_3_120x85
|
193
|
+
Channel: Undefined
|
194
|
+
Ad Dimension: 120x85
|
195
|
+
Category: Undefined
|
196
|
+
Sub-category: Undefined
|
197
|
+
-->
|
198
|
+
<td width="120"><a href="http://banners.pictures.sprintpcs.com/servlet/ajrotator/363/0/clickCGI?zone=1"><img src="http://banners.pictures.sprintpcs.com/servlet/ajrotator/363/0/viewCGI?zone=1&dim=135" border="0"/></a></td>
|
199
|
+
</tr>
|
200
|
+
</table>
|
201
|
+
</td>
|
202
|
+
</tr>
|
203
|
+
</table>
|
204
|
+
</td>
|
205
|
+
</tr>
|
206
|
+
<tr>
|
207
|
+
<td VALIGN="top" colspan="2" width="590">
|
208
|
+
<img src="http://pictures.sprintpcs.com/images/x.gif" height="5"/>
|
209
|
+
</td>
|
210
|
+
</tr>
|
211
|
+
<tr>
|
212
|
+
<td VALIGN="top" colspan="2" width="100%">
|
213
|
+
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
214
|
+
<tr>
|
215
|
+
<td bgcolor="#f1f1f1" align="left"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="385" height="15"/><span style="font-family:trebuchet ms, Helvetica, Arial, Verdana; Font-size: 11px; Color: #000000">© 2007 Sprint Nextel. All rights reserved.</span></td>
|
216
|
+
</tr>
|
217
|
+
<tr>
|
218
|
+
<td bgcolor="#f1f1f1" width="100%"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" width="20" height="5"/><a href="http://www.verisign.com"><img src="http://pictures.sprintpcs.com/retailers/PCSNEXTEL/images/logos/verisign.jpg" alt="VeriSign's Home Page" border="0" /></a></td>
|
219
|
+
</tr>
|
220
|
+
<tr>
|
221
|
+
<td bgcolor="#f1f1f1" width="100%"><img src="http://pictures.sprintpcs.com/images/x.gif" border="0" height="10"/></td>
|
222
|
+
</tr>
|
223
|
+
</table>
|
224
|
+
</td>
|
225
|
+
</tr>
|
226
|
+
</table>
|
227
|
+
</body>
|
228
|
+
</html><!-- multi_slide_mail_arrived -->
|
229
|
+
|
230
|
+
------=_Part_448760_32180682.1199464854207--
|
231
|
+
|