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,228 @@
|
|
1
|
+
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
|
5
|
+
<title>Gmail - Contact List</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/u89knx82cw0l/">
|
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/1lkjob1cm8uo0/?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>
|
88
|
+
<a href="?"
|
89
|
+
accesskey=i
|
90
|
+
>Inbox</a>
|
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 (7)</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 bgcolor="#FAD163">
|
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 valign=top>
|
133
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0>
|
134
|
+
<tr>
|
135
|
+
<td width=5 bgcolor="#FAD163"> </td>
|
136
|
+
<td>
|
137
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 bgcolor=#fad163>
|
138
|
+
<form action="?fv=cl&pv=cl&cs=fc" name=f method=POST>
|
139
|
+
<tr>
|
140
|
+
<td>
|
141
|
+
<input type=submit name=nvp_bu_comp value="Compose">
|
142
|
+
</td>
|
143
|
+
<td align=right>
|
144
|
+
</table>
|
145
|
+
<table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor=#fad163>
|
146
|
+
<tr>
|
147
|
+
<td width=1% valign=bottom>
|
148
|
+
<table cellpadding=2 cellspacing=0 border=0>
|
149
|
+
<tr>
|
150
|
+
<td nowrap>
|
151
|
+
<b><a href="?v=cl&pnl=p"
|
152
|
+
>Frequently Mailed</a></b>
|
153
|
+
</td>
|
154
|
+
<td bgcolor=#ffffff nowrap>
|
155
|
+
<b>All Contacts</b>
|
156
|
+
</td>
|
157
|
+
</table>
|
158
|
+
</td>
|
159
|
+
<td>
|
160
|
+
<input size=20 maxlength=2048
|
161
|
+
name=scq value=""
|
162
|
+
> <input type=submit name=nvp_bu_sc value="Search Contacts">
|
163
|
+
</td>
|
164
|
+
<td align=right>
|
165
|
+
<b>2</b> of <b>2</b>
|
166
|
+
</table>
|
167
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 bgcolor=#ffffff class=th>
|
168
|
+
<tr>
|
169
|
+
<td>
|
170
|
+
<input type=checkbox name=c value="3c">
|
171
|
+
</td>
|
172
|
+
<td>
|
173
|
+
<b>Joe User</b>
|
174
|
+
</td>
|
175
|
+
<td>
|
176
|
+
joe.user@example.com
|
177
|
+
|
178
|
+
</td>
|
179
|
+
<tr>
|
180
|
+
<td>
|
181
|
+
<input type=checkbox name=c value="8c">
|
182
|
+
</td>
|
183
|
+
<td>
|
184
|
+
<b>Jane User</b>
|
185
|
+
</td>
|
186
|
+
<td>
|
187
|
+
jane.user@example.com
|
188
|
+
|
189
|
+
</td>
|
190
|
+
</table>
|
191
|
+
<table width=100% cellpadding=2 cellspacing=0 border=0 bgcolor=#fad163>
|
192
|
+
<tr>
|
193
|
+
<td>
|
194
|
+
<input type=submit name=nvp_bu_comp value="Compose">
|
195
|
+
</td>
|
196
|
+
<td align=right>
|
197
|
+
</form>
|
198
|
+
</table>
|
199
|
+
</table>
|
200
|
+
<table cellpadding=2 cellspacing=0 border=0 align=center class=ft>
|
201
|
+
<tr>
|
202
|
+
<td align=center>
|
203
|
+
Use the search box or <b>search options</b> to find messages quickly!
|
204
|
+
<tr>
|
205
|
+
<td align=center>
|
206
|
+
<span style="color: #006633;
|
207
|
+
font-weight: bold;">
|
208
|
+
You are currently using
|
209
|
+
400 MB
|
210
|
+
(6%) of your
|
211
|
+
6358 MB
|
212
|
+
</span>
|
213
|
+
<tr>
|
214
|
+
<td align=center>
|
215
|
+
<font size=1>
|
216
|
+
©2007 Google -
|
217
|
+
<a href="/mail/help/terms.html"
|
218
|
+
target=_blank>
|
219
|
+
Terms
|
220
|
+
</a> -
|
221
|
+
<a href="http://gmailblog.blogspot.com/?utm_source=uifooter&utm_medium=et&utm_campaign=en"
|
222
|
+
target=_blank>Gmail Blog</a> -
|
223
|
+
<a href="http://www.google.com" target=_blank>Google Home</a>
|
224
|
+
</font>
|
225
|
+
</table>
|
226
|
+
</table>
|
227
|
+
</body>
|
228
|
+
</html>
|
@@ -0,0 +1,556 @@
|
|
1
|
+
|
2
|
+
<html lang="en" dir="ltr">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<style type=text/css>
|
6
|
+
<!--
|
7
|
+
body,td,div,p,a,font,span {font-family: arial,sans-serif}
|
8
|
+
body {margin-top:2}
|
9
|
+
|
10
|
+
.c {width: 4; height: 4}
|
11
|
+
|
12
|
+
.bubble {background-color:#C3D9FF}
|
13
|
+
|
14
|
+
.tl {padding: 0; width: 4; text-align: left; vertical-align: top}
|
15
|
+
.tr {padding: 0; width: 4; text-align: right; vertical-align: top}
|
16
|
+
.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
|
17
|
+
.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}
|
18
|
+
|
19
|
+
.caption {color:#000000; white-space:nowrap; background:#E8EEFA; text-align:center}
|
20
|
+
|
21
|
+
.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
|
22
|
+
|
23
|
+
.feature-image {padding: 15 0 0 0; vertical-align: top; text-align: right; }
|
24
|
+
.feature-description {padding: 15 0 0 10; vertical-align: top; text-align: left; }
|
25
|
+
|
26
|
+
// -->
|
27
|
+
</style>
|
28
|
+
<script type=text/javascript src="https://mail.google.com/mail?view=page&name=browser"></script>
|
29
|
+
<script type=text/javascript>
|
30
|
+
<!--
|
31
|
+
|
32
|
+
var start_time = (new Date()).getTime();
|
33
|
+
|
34
|
+
if ((top.location != self.location)&&(top.location.href.indexOf('https://www.google.com/analytics/siteopt/preview')!=0)) {
|
35
|
+
top.location = self.location.href;
|
36
|
+
}
|
37
|
+
|
38
|
+
function SetGmailCookie(name, value) {
|
39
|
+
document.cookie = name + "=" + value + ";path=/;domain=.google.com";
|
40
|
+
}
|
41
|
+
|
42
|
+
function lg() {
|
43
|
+
var now = (new Date()).getTime();
|
44
|
+
|
45
|
+
var cookie = "T" + start_time + "/" + start_time + "/" + now;
|
46
|
+
SetGmailCookie("GMAIL_LOGIN", cookie);
|
47
|
+
}
|
48
|
+
|
49
|
+
function gaiacb_onLoginSubmit() {
|
50
|
+
lg();
|
51
|
+
if (!fixed) {
|
52
|
+
FixForm();
|
53
|
+
}
|
54
|
+
return true;
|
55
|
+
}
|
56
|
+
|
57
|
+
function StripParam(url, param) {
|
58
|
+
var start = url.indexOf(param);
|
59
|
+
if (start == -1) return url;
|
60
|
+
var end = start + param.length;
|
61
|
+
|
62
|
+
var charBefore = url.charAt(start-1);
|
63
|
+
if (charBefore != '?' && charBefore != '&') return url;
|
64
|
+
|
65
|
+
var charAfter = (url.length >= end+1) ? url.charAt(end) : '';
|
66
|
+
if (charAfter != '' && charAfter != '&') return url;
|
67
|
+
if (charBefore == '&') {
|
68
|
+
--start;
|
69
|
+
} else if (charAfter == '&') {
|
70
|
+
++end;
|
71
|
+
}
|
72
|
+
return url.substring(0, start) + url.substring(end);
|
73
|
+
}
|
74
|
+
var fixed = 0;
|
75
|
+
function FixForm() {
|
76
|
+
if (is_browser_supported) {
|
77
|
+
var form = el("gaia_loginform");
|
78
|
+
if (form && form["continue"]) {
|
79
|
+
var url = form["continue"].value;
|
80
|
+
url = StripParam(url, "ui=html");
|
81
|
+
url = StripParam(url, "zy=l");
|
82
|
+
form["continue"].value = url;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
fixed = 1;
|
86
|
+
}
|
87
|
+
function el(id) {
|
88
|
+
if (document.getElementById) {
|
89
|
+
return document.getElementById(id);
|
90
|
+
} else if (window[id]) {
|
91
|
+
return window[id];
|
92
|
+
}
|
93
|
+
return null;
|
94
|
+
}
|
95
|
+
// Estimates of nanite storage generation over time.
|
96
|
+
var CP = [
|
97
|
+
[ 1175414400000, 2835 ],
|
98
|
+
[ 1192176000000, 2912 ],
|
99
|
+
[ 1193122800000, 4321 ],
|
100
|
+
[ 1199433600000, 6283 ],
|
101
|
+
[ 2147328000000, 43008 ],
|
102
|
+
[ 46893711600000, Number.MAX_VALUE ]
|
103
|
+
];
|
104
|
+
var quota;
|
105
|
+
var ONE_PX = "https://mail.google.com/mail/images/c.gif?t=" +
|
106
|
+
(new Date()).getTime();
|
107
|
+
function LogRoundtripTime() {
|
108
|
+
var img = new Image();
|
109
|
+
var start = (new Date()).getTime();
|
110
|
+
img.onload = GetRoundtripTimeFunction(start);
|
111
|
+
img.src = ONE_PX;
|
112
|
+
}
|
113
|
+
function GetRoundtripTimeFunction(start) {
|
114
|
+
return function() {
|
115
|
+
var end = (new Date()).getTime();
|
116
|
+
SetGmailCookie("GMAIL_RTT", (end - start));
|
117
|
+
}
|
118
|
+
}
|
119
|
+
function MaybePingUser() {
|
120
|
+
var f = el("gaia_loginform");
|
121
|
+
if (f.Email.value) {
|
122
|
+
new Image().src = 'https://mail.google.com/mail?gxlu=' +
|
123
|
+
encodeURIComponent(f.Email.value) +
|
124
|
+
'&zx=' + (new Date().getTime());
|
125
|
+
}
|
126
|
+
}
|
127
|
+
function OnLoad() {
|
128
|
+
gaia_setFocus();
|
129
|
+
MaybePingUser();
|
130
|
+
el("gaia_loginform").Passwd.onfocus = MaybePingUser;
|
131
|
+
LogRoundtripTime();
|
132
|
+
if (!quota) {
|
133
|
+
quota = el("quota");
|
134
|
+
updateQuota();
|
135
|
+
}
|
136
|
+
LoadConversionScript();
|
137
|
+
}
|
138
|
+
function updateQuota() {
|
139
|
+
if (!quota) {
|
140
|
+
return;
|
141
|
+
}
|
142
|
+
var now = (new Date()).getTime();
|
143
|
+
var i;
|
144
|
+
for (i = 0; i < CP.length; i++) {
|
145
|
+
if (now < CP[i][0]) {
|
146
|
+
break;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
if (i == 0) {
|
150
|
+
setTimeout(updateQuota, 1000);
|
151
|
+
} else if (i == CP.length) {
|
152
|
+
quota.innerHTML = CP[i - 1][1];
|
153
|
+
} else {
|
154
|
+
var ts = CP[i - 1][0];
|
155
|
+
var bs = CP[i - 1][1];
|
156
|
+
quota.innerHTML = format(((now-ts) / (CP[i][0]-ts) * (CP[i][1]-bs)) + bs);
|
157
|
+
setTimeout(updateQuota, 1000);
|
158
|
+
}
|
159
|
+
}
|
160
|
+
|
161
|
+
var PAD = '.000000';
|
162
|
+
|
163
|
+
function format(num) {
|
164
|
+
var str = String(num);
|
165
|
+
var dot = str.indexOf('.');
|
166
|
+
if (dot < 0) {
|
167
|
+
return str + PAD;
|
168
|
+
} if (PAD.length > (str.length - dot)) {
|
169
|
+
return str + PAD.substring(str.length - dot);
|
170
|
+
} else {
|
171
|
+
return str.substring(0, dot + PAD.length);
|
172
|
+
}
|
173
|
+
}
|
174
|
+
var google_conversion_type = 'landing';
|
175
|
+
var google_conversion_id = 1069902127;
|
176
|
+
var google_conversion_language = "en_US";
|
177
|
+
var google_conversion_format = "1";
|
178
|
+
var google_conversion_color = "FFFFFF";
|
179
|
+
function LoadConversionScript() {
|
180
|
+
var script = document.createElement("script");
|
181
|
+
script.type = "text/javascript";
|
182
|
+
script.src = "https://www.googleadservices.com/pagead/conversion.js";
|
183
|
+
}
|
184
|
+
// -->
|
185
|
+
</script>
|
186
|
+
<script>
|
187
|
+
_utcp="/accounts/";
|
188
|
+
_udn="google.com";
|
189
|
+
</script>
|
190
|
+
<script>
|
191
|
+
function utmx_section(){}function utmx(){} (function(){var k='1206330561',d=document,l=d.location,c=d.cookie;function f(n){ if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n. length+1,j<0?c.length:j)}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash; d.write('<sc'+'ript src="'+ 'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com' +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime=' +new Date().valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+ '" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
|
192
|
+
</script>
|
193
|
+
<title>
|
194
|
+
Gmail: Email from Google
|
195
|
+
</title>
|
196
|
+
</noscript>
|
197
|
+
</head>
|
198
|
+
<body bgcolor=#ffffff link=#0000FF vlink=#0000FF onload="OnLoad()">
|
199
|
+
<table width=95% border=0 align=center cellpadding=0 cellspacing=0>
|
200
|
+
<tr valign=top>
|
201
|
+
<td width=1%>
|
202
|
+
<script>utmx_section("logo")</script>
|
203
|
+
<img src="https://mail.google.com/mail/help/images/logo.gif" border=0 width=143 height=59 alt="Gmail" align=left vspace=10/>
|
204
|
+
</noscript>
|
205
|
+
</td>
|
206
|
+
<td width=99% bgcolor=#ffffff valign=top>
|
207
|
+
<table width=100% cellpadding=1>
|
208
|
+
<tr valign=bottom>
|
209
|
+
<td><div align=right> </div></td>
|
210
|
+
</tr>
|
211
|
+
<tr>
|
212
|
+
<td nowrap=nowrap>
|
213
|
+
<table width=100% align=center cellpadding=0 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>
|
214
|
+
<tr>
|
215
|
+
<td class="bubble tl" align=left valign=top>
|
216
|
+
<img src=https://mail.google.com/mail/images/corner_tl.gif class=c alt="" />
|
217
|
+
</td>
|
218
|
+
<script>utmx_section("title")</script>
|
219
|
+
<td class=bubble rowspan=2 style="font-family:arial;text-align:left;font-weight:bold;padding:3 0"><b>Welcome to Gmail</b></td>
|
220
|
+
<td class="bubble tr" align=right valign=top>
|
221
|
+
<img src=https://mail.google.com/mail/images/corner_tr.gif class=c alt="" />
|
222
|
+
</td>
|
223
|
+
</noscript>
|
224
|
+
</tr>
|
225
|
+
<tr>
|
226
|
+
<td class="bubble bl" align=left valign=bottom>
|
227
|
+
<img src=https://mail.google.com/mail/images/corner_bl.gif class=c alt="" />
|
228
|
+
</td>
|
229
|
+
<td class="bubble br" align=right valign=bottom>
|
230
|
+
<img src=https://mail.google.com/mail/images/corner_br.gif class=c alt="" />
|
231
|
+
</td>
|
232
|
+
</tr>
|
233
|
+
</table>
|
234
|
+
</td>
|
235
|
+
</tr>
|
236
|
+
</table>
|
237
|
+
</td>
|
238
|
+
</tr>
|
239
|
+
</table>
|
240
|
+
<script>utmx_section("bullets")</script>
|
241
|
+
<table width=94% align=center cellpadding=5 cellspacing=1>
|
242
|
+
<tr>
|
243
|
+
<td valign=top style="text-align:left"><b>A Google approach to email.</b>
|
244
|
+
<td valign=top>
|
245
|
+
</tr>
|
246
|
+
<tr>
|
247
|
+
<td width=75% valign=top>
|
248
|
+
<p style="margin-bottom: 0;text-align:left"><font size=-1>
|
249
|
+
Gmail is a new kind of webmail, built on the idea that email can be more intuitive, efficient, and useful. And maybe even fun. After all, Gmail has:</font>
|
250
|
+
</p>
|
251
|
+
<table border="0" cellpadding="0" cellspacing="0" width="90%"><tbody>
|
252
|
+
<tr>
|
253
|
+
<td class="feature-image"><img src="https://mail.google.com/mail/help/images/icons/spam_new.gif"></td>
|
254
|
+
<td class="feature-description">
|
255
|
+
<font size=-1><b>Less spam</b><br>
|
256
|
+
Keep unwanted messages out of your inbox with Google's innovative technology</font>
|
257
|
+
</td>
|
258
|
+
</tr>
|
259
|
+
<tr>
|
260
|
+
<td class="feature-image"><img src="https://mail.google.com/mail/help/images/icons/cell.gif"></td>
|
261
|
+
<td class="feature-description"><font size=-1><b>Mobile access</b><br>
|
262
|
+
Read Gmail on your mobile phone by pointing your phone's web browser to <b>http://gmail.com/app</b>. <a href="http://www.google.com/intl/en/mobile/mail/#utm_source=en-cpp-g4mc-gmhp&utm_medium=cpp&utm_campaign=en">Learn more</a></font>
|
263
|
+
</td>
|
264
|
+
</tr>
|
265
|
+
<tr>
|
266
|
+
<td class="feature-image"><img src="https://mail.google.com/mail/help/images/icons/storage.gif"></td>
|
267
|
+
<td class="feature-description">
|
268
|
+
<font size=-1><b>Lots of space</b><br>
|
269
|
+
Over <span id=quota>2757.272164</span> megabytes (and counting) of free storage so you'll never need to delete another message.</font>
|
270
|
+
</td>
|
271
|
+
</tr>
|
272
|
+
</noscript>
|
273
|
+
<script>utmx_section("extrabullet")</script>
|
274
|
+
</tbody></table>
|
275
|
+
</noscript>
|
276
|
+
<script>utmx_section("promo")</script>
|
277
|
+
</noscript>
|
278
|
+
</td>
|
279
|
+
<td valign=top>
|
280
|
+
<!-- login box -->
|
281
|
+
<div id=login>
|
282
|
+
<script><!--
|
283
|
+
|
284
|
+
function gaia_onLoginSubmit() {
|
285
|
+
|
286
|
+
if (window.gaiacb_onLoginSubmit) {
|
287
|
+
return gaiacb_onLoginSubmit();
|
288
|
+
} else {
|
289
|
+
return true;
|
290
|
+
}
|
291
|
+
|
292
|
+
}
|
293
|
+
|
294
|
+
function gaia_setFocus() {
|
295
|
+
var f = null;
|
296
|
+
if (document.getElementById) {
|
297
|
+
f = document.getElementById("gaia_loginform");
|
298
|
+
} else if (window.gaia_loginform) {
|
299
|
+
f = window.gaia_loginform;
|
300
|
+
}
|
301
|
+
if (f) {
|
302
|
+
if (f.Email.value == null || f.Email.value == "") {
|
303
|
+
f.Email.focus();
|
304
|
+
} else {
|
305
|
+
f.Passwd.focus();
|
306
|
+
}
|
307
|
+
}
|
308
|
+
}
|
309
|
+
--></script>
|
310
|
+
<style type="text/css"><!--
|
311
|
+
div.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
|
312
|
+
font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
|
313
|
+
--></style>
|
314
|
+
<style type="text/css"><!--
|
315
|
+
.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
|
316
|
+
.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
|
317
|
+
.gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
|
318
|
+
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
|
319
|
+
.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
|
320
|
+
.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
|
321
|
+
|
322
|
+
.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }
|
323
|
+
.gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller; font-style: italic; }
|
324
|
+
|
325
|
+
--></style>
|
326
|
+
<form id="gaia_loginform"
|
327
|
+
|
328
|
+
action="https://www.google.com/accounts/ServiceLoginAuth?service=mail" method="post"
|
329
|
+
|
330
|
+
onsubmit=
|
331
|
+
"return(gaia_onLoginSubmit());"
|
332
|
+
>
|
333
|
+
<div id="gaia_loginbox">
|
334
|
+
<table class="form-noindent" cellspacing="3" cellpadding="5" width="100%" border="0">
|
335
|
+
<tr>
|
336
|
+
<td valign="top" style="text-align:center" nowrap="nowrap"
|
337
|
+
bgcolor="#e8eefa">
|
338
|
+
<input type="hidden" name="ltmpl"
|
339
|
+
value="default">
|
340
|
+
<input type="hidden" name="ltmplcache"
|
341
|
+
value="2">
|
342
|
+
<div class="loginBox">
|
343
|
+
<table id="gaia_table" align="center" border="0" cellpadding="1" cellspacing="0">
|
344
|
+
<tr>
|
345
|
+
<td colspan="2" align="center">
|
346
|
+
<font size="-1">
|
347
|
+
Sign in to
|
348
|
+
Gmail
|
349
|
+
with your
|
350
|
+
</font>
|
351
|
+
<table>
|
352
|
+
<tr>
|
353
|
+
<td valign="top">
|
354
|
+
<img src="google_transparent.gif"
|
355
|
+
alt="Google">
|
356
|
+
</img>
|
357
|
+
</td>
|
358
|
+
<td valign="middle">
|
359
|
+
<font size="+0"><b>Account</b></font>
|
360
|
+
</td>
|
361
|
+
</tr>
|
362
|
+
</table>
|
363
|
+
</td>
|
364
|
+
</tr>
|
365
|
+
<script type="text/javascript"><!--
|
366
|
+
function onPreCreateAccount() {
|
367
|
+
|
368
|
+
return true;
|
369
|
+
|
370
|
+
}
|
371
|
+
|
372
|
+
function onPreLogin() {
|
373
|
+
|
374
|
+
|
375
|
+
if (window["onlogin"] != null) {
|
376
|
+
return onlogin();
|
377
|
+
} else {
|
378
|
+
return true;
|
379
|
+
}
|
380
|
+
|
381
|
+
}
|
382
|
+
--></script>
|
383
|
+
<tr>
|
384
|
+
<td colspan="2" align="center">
|
385
|
+
</td>
|
386
|
+
</tr>
|
387
|
+
<tr>
|
388
|
+
<td nowrap="nowrap">
|
389
|
+
<div align="right">
|
390
|
+
<span class="gaia le lbl">
|
391
|
+
Username:
|
392
|
+
</span>
|
393
|
+
</div>
|
394
|
+
</td>
|
395
|
+
<td>
|
396
|
+
<input type="hidden" name="continue" id="continue"
|
397
|
+
value="https://mail.google.com/mail/?nsr=1&ui=html&zy=l" />
|
398
|
+
<input type="hidden" name="service" id="service"
|
399
|
+
value="mail" />
|
400
|
+
<input type="hidden" name="rm" id="rm"
|
401
|
+
value="false" />
|
402
|
+
<input type="hidden" name="ltmpl" id="ltmpl"
|
403
|
+
value="default" />
|
404
|
+
<input type="hidden"
|
405
|
+
name="GALX"
|
406
|
+
value="kJ0RVwrWdhA" />
|
407
|
+
<input type="text" name="Email" id="Email"
|
408
|
+
size="18" value=""
|
409
|
+
|
410
|
+
class='gaia le val'
|
411
|
+
|
412
|
+
/>
|
413
|
+
</td>
|
414
|
+
</tr>
|
415
|
+
<tr>
|
416
|
+
<td></td>
|
417
|
+
<td align="left">
|
418
|
+
</td>
|
419
|
+
</tr>
|
420
|
+
<tr>
|
421
|
+
<td align="right">
|
422
|
+
<span class="gaia le lbl">
|
423
|
+
Password:
|
424
|
+
</span>
|
425
|
+
</td>
|
426
|
+
<td>
|
427
|
+
<input type="password"
|
428
|
+
name="Passwd" id="Passwd"
|
429
|
+
size="18"
|
430
|
+
|
431
|
+
class="gaia le val"
|
432
|
+
|
433
|
+
/>
|
434
|
+
</td>
|
435
|
+
</tr>
|
436
|
+
<tr>
|
437
|
+
<td>
|
438
|
+
</td>
|
439
|
+
<td align="left">
|
440
|
+
</td>
|
441
|
+
</tr>
|
442
|
+
<tr>
|
443
|
+
<td align="right" valign="top">
|
444
|
+
<input type="checkbox" name="PersistentCookie" id="PersistentCookie"
|
445
|
+
value="yes"
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
/>
|
450
|
+
<input type="hidden" name='rmShown' value="1" />
|
451
|
+
</td>
|
452
|
+
<td><span class="gaia le rem">
|
453
|
+
Remember me on this computer.
|
454
|
+
</span></td>
|
455
|
+
</tr>
|
456
|
+
<tr>
|
457
|
+
<td>
|
458
|
+
</td>
|
459
|
+
<td align="left">
|
460
|
+
<input type="submit" class="gaia le button" name="signIn"
|
461
|
+
value="Sign in" />
|
462
|
+
</td>
|
463
|
+
</tr>
|
464
|
+
<tr id="ga-fprow">
|
465
|
+
<td colspan="2" height="33.0" class="gaia le fpwd"
|
466
|
+
align="center" valign="bottom">
|
467
|
+
<a href="http://mail.google.com/support/bin/answer.py?answer=46346&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfpOnly%3D1%26continue%3Dhttps%253A%252F%252Fmail.google.com%252Fmail%252F%253Fnsr%253D1%2526ui%253Dhtml%2526zy%253Dl%26service%3Dmail&fuUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfuOnly%3D1%26continue%3Dhttps%253A%252F%252Fmail.google.com%252Fmail%252F%253Fnsr%253D1%2526ui%253Dhtml%2526zy%253Dl%26service%3Dmail&hl=en"
|
468
|
+
target=_top>
|
469
|
+
I cannot access my account
|
470
|
+
</a>
|
471
|
+
</td>
|
472
|
+
</tr>
|
473
|
+
</table>
|
474
|
+
</div>
|
475
|
+
</td>
|
476
|
+
</tr>
|
477
|
+
</table>
|
478
|
+
</div>
|
479
|
+
</form>
|
480
|
+
</div>
|
481
|
+
<!-- end login box -->
|
482
|
+
<br>
|
483
|
+
<!-- links box (below login box) -->
|
484
|
+
<table class=form-noindent cellpadding=0 width=100% bgcolor=#E8EEFA id=links>
|
485
|
+
<tr bgcolor=#E8EEFA>
|
486
|
+
<td valign=top>
|
487
|
+
<script>utmx_section("sign up")</script>
|
488
|
+
<div align=center style="margin:10 0">
|
489
|
+
<font size=+0>
|
490
|
+
<b><a href="http://mail.google.com/mail/signup" style="white-space:nowrap">
|
491
|
+
Sign up for Gmail</a></b>
|
492
|
+
<br><br>
|
493
|
+
<font size="-1">
|
494
|
+
<a href="http://mail.google.com/mail/help/intl/en/about.html">About Gmail</a
|
495
|
+
> <a href="http://mail.google.com/mail/help/intl/en/about_whatsnew.html">New features!</a>
|
496
|
+
</font>
|
497
|
+
<br>
|
498
|
+
</font>
|
499
|
+
</div>
|
500
|
+
</noscript>
|
501
|
+
</td>
|
502
|
+
</table>
|
503
|
+
<!-- end links box (below login box) -->
|
504
|
+
<script>utmx_section("box order")</script>
|
505
|
+
</noscript>
|
506
|
+
<script>
|
507
|
+
<!--
|
508
|
+
FixForm();
|
509
|
+
// -->
|
510
|
+
</script>
|
511
|
+
</table>
|
512
|
+
<br>
|
513
|
+
<table width=95% align=center cellpadding=3 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>
|
514
|
+
<tr>
|
515
|
+
<td class="bubble tl" align=left valign=top>
|
516
|
+
<img src=https://mail.google.com/mail/images/corner_tl.gif class=c alt="" />
|
517
|
+
</td>
|
518
|
+
<td class=bubble rowspan=2 style=text-align:left>
|
519
|
+
<div align=center>
|
520
|
+
<font size=-1 color=#666666>©2008 Google -
|
521
|
+
<a href="http://www.google.com/a/help/intl/en/users/user_features.html#utm_medium=et&utm_source=gmail-en&utm_campaign=crossnav&token=gmail_footer">Gmail for Organizations</a> -
|
522
|
+
<a href="http://gmailblog.blogspot.com/?utm_source=en-gmftr&utm_medium=et&utm_content=gmftr">Gmail Blog</a> -
|
523
|
+
<a href="http://mail.google.com/mail/help/intl/en/terms.html">Terms</a>
|
524
|
+
- <a href="http://mail.google.com/support/">Help</a>
|
525
|
+
</font>
|
526
|
+
</div>
|
527
|
+
</td>
|
528
|
+
<td class="bubble tr" align=right valign=top>
|
529
|
+
<img src=https://mail.google.com/mail/images/corner_tr.gif class=c alt="" />
|
530
|
+
</td>
|
531
|
+
</tr>
|
532
|
+
<tr>
|
533
|
+
<td class="bubble bl" align=left valign=bottom>
|
534
|
+
<img src=https://mail.google.com/mail/images/corner_bl.gif class=c alt="" />
|
535
|
+
</td>
|
536
|
+
<td class="bubble br" align=right valign=bottom>
|
537
|
+
<img src=https://mail.google.com/mail/images/corner_br.gif class=c alt="" />
|
538
|
+
</td>
|
539
|
+
</tr>
|
540
|
+
</table>
|
541
|
+
<script type="text/javascript"
|
542
|
+
src="https://ssl.google-analytics.com/urchin_beta.js">
|
543
|
+
</script>
|
544
|
+
<script type="text/javascript">
|
545
|
+
_uacct="UA-992684-1";
|
546
|
+
_utcp="/accounts/";
|
547
|
+
_udn="google.com";
|
548
|
+
_uRno[0]=".google.com";
|
549
|
+
urchinTracker("/mail/gaia/homepage");
|
550
|
+
urchinPathCopy("/mail/help");
|
551
|
+
_uacct="UA-1923148-3";
|
552
|
+
urchinTracker("/1206330561/test");
|
553
|
+
urchinPathCopy("/mail/help/");
|
554
|
+
</script>
|
555
|
+
</body>
|
556
|
+
</html>
|