blackbook 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +18 -0
- data/Manifest.txt +55 -0
- data/README.txt +71 -0
- data/Rakefile +38 -0
- data/init.rb +1 -0
- data/lib/blackbook.rb +80 -0
- data/lib/blackbook/exporter/base.rb +16 -0
- data/lib/blackbook/exporter/vcf.rb +45 -0
- data/lib/blackbook/exporter/xml.rb +28 -0
- data/lib/blackbook/importer/aol.rb +74 -0
- data/lib/blackbook/importer/base.rb +39 -0
- data/lib/blackbook/importer/csv.rb +61 -0
- data/lib/blackbook/importer/gmail.rb +59 -0
- data/lib/blackbook/importer/hotmail.rb +125 -0
- data/lib/blackbook/importer/page_scraper.rb +86 -0
- data/lib/blackbook/importer/yahoo.rb +61 -0
- data/test/fixtures/aol_bad_login_response_stage_3.html +565 -0
- data/test/fixtures/aol_contacts.html +90 -0
- data/test/fixtures/aol_login_response_stage_1.html +158 -0
- data/test/fixtures/aol_login_response_stage_2.html +559 -0
- data/test/fixtures/aol_login_response_stage_3.html +61 -0
- data/test/fixtures/aol_login_response_stage_4.html +48 -0
- data/test/fixtures/aol_login_response_stage_5.html +404 -0
- data/test/fixtures/gmail.csv +3 -0
- data/test/fixtures/gmail_bad_login_response_stage_2.html +560 -0
- data/test/fixtures/gmail_contacts.html +228 -0
- data/test/fixtures/gmail_login_response_stage_1.html +556 -0
- data/test/fixtures/gmail_login_response_stage_2.html +1 -0
- data/test/fixtures/gmail_login_response_stage_3.html +249 -0
- data/test/fixtures/hotmail_bad_login_response_stage_2.html +31 -0
- data/test/fixtures/hotmail_contacts.html +132 -0
- data/test/fixtures/hotmail_login_response_stage_1.html +31 -0
- data/test/fixtures/hotmail_login_response_stage_2.html +1 -0
- data/test/fixtures/hotmail_login_response_stage_3.html +380 -0
- data/test/fixtures/yahoo_bad_login_response_stage_2.html +443 -0
- data/test/fixtures/yahoo_contacts.csv +3 -0
- data/test/fixtures/yahoo_contacts_not_logged_in.html +432 -0
- data/test/fixtures/yahoo_contacts_stage_1.html +399 -0
- data/test/fixtures/yahoo_login_response_stage_1.html +433 -0
- data/test/fixtures/yahoo_login_response_stage_2.html +16 -0
- data/test/scripts/live_test.rb +25 -0
- data/test/test_blackbook.rb +60 -0
- data/test/test_blackbook_exporter_base.rb +16 -0
- data/test/test_blackbook_exporter_vcf.rb +52 -0
- data/test/test_blackbook_exporter_xml.rb +16 -0
- data/test/test_blackbook_importer_aol.rb +107 -0
- data/test/test_blackbook_importer_base.rb +24 -0
- data/test/test_blackbook_importer_csv.rb +60 -0
- data/test/test_blackbook_importer_gmail.rb +96 -0
- data/test/test_blackbook_importer_hotmail.rb +143 -0
- data/test/test_blackbook_importer_page_scraper.rb +51 -0
- data/test/test_blackbook_importer_yahoo.rb +97 -0
- data/test/test_helper.rb +47 -0
- data/vendor/plugins/blackbook/lib/autotest/blackbook.rb +27 -0
- data/vendor/plugins/blackbook/lib/autotest/discover.rb +3 -0
- metadata +147 -0
@@ -0,0 +1 @@
|
|
1
|
+
<html><head><meta http-equiv="Refresh" content="0;URL=http://mail.google.com/mail/?ui=html&zy=l" /></head><body></body></html>
|
@@ -0,0 +1,249 @@
|
|
1
|
+
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
|
5
|
+
<title>Gmail - Inbox</title>
|
6
|
+
<link rel="shortcut icon"
|
7
|
+
href="/mail/images/favicon.ico"
|
8
|
+
type="image/x-icon">
|
9
|
+
<link rel="stylesheet" type="text/css"
|
10
|
+
href="/mail/h/?view=page&name=css&ver=z6rd10z301ub">
|
11
|
+
<style type="text/css">
|
12
|
+
@import url("/mail/h/?view=page&name=css2&ver=dyiet7jqhzt5");
|
13
|
+
</style>
|
14
|
+
<base href="http://mail.google.com/mail/h/5gj7zpkys2k/">
|
15
|
+
<script>
|
16
|
+
<!--
|
17
|
+
var tz_path = ';path=/';
|
18
|
+
if (top.location.href.toLowerCase().indexOf('google.com') > 0) {
|
19
|
+
tz_path += ';domain=.google.com';
|
20
|
+
}
|
21
|
+
document.cookie = "TZ=" + (new Date()).getTimezoneOffset() + tz_path;
|
22
|
+
//-->
|
23
|
+
</script>
|
24
|
+
</head>
|
25
|
+
<body bgcolor=#ffffff>
|
26
|
+
<table width=100% cellpadding=4 cellspacing=0 border=0 class=bn>
|
27
|
+
<tr>
|
28
|
+
<td id=bm bgcolor=#FAE5B0>
|
29
|
+
<b>For a better Gmail experience,
|
30
|
+
use a fully supported browser.
|
31
|
+
<a href="/support/bin/answer.py?ctx=%67mail&answer=15046" target=_blank
|
32
|
+
>Learn more</a></b>
|
33
|
+
</td>
|
34
|
+
</table>
|
35
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0>
|
36
|
+
<tr>
|
37
|
+
<td width=143 rowspan=3>
|
38
|
+
<h1>
|
39
|
+
<a href="?">
|
40
|
+
<img src="/mail/help/images/logo1.gif"
|
41
|
+
width=143 height=59 border=0
|
42
|
+
alt="Gmail by Google">
|
43
|
+
</a>
|
44
|
+
</h1>
|
45
|
+
</td>
|
46
|
+
<td width=1 rowspan=3> </td>
|
47
|
+
<td height=25 colspan=2 align=right valign=top>
|
48
|
+
<h2 class=hdn>Account Options</h2>
|
49
|
+
<b>user@gmail.com</b> |
|
50
|
+
<a href="?v=prg">Settings</a> |
|
51
|
+
<a href="/support/?ctx=mail&hl=en" target=_blank>Help</a> |
|
52
|
+
<a href="http://mail.google.com/mail/h/up09og69vqtd/?logout&hl=en">Sign out</a>
|
53
|
+
<tr>
|
54
|
+
<form action=? name=sf method=GET>
|
55
|
+
<input type=hidden name=s value=q>
|
56
|
+
<td>
|
57
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0>
|
58
|
+
<tr>
|
59
|
+
<td width=1% height=25 nowrap>
|
60
|
+
<input size=28 maxlength=2048
|
61
|
+
name=q value=""
|
62
|
+
> <input type=submit name=nvp_site_mail value="Search Mail"
|
63
|
+
> <input type=submit name=nvp_site_web value="Search the Web">
|
64
|
+
</td>
|
65
|
+
<td>
|
66
|
+
<font size=1>
|
67
|
+
<a href="?v=as&pv=tl"
|
68
|
+
>Show search options</a>
|
69
|
+
</font>
|
70
|
+
</form>
|
71
|
+
</table>
|
72
|
+
<tr>
|
73
|
+
<td height=25 colspan=2>
|
74
|
+
</table>
|
75
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0>
|
76
|
+
<tr>
|
77
|
+
<td width=120 valign=top>
|
78
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 class=m>
|
79
|
+
<tr>
|
80
|
+
<td>
|
81
|
+
<b><a href="?v=b&pv=tl&cs=b" accesskey=c
|
82
|
+
>Compose Mail</a></b>
|
83
|
+
<tr>
|
84
|
+
<td height=5>
|
85
|
+
<h2 class=hdn>Folders</h2>
|
86
|
+
<tr>
|
87
|
+
<td bgcolor="#C3D9FF">
|
88
|
+
<b><a href="?"
|
89
|
+
accesskey=i
|
90
|
+
>Inbox</a></b>
|
91
|
+
<tr>
|
92
|
+
<td>
|
93
|
+
<a href="?s=r"
|
94
|
+
>Starred <img src="/mail/images/star_on_sm_2.gif" width="13" height="13" border="0" alt="star" /></a>
|
95
|
+
<tr>
|
96
|
+
<td>
|
97
|
+
<a href="?s=s"
|
98
|
+
>Sent Mail</a>
|
99
|
+
<tr>
|
100
|
+
<td>
|
101
|
+
<h3><b><a href="?s=d"
|
102
|
+
>Drafts (16)</a></b></h3>
|
103
|
+
<tr>
|
104
|
+
<td>
|
105
|
+
<a href="?s=a"
|
106
|
+
>All Mail</a>
|
107
|
+
<tr>
|
108
|
+
<td>
|
109
|
+
<h3><b><a href="?s=m"
|
110
|
+
>Spam (5)</a></b></h3>
|
111
|
+
<tr>
|
112
|
+
<td>
|
113
|
+
<a href="?s=t"
|
114
|
+
>Trash</a>
|
115
|
+
<tr>
|
116
|
+
<td height=8>
|
117
|
+
<tr>
|
118
|
+
<td>
|
119
|
+
<h3><b><a href="?v=cl">Contacts</a></b></h3>
|
120
|
+
<tr>
|
121
|
+
<td height=8>
|
122
|
+
</table>
|
123
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 class=l>
|
124
|
+
<tr>
|
125
|
+
<td class=lb>
|
126
|
+
<h2><font color=#000000>Labels</font><br></h2>
|
127
|
+
<a href="?s=l&l=mytag"><font color=#006633
|
128
|
+
>mytag</font></a>
|
129
|
+
<br>
|
130
|
+
</td>
|
131
|
+
</table>
|
132
|
+
</td>
|
133
|
+
<td valign=top>
|
134
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0>
|
135
|
+
<tr>
|
136
|
+
<td width=5 bgcolor="#C3D9FF"> </td>
|
137
|
+
<td>
|
138
|
+
<form action="?at=tfpl7aai5ca0jiqu3571iwz0ixsb6w" name=f method=POST>
|
139
|
+
<input type=hidden name=redir
|
140
|
+
value="?">
|
141
|
+
<h2 class=hdn>Inbox</h2>
|
142
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0
|
143
|
+
bgcolor="#C3D9FF">
|
144
|
+
<tr>
|
145
|
+
<td>
|
146
|
+
<input type=submit name=nvp_a_arch value="Archive"> <input type=submit name=nvp_a_sp value="Report Spam"> <input type=submit name=nvp_a_tr value="Delete">
|
147
|
+
<select name=tact>
|
148
|
+
<option value="">More Actions...</option>
|
149
|
+
<option value=rd>Mark as read</option>
|
150
|
+
<option value=ur>Mark as unread</option>
|
151
|
+
<option value=st>Add star</option>
|
152
|
+
<option value=xst>Remove star</option>
|
153
|
+
<option value="" disabled>--------</option>
|
154
|
+
<option value="" disabled>Apply label:</option>
|
155
|
+
<option value="ac_mytag"
|
156
|
+
>mytag
|
157
|
+
</option>
|
158
|
+
<option value="" disabled>--------</option>
|
159
|
+
<option value="" disabled>Remove label:</option>
|
160
|
+
<option value="rc_mytag"
|
161
|
+
>mytag
|
162
|
+
</option>
|
163
|
+
</select> <input type=submit name=nvp_tbu_go value="Go">
|
164
|
+
<a href="?">Refresh</a>
|
165
|
+
</td>
|
166
|
+
<td align=right>
|
167
|
+
<b>1</b> - <b>1</b> of <b>1</b>
|
168
|
+
</table>
|
169
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 bgcolor=#e8eef7 class=th>
|
170
|
+
<tr bgcolor="#E8EEF7">
|
171
|
+
<td width=1% nowrap>
|
172
|
+
<input type=checkbox name=t
|
173
|
+
value="117b2929c5b634ea">
|
174
|
+
<img src="/mail/images/cleardot.gif"
|
175
|
+
width=15 height=15 border=0 alt="">
|
176
|
+
</td>
|
177
|
+
<td width=30%>
|
178
|
+
me, Friend (2)</td>
|
179
|
+
<td width=68%>
|
180
|
+
<img src="/mail/images/paperclip.gif"
|
181
|
+
width=15 height=15 border=0 alt=Attachment class=p>
|
182
|
+
<a href="?v=c&th=117b2929c5b634ea">
|
183
|
+
<font size=1><font color=#006633>
|
184
|
+
</font></font>
|
185
|
+
cnet contracting
|
186
|
+
</a></td>
|
187
|
+
<td width=1% nowrap>
|
188
|
+
Jan 25
|
189
|
+
<tr bgcolor="#E8EEF7">
|
190
|
+
<td>
|
191
|
+
<input type=checkbox name=t
|
192
|
+
value="117b22b2a06d8052">
|
193
|
+
</td>
|
194
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0
|
195
|
+
bgcolor="#C3D9FF">
|
196
|
+
<tr>
|
197
|
+
<td>
|
198
|
+
<input type=submit name=nvp_a_arch value="Archive"> <input type=submit name=nvp_a_sp value="Report Spam"> <input type=submit name=nvp_a_tr value="Delete">
|
199
|
+
<select name=bact>
|
200
|
+
<option value="">More Actions...</option>
|
201
|
+
<option value=rd>Mark as read</option>
|
202
|
+
<option value=ur>Mark as unread</option>
|
203
|
+
<option value=st>Add star</option>
|
204
|
+
<option value=xst>Remove star</option>
|
205
|
+
<option value="" disabled>--------</option>
|
206
|
+
<option value="" disabled>Apply label:</option>
|
207
|
+
<option value="ac_mytag"
|
208
|
+
>mytag
|
209
|
+
</option>
|
210
|
+
<option value="" disabled>--------</option>
|
211
|
+
<option value="" disabled>Remove label:</option>
|
212
|
+
<option value="rc_mytag"
|
213
|
+
>mytag
|
214
|
+
</option>
|
215
|
+
<td align=right>
|
216
|
+
<b>1</b> - <b>1</b> of <b>1</b>
|
217
|
+
</table>
|
218
|
+
</tr>
|
219
|
+
</form>
|
220
|
+
</table>
|
221
|
+
<table cellpadding=2 cellspacing=0 border=0 align=center class=ft>
|
222
|
+
<tr>
|
223
|
+
<td align=center>
|
224
|
+
When replying or forwarding, editing the subject will start a new conversation.
|
225
|
+
<tr>
|
226
|
+
<td align=center>
|
227
|
+
<span style="color: #006633;
|
228
|
+
font-weight: bold;">
|
229
|
+
You are currently using
|
230
|
+
400 MB
|
231
|
+
(6%) of your
|
232
|
+
6358 MB
|
233
|
+
</span>
|
234
|
+
<tr>
|
235
|
+
<td align=center>
|
236
|
+
<font size=1>
|
237
|
+
©2007 Google -
|
238
|
+
<a href="/mail/help/terms.html"
|
239
|
+
target=_blank>
|
240
|
+
Terms
|
241
|
+
</a> -
|
242
|
+
<a href="http://gmailblog.blogspot.com/?utm_source=uifooter&utm_medium=et&utm_campaign=en"
|
243
|
+
target=_blank>Gmail Blog</a> -
|
244
|
+
<a href="http://www.google.com" target=_blank>Google Home</a>
|
245
|
+
</font>
|
246
|
+
</table>
|
247
|
+
</table>
|
248
|
+
</body>
|
249
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!-- ServerInfo: BAYPPLOG3A03 2007.12.07.04.57.14 Live1 Unknown LocVer:0 -->
|
2
|
+
<!-- PreprocessInfo: btsa007:TK1BLD18, -- Version: 5,500,9402,0 -->
|
3
|
+
<html dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><base href="https://login.live.com/pp550/"/><noscript> <meta http-equiv="Refresh" content="0; URL=https://login.live.com/jsDisabled.srf?lc=1033"/></noscript><title>Lockout</title><meta name="PageID" content="i5026"/><meta name="SiteID" content="2"/><meta name="ReqLC" content="1033"/><meta name="LocLC" content="1033"/><script type="text/javascript"> window.name="msnMain";function Nav(s){ var u; switch(s) { case "reg": u="https://accountservices.passport.net/reg.srf?id=2&bk=1201395346&cru=https://login.live.com/ppsecure/post.srf%3fid%3d2&lc=1033&sl=1"; break; case "support": u="https://accountservices.passport.net/CustomerSupport.srf?id=2&bk=1201395054&vv=550&lc=1033&sl=1"; break; } document.location=u;} var g_bFS=false; function OnBack(){} </script><link rel="stylesheet" type="text/css" href="CSS/WEBblue1033.css?x=5.5.9388.0"/><style type="text/css" media="screen">.css0086
|
4
|
+
{border:1px solid #336699;}
|
5
|
+
.css0086
|
6
|
+
{border-width:1px;}
|
7
|
+
.css0145
|
8
|
+
{border:1px solid #DEEBF5;}
|
9
|
+
.css0144,.css0147
|
10
|
+
{background-color:#336699;}
|
11
|
+
.css0145
|
12
|
+
{background-color:#DEEBF5;}
|
13
|
+
.css0146
|
14
|
+
{background-color:#DEEBF5;}
|
15
|
+
.css0059,.css0150,.css0070,.css0148
|
16
|
+
{color:#336699;}
|
17
|
+
a
|
18
|
+
{color:#336699;}
|
19
|
+
.css0064 a,.css0027 a,.css0063
|
20
|
+
{color:#336699;}
|
21
|
+
a:hover,.css0144 a:hover,.css0023 a:hover,.css0028 a:hover,.css0172
|
22
|
+
{color:#336699;}
|
23
|
+
.css0064 a:hover,.css0027 a:hover
|
24
|
+
{color:#336699;}
|
25
|
+
.css0002
|
26
|
+
{color:#FFF;}
|
27
|
+
.css0025,.css0025 a,.css0175,.css0175 a,.css0029,.css0029 a,.css0875
|
28
|
+
{color:#FFF;}
|
29
|
+
.css0025 a:hover,.css0029 a:hover,.css0175 a:hover
|
30
|
+
{color:#FFF;}
|
31
|
+
body,.css9999,.css9996 { margin:0; padding:0; width:100%; height:100%; } .css9997 { width:100%; vertical-align:top; background:#DEEBF5; padding:1px; margin:0; } .css9996 { background:#336699; } .css9993 { width:431px; height:425px; background:#DEEBF5; } </style><script type="text/javascript" src="JS/PPPrimary.js?x=5.5.9388.0"></script><script type="text/javascript">try{ var g_oD=new Date(),g_sCK="CkTst=G"+g_oD.getTime();document.cookie=g_sCK;if(document.cookie.indexOf(g_sCK)==-1){ document.location="https://login.live.com/cookiesDisabled.srf?lc=1033"}}catch(e){}function POL(){ IsParent();SetFocus(document.f1,'');}function POUL(){ }</script></head><body onload="javascript:POL();" onunload="javascript:POUL();" onclick="javascript:SetF();" onscroll="javascript:SetF();"><table cellpadding="0" cellspacing="0" border="0" class="css9999"> <tr> <td colspan="2"> <iframe src="https://secure.footprint.net/xscmsn/c/hotmail/S/1033/header.html?cbpage=lockout&lc=1033&x=5.5.9388.0" width="100%" height="112" frameborder="0" scrolling="no" align="top" marginwidth="0" marginheight="0" name="i6000"></iframe> </td> </tr> <tr> <td valign="top" class="css9993"> <iframe src="https://secure.footprint.net/xscmsn/c/hotmail/S/1033/signup.html?cbpage=lockout&lc=1033&x=5.5.9388.0" width="431" height="425" frameborder="0" scrolling="no" align="top" marginwidth="0" marginheight="0" name="i6001"></iframe> </td> <td class="css9997"><form name="f1" style="margin:0px;" method="get" target="_self" onsubmit="javascript:top.location.replace('http://login.live.com/login.srf?id=2&bk=1201395346&hipuser=B64FsT94M8WQQ0jLPkQgClXwlODqDqi%2BN9/zmBqdKEImwl3T9XXHwNx7wyJjl9cJFHt7Nfk%3D');return false;"><input type="hidden" id="i0326" name="PPSX" value="Pa"/><table cellpadding="0" cellspacing="0" class="css0086"><tr><td class="css0144"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td class="css0002"> Sign in to Hotmail </td> <td valign="middle" align="right" class="css0029"> <nobr> <a href="javascript:DoHelp('NoPHKeyWord','','1033','DH_MSN,1033','','550');" id="i1055"> Help </a> </nobr> </td> </tr> </table></td></tr><tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113"><tr> <td class="css0119" colspan="2" > <table cellpadding="0" cellspacing="0" id="i0518" class="css0113"> <tr> <td class="css0122"> <img src="images/icon_err.gif?x=5.5.9388.0" alt="Error symbol" id="i2017"/> </td> <td class="css0149"> <span class="css0023"> Sign in failed. </span> </td> </tr> </table> </td></tr></table> <p class="css0006" >You've tried to sign in too many times with an incorrect e-mail address or password, or someone else is trying to sign in to the account <b>foo@hotmail.com</b>.</p> <ul valign="top" style="padding-left:10px;" > <li> <a class="css0062" href="https://login.live.com/logout.srf?id=2&wlsu=1&ru=http://www.hotmail.msn.com/cgi-bin/sbox%3flc%3d1033%26id%3d2&bk=1201395346&lm=I" target="_top" id="i1051" >Sign in using another e-mail address </a> </li> </ul> <ul valign="top" style="padding-left:10px;" > <li> <a class="css0062" href="https://login.live.com/resetpw.srf?id=2&id=2&vv=550&lc=1033&bk=1201395346" target="_top" id="i1039" >Reset your password </a> </li> </ul> <div class="css0170" align="right"> <nobr> <input type="submit" name="SignInAgain" id="i0037" value="Sign In Again" class="css0088" /> <input type="button" name="Cancel" id="i0003" value=" Cancel " class="css0088" onclick="javascript:top.location.replace('http://www.hotmail.msn.com/cgi-bin/sbox?lc=1033&id=2');"/></nobr></div></td></tr></td></tr> <tr> <td class="css0147"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td rowspan="3" valign="top"> <a href="https://accountservices.passport.net/ppnetworkhome.srf?id=2&bk=1201395054&vv=550&lc=1033" target="_blank" id="i1071"> <img src="images/LiveID16.gif?x=5.5.9388.0" alt="Windows Live ID" border="0" id="i2033" class="css0189"/> </a> </td> <td class="css0175"> <a href="https://accountservices.passport.net/ppnetworkhome.srf?id=2&bk=1201395054&vv=550&lc=1033" target="_blank" id="i1071"> Windows Live ID </a> </td> </tr> <tr> <td class="css0875"> Works with Windows Live, MSN, and Microsoft Passport sites </td> </tr> <tr> <td class="css0025"> <nobr> <a href="https://accountservices.passport.net/?bk=1201395054&vv=550&lc=1033&id=10" target="_top" id="i1081"> Account Services </a> | </nobr> <nobr> <a href="http://login.live.com/gls.srf?urlID=MSNPrivacyStatement&lc=1033&vv=550" target="_top" id="i1518"> Privacy Statement </a> | </nobr> <nobr> <a href="https://accountservices.passport.net/PPTOU.srf?ru=https://login.live.com/ppsecure/post.srf%3Fid%3D2%26bk%3D1201395054%26vv%3D550%26lc%3D1033&id=2&bk=1201395054&vv=550&lc=1033" target="_top" id="i1009"> Terms of Use </a> </nobr> </td> </tr> <tr> <td colspan="2" class="css0025" style="padding:3px 0 0 0"> ©2008 Microsoft </td> </tr> </table> </td> </tr></table><input type="hidden" name="PPFT" id="i0327" value="B7P8dF!gAaVrsU*!KNLG5uSxNUtI5!57WBiBZ8ZAUlLMVgRoorUcXE9qGeGyrjXX*ph2HeujpcWTHEq2Odhv8gV5MznC"/></form> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="font-size:0;"><tr><td> </td></tr></table> </td> </tr> <tr> <td valign="top" colspan="2" class="css9996"> <iframe src="https://secure.footprint.net/xscmsn/c/hotmail/S/1033/footer.html?cbpage=lockout&lc=1033&x=5.5.9388.0" width="100%" height="110" frameborder="0" scrolling="auto" align="bottom" marginwidth="0" marginheight="0" name="i6003"></iframe> </td> </tr></table></body></html>
|
@@ -0,0 +1,132 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
+
<html dir="ltr">
|
5
|
+
<head>
|
6
|
+
<title>Windows Live Hotmail Print Contacts</title>
|
7
|
+
<link rel="stylesheet" href="/mail/ThemeCommon_12.1.0069.1213.aspx?Theme=4&culture=en-US" type="text/css" id="ssThemeService"/>
|
8
|
+
<link rel="stylesheet" href="http://gfx8.hotmail.com/mail/12.1.0069.1213/LayoutCommon.css" type="text/css"/>
|
9
|
+
<link rel="stylesheet" href="/mail/LayoutCommon_12.1.0069.1213.aspx?Theme=4&culture=en-US" type="text/css"/>
|
10
|
+
<link rel="stylesheet" href="http://gfx8.hotmail.com/mail/12.1.0069.1213/LayoutContactCommon.css" type="text/css"/>
|
11
|
+
<link rel="stylesheet" href="/mail/LayoutContactCommon_12.1.0069.1213.aspx?Theme=4&culture=en-US" type="text/css"/>
|
12
|
+
|
13
|
+
<style type="text/css">
|
14
|
+
.FloatLeft, .HeaderLabel, .HeaderData {float:left;}
|
15
|
+
.FloatRight {float:right;}
|
16
|
+
.HeaderLabel {margin-right:0.45em;}
|
17
|
+
.ContainerPadding {margin:0;padding:0.32em 0.64em 0.64em 0.64em;}
|
18
|
+
</style>
|
19
|
+
<script type="text/javascript">
|
20
|
+
function PrintDocument()
|
21
|
+
{
|
22
|
+
document.getElementById("PrintShellToolbar").style.display = "none";
|
23
|
+
window.setTimeout("window.print();",1)
|
24
|
+
window.setTimeout("document.getElementById('PrintShellToolbar').style.display = 'block';",1)
|
25
|
+
}
|
26
|
+
</script>
|
27
|
+
</head>
|
28
|
+
<body onload="javascript:PrintDocument();">
|
29
|
+
<div id="HeaderContainer">
|
30
|
+
<table cellspacing="0" id="uxp_hdr"><tr><td class="uxp_hdrInner"><table class="uxp_hdrInnerTable" cellspacing="0"><tr><td><span id="uxp_hdr_jewelSpan"></span><a id="uxp_hdr_jewelLink" href="#"><img src="http://gfx1.hotmail.com/mail/uxp/w2/pr03/HIG/img/h/jewel_24_hover.png" alt="More services" title="" width="39" height="37" style="visibility:hidden"/><span class="uxp_hdr_windowsLiveText">Windows Live<span class="uxp_hdr_tm">™</span></span></a><br /></td></tr></table></td></tr></table>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
|
34
|
+
<div class="cPrintDiv">
|
35
|
+
|
36
|
+
<style type="text/css">
|
37
|
+
.ContactsPrintPane .ContactHeader {padding:0em 0em 1.33em .41em;padding-right:0em;padding-left:.41em;position:relative;}
|
38
|
+
.ContactHeader .cDisplayName {padding-top:.45em;}
|
39
|
+
.ContactsPrintPane DIV.Label {width:12.91em;padding:.36em 1.64em .36em 0;padding-right:1.64em;padding-left:0;text-align:right;}
|
40
|
+
.ContactsPrintPane DIV.Value {margin-left:13.91em;padding:.36em 0;}
|
41
|
+
.cPrintContact {padding:1em 0em 1em .41em;padding-right:0em;padding-left:.41em;}
|
42
|
+
.cLinks {padding-left:.91em;)
|
43
|
+
</style>
|
44
|
+
|
45
|
+
<div id="PrintShellToolbar">
|
46
|
+
<div class="ContainerPadding">
|
47
|
+
<span class="FloatRight">
|
48
|
+
<a href="javascript:window.close();" >
|
49
|
+
<img alt="" src="http://gfx1.hotmail.com/mail/w2/ltr/glyph_close_rest.gif" /> Close window
|
50
|
+
</a>
|
51
|
+
</span>
|
52
|
+
<span>
|
53
|
+
<a href="javascript:PrintDocument();" >
|
54
|
+
<img alt="" src="http://gfx2.hotmail.com/mail/w2/ltr/i_print.gif" /> Print
|
55
|
+
</a>
|
56
|
+
</span>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
<div class="ContactsPrintPane cPrintContact BorderTop">
|
61
|
+
|
62
|
+
<div class="ContactHeader">
|
63
|
+
|
64
|
+
<div class="cContactHeaderInfo">
|
65
|
+
<div class="cDisplayName" >
|
66
|
+
Jane User
|
67
|
+
</div>
|
68
|
+
|
69
|
+
</div>
|
70
|
+
</div>
|
71
|
+
<table>
|
72
|
+
|
73
|
+
<tr>
|
74
|
+
<td class="TextAlignRight Label" >Personal e-mail</td>
|
75
|
+
<td class="Value" >jane.user@example.com<span> (preferred e-mail address)</span></td>
|
76
|
+
</tr>
|
77
|
+
|
78
|
+
<tr>
|
79
|
+
<td class="TextAlignRight Label" >Home phone</td>
|
80
|
+
<td class="Value" >2068675309</td>
|
81
|
+
</tr>
|
82
|
+
|
83
|
+
<tr>
|
84
|
+
<td class="TextAlignRight Label" >Mobile phone</td>
|
85
|
+
<td class="Value" >2068675308</td>
|
86
|
+
</tr>
|
87
|
+
|
88
|
+
<tr>
|
89
|
+
<td class="TextAlignRight Label" >Company</td>
|
90
|
+
<td class="Value" >Example, Inc.</td>
|
91
|
+
</tr>
|
92
|
+
|
93
|
+
<tr>
|
94
|
+
<td class="TextAlignRight Label" >Work e-mail</td>
|
95
|
+
<td class="Value" >jane.work@example.com</td>
|
96
|
+
</tr>
|
97
|
+
|
98
|
+
<tr>
|
99
|
+
<td class="TextAlignRight Label" >Work phone</td>
|
100
|
+
<td class="Value" >2068675307</td>
|
101
|
+
</tr>
|
102
|
+
|
103
|
+
</table>
|
104
|
+
</div>
|
105
|
+
|
106
|
+
<div class="ContactsPrintPane cPrintContact BorderTop">
|
107
|
+
|
108
|
+
<div class="ContactHeader">
|
109
|
+
|
110
|
+
<div class="cContactHeaderInfo">
|
111
|
+
<div class="cDisplayName" >
|
112
|
+
Joe User
|
113
|
+
</div>
|
114
|
+
|
115
|
+
</div>
|
116
|
+
</div>
|
117
|
+
<table>
|
118
|
+
|
119
|
+
<tr>
|
120
|
+
<td class="TextAlignRight Label" >Personal e-mail</td>
|
121
|
+
<td class="Value" >joe.user@example.com</td>
|
122
|
+
</tr>
|
123
|
+
|
124
|
+
</table>
|
125
|
+
</div>
|
126
|
+
|
127
|
+
<img id="cleargif" alt="" src="http://h.live.com/c.gif?RF=&PI=44364&DI=5707&PS=93140" width="1" height="1" />
|
128
|
+
|
129
|
+
</div>
|
130
|
+
|
131
|
+
</body>
|
132
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!-- ServerInfo: BAYPPLOGN3B06 2007.12.07.04.57.14 Live1 Unknown LocVer:0 -->
|
2
|
+
<!-- PreprocessInfo: btsa007:TK1BLD18, -- Version: 5,500,9402,0 -->
|
3
|
+
<html dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><base href="http://login.live.com/pp550/"/><noscript> <meta http-equiv="Refresh" content="0; URL=http://login.live.com/jsDisabled.srf?lc=1033"/></noscript><title>Sign In</title><meta name="PageID" content="i5030"/><meta name="SiteID" content="2"/><meta name="ReqLC" content="1033"/><meta name="LocLC" content="1033"/><script type="text/javascript"> window.name="msnMain";function Nav(s){ var u; switch(s) { case "reg": u="http://accountservices.passport.net/reg.srf?id=2&bk=1201395054&cru=http://login.live.com/login.srf%3fid%3d2&lc=1033&sl=1"; break; case "support": u="http://accountservices.passport.net/CustomerSupport.srf?id=2&vv=550&lc=1033&sl=1"; break; } document.location=u;} var g_bFS=false; var g_urlLoginSSL="https://login.live.com/login.srf?id=2&bk=3054994"; function OnBack(){} </script><link rel="stylesheet" type="text/css" href="CSS/WEBblue1033.css?x=5.5.9388.0"/><style type="text/css" media="screen">.css0086
|
4
|
+
{border:1px solid #336699;}
|
5
|
+
.css0086
|
6
|
+
{border-width:1px;}
|
7
|
+
.css0145
|
8
|
+
{border:1px solid #DEEBF5;}
|
9
|
+
.css0144,.css0147
|
10
|
+
{background-color:#336699;}
|
11
|
+
.css0145
|
12
|
+
{background-color:#DEEBF5;}
|
13
|
+
.css0146
|
14
|
+
{background-color:#DEEBF5;}
|
15
|
+
.css0059,.css0150,.css0070,.css0148
|
16
|
+
{color:#336699;}
|
17
|
+
a
|
18
|
+
{color:#336699;}
|
19
|
+
.css0064 a,.css0027 a,.css0063
|
20
|
+
{color:#336699;}
|
21
|
+
a:hover,.css0144 a:hover,.css0023 a:hover,.css0028 a:hover,.css0172
|
22
|
+
{color:#336699;}
|
23
|
+
.css0064 a:hover,.css0027 a:hover
|
24
|
+
{color:#336699;}
|
25
|
+
.css0002
|
26
|
+
{color:#FFF;}
|
27
|
+
.css0025,.css0025 a,.css0175,.css0175 a,.css0029,.css0029 a,.css0875
|
28
|
+
{color:#FFF;}
|
29
|
+
.css0025 a:hover,.css0029 a:hover,.css0175 a:hover
|
30
|
+
{color:#FFF;}
|
31
|
+
body,.css9999,.css9996 { margin:0; padding:0; width:100%; height:100%; } .css9997 { width:100%; vertical-align:top; background:#DEEBF5; padding:1px; margin:0; } .css9996 { background:#336699; } .css9993 { width:431px; height:425px; background:#DEEBF5; } </style><script type="text/javascript" src="JS/PPPrimary.js?x=5.5.9388.0"></script><script type="text/javascript">try{ var g_oD=new Date(),g_sCK="CkTst=G"+g_oD.getTime();document.cookie=g_sCK;if(document.cookie.indexOf(g_sCK)==-1){ document.location="http://login.live.com/cookiesDisabled.srf?lc=1033"}}catch(e){}function POL(){ IsParent();CheckEnhancedSecOption();SetFocus(document.f1,"");DownloadTPImg();}function POUL(){ }</script><script type="text/javascript">var g_QS="id=2&bk=1201395054";var g_DO=new Object;g_DO["compaq.net"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["hotmail.co.jp"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.co.uk"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.com"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.de"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.fr"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.it"]="https://login.live.com/ppsecure/post.srf";g_DO["messengeruser.com"]="https://login.live.com/ppsecure/post.srf";g_DO["msn.com"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["passport.com"]="https://login.live.com/ppsecure/post.srf";g_DO["webtv.net"]="https://login.live.com/ppsecure/post.srf";</script></head><body onload="javascript:POL();" onunload="javascript:POUL();" onclick="javascript:SetF();" onscroll="javascript:SetF();"><table cellpadding="0" cellspacing="0" border="0" class="css9999"> <tr> <td colspan="2"> <iframe src="http://hm.msn.com/c/hotmail/N/1033/header.html?cbpage=login&lc=1033&x=5.5.9388.0" width="100%" height="112" frameborder="0" scrolling="no" align="top" marginwidth="0" marginheight="0" name="i6000"></iframe> </td> </tr> <tr> <td valign="top" class="css9993"> <iframe src="http://hm.msn.com/c/hotmail/N/1033/signup.html?cbpage=login&lc=1033&x=5.5.9388.0" width="431" height="425" frameborder="0" scrolling="no" align="top" marginwidth="0" marginheight="0" name="i6001"></iframe> </td> <td class="css9997"><form name="f1" style="margin:0px;" method="POST" target="_top" action="https://login.live.com/ppsecure/post.srf?id=2&bk=1201395054" onsubmit="return OnSigninSubmit(this);"><input type="hidden" id="i0326" name="PPSX" value="PassportRN"/><input type="hidden" name="PwdPad" id="i0340" value=""/><table cellpadding="0" cellspacing="0" class="css0086"><tr><td class="css0144"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td class="css0002"> Sign in to Hotmail </td> <td valign="middle" align="right" class="css0029"> <nobr> <a href="javascript:DoHelp('NoPHKeyWord','','1033','DH_MSN,1033','','550');" id="i1055"> Help </a> </nobr> </td> </tr> </table></td></tr><tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113"><tr> <td class="css0119" colspan="2" > <table cellpadding="0" cellspacing="0" id="i0519" style="display:none;" class="css0113"> <tr> <td class="css0122"> <img src="images/icon_err.gif?x=5.5.9388.0" alt="Error symbol" id="i2017"/> </td> <td class="css0149"> <span class="css0023"> Please type your e-mail address in the following format: yourname@example.com. <a href="javascript:DoHelp('PPSlhlpd','','1033','DH_MSN,1033','','550');" id="i1056">Need help signing in?</a> </span> </td> </tr> </table> </td></tr><tr> <td valign="top" class="css0059" align="right"> <label for="i0116"> E-mail address: </label> </td> <td valign="top" class="css0093"> <input name="login" type="text" id="i0116" maxlength="113" autocomplete="off" value="" style="ime-mode:disabled" class="css0034" /> </td></tr> <tr style="display:none;" id="i0512"> <td class="css0096" style="font-size:1px;"> </td> <td class="css0097"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td class="css0122"> <img src="images/icon_err.gif?x=5.5.9388.0" alt="Error symbol" id="i2017"/> </td> <td class="css0149"> <span class="css0023"> This information is required. </span> </td> </tr> </table> </td></tr><tr> <td valign="top" class="css0059" align="right"> <label for="i0118"> Password: </label> </td> <td valign="top" class="css0093"> <input name="passwd" type="password" id="i0118" maxlength="16" autocomplete="off" value="" style="ime-mode:disabled" class="css0034" /><div class="css0064"> <a href="https://login.live.com/resetpw.srf?id=2&bk=1201395054&lc=1033" id="i1011" > Forgot your password? </a></div> </td></tr></table> <div class="css0170" align="right"> <nobr> <input name="SI" id="i0011" type="submit" value=" Sign in " class="css0088" /></nobr></div></td></tr><tr><td class="css0146"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td valign="top" > <input type="radio" name="LoginOptions" id="i0136" value="1" /> </td> <td valign="top" class="css0041"> <label for="i0136"> Save my e-mail address and password </label> </td> </tr> <tr> <td valign="top" > <input type="radio" name="LoginOptions" id="i0137" value="2" checked /> </td> <td valign="top" class="css0041"> <label for="i0137"> Save my e-mail address </label> </td> </tr> <tr> <td valign="top" > <input type="radio" name="LoginOptions" id="i0138" value="3" /> </td> <td valign="top" class="css0041"> <label for="i0138"> Always ask for my e-mail address and password </label> </td> </tr> </table> <div style="padding:3px 0 0 0;font-size:1px;"> </div> <p class="css0006" style="padding-left:5px;"><a href="https://login.live.com/login.srf?id=2&bk=3054994" id='i1663' onclick="javascript:SetWLLoginOption('ssl',1)">Sign in using enhanced security</a></p></td></tr> <tr> <td class="css0147"> <table cellpadding="0" cellspacing="0" class="css0113"> <tr> <td rowspan="3" valign="top"> <a href="https://accountservices.passport.net/ppnetworkhome.srf?id=2&vv=550&lc=1033" target="_blank" id="i1071"> <img src="images/LiveID16.gif?x=5.5.9388.0" alt="Windows Live ID" border="0" id="i2033" class="css0189"/> </a> </td> <td class="css0175"> <a href="https://accountservices.passport.net/ppnetworkhome.srf?id=2&vv=550&lc=1033" target="_blank" id="i1071"> Windows Live ID </a> </td> </tr> <tr> <td class="css0875"> Works with Windows Live, MSN, and Microsoft Passport sites </td> </tr> <tr> <td class="css0025"> <nobr> <a href="https://accountservices.passport.net/?vv=550&lc=1033&id=10" target="_top" id="i1081"> Account Services </a> | </nobr> <nobr> <a href="http://login.live.com/gls.srf?urlID=MSNPrivacyStatement&lc=1033&vv=550" target="_top" id="i1518"> Privacy Statement </a> | </nobr> <nobr> <a href="https://accountservices.passport.net/PPTOU.srf?ru=http://login.live.com/login.srf%3Fid%3D2%26vv%3D550%26lc%3D1033&id=2&vv=550&lc=1033" target="_top" id="i1009"> Terms of Use </a> </nobr> </td> </tr> <tr> <td colspan="2" class="css0025" style="padding:3px 0 0 0"> ©2008 Microsoft </td> </tr> </table> </td> </tr></table><input type="hidden" name="PPFT" id="i0327" value="B5A86uiD5eAhEKkwbg0N2o2!q8dIYBfw3ZeCwJNCxf*w00UKz2SYpUhU5OfyWrAu5!9G6q3d33BPZBN6gRIMqVk0OgPLQcnf56b0I8qM23BOYkbG96OtEfuokZbwcUoGUirTGFqhrCeY0ENF9jG*Ca1K*55qhFutHFlGZTg$"/></form> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="font-size:0;"><tr><td> </td></tr></table> </td> </tr> <tr> <td valign="top" colspan="2" class="css9996"> <iframe src="http://hm.msn.com/c/hotmail/N/1033/footer.html?cbpage=login&lc=1033&x=5.5.9388.0" width="100%" height="110" frameborder="0" scrolling="auto" align="bottom" marginwidth="0" marginheight="0" name="i6003"></iframe> </td> </tr></table></body></html>
|
@@ -0,0 +1 @@
|
|
1
|
+
<html><head><script type="text/javascript">function rd(){window.location.replace("http://www.hotmail.msn.com/cgi-bin/sbox?t=9m9!oYK!qAKigHv8qDw1X1CMCqcbK10gIMWFQjyEK5dofUz!Aneq2zVs58p30sL*Vn8LAwVDD7952o!s1iny8uLHnZxso8YLLoQo4Z3CxhDx11tpPojydwUvwNF9zLFas7&p=9ZiSOOa!3CzsA5AbkqScGrB6w0zuXf!S*UaqQfk0fTM54toklVx51mUYcS3O8JAxjQmsQiwdEBIueipsTADcMs!2RRit547E5MtOMhA6NdiUNkoRvaGsSXK*j1iKAm7Z5jpdKpvW8oSv5yNpN5mWoULuD6lUEqC7i0KHR22e3NJ95C8uGbIGfgxkCjluo7Ye0eJcGraNIAbG0$&lc=1033&id=2");}function OnBack(){}</script></head><body onload="javascript:rd();"></body></html>
|