forked from vimpr/vimperator-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gmail-commando.js
444 lines (391 loc) · 13.5 KB
/
gmail-commando.js
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
/* NEW BSD LICENSE {{{
Copyright (c) 2010-2012, anekos.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The names of the authors may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
###################################################################################
# http://sourceforge.jp/projects/opensource/wiki/licenses%2Fnew_BSD_license #
# に参考になる日本語訳がありますが、有効なのは上記英文となります。 #
###################################################################################
}}} */
// INFO {{{
let INFO = xml`
<plugin name="GMailCommando" version="1.4.11"
href="http://github.com/vimpr/vimperator-plugins/blob/master/gmail-commando.js"
summary="The handy commands for GMail"
lang="en-US"
xmlns="http://vimperator.org/namespaces/liberator">
<author email="[email protected]">anekos</author>
<license>New BSD License</license>
<project name="Vimperator" minVersion="3.0"/>
<p>Search with good completer.</p>
<item>
<tags>:gmail</tags>
<spec>:gmail<oa>!</oa> <a>gmail-search-words</a></spec>
<description>
<p>
Start to search with <a>gmail-search-words</a>.
If <oa>!</oa> is given, open the new tab.
</p>
</description>
</item>
<item>
<tags>g:gmail_commando_map_</tags>
<spec>g:gmail_commando_map_<a>function-name</a> = <a>key-sequence</a></spec>
<description>
<p>
Set the mappings for Gmail page.
</p>
<p>
Available values for <a>function-name</a>:
<dl>
<dt>translate</dt><dd>メール翻訳</dd>
<dt>fold</dt><dd>折りたたみ</dd>
<dt>unfold</dt><dd>折りたたみ解除</dd>
</dl>
</p>
</description>
</item>
</plugin>
<plugin name="GMailコマンドー" version="1.4.10"
href="http://github.com/vimpr/vimperator-plugins/blob/master/gmail-commando.js"
summary="便利なGMail用コマンドー"
lang="ja"
xmlns="http://vimperator.org/namespaces/liberator">
<author email="[email protected]">anekos</author>
<license>New BSD License</license>
<project name="Vimperator" minVersion="3.0"/>
<p>ステキ補完で検索</p>
<item>
<tags>:gmail</tags>
<spec>:gmail<oa>!</oa> <a>gmail-search-words</a></spec>
<description>
<p>
<a>gmail-search-words</a> で検索をします。
<oa>!</oa> 付きの場合は、新しいタブで Gmail を開きます。
</p>
</description>
</item>
<item>
<tags>g:gmail_commando_map_</tags>
<spec>g:gmail_commando_map_<a>function-name</a> = <a>key-sequence</a></spec>
<description>
<p>
Gmail のページ内でのみ有効なマッピングを設定します。
</p>
<p>
<a>function-name</a> は以下の値が有効です。
<dl>
<dt>translate</dt><dd>メール翻訳</dd>
<dt>fold</dt><dd>折りたたみ</dd>
<dt>unfold</dt><dd>折りたたみ解除</dd>
</dl>
</p>
</description>
</item>
</plugin>
`;
// }}}
(function () {
function A (list)
Array.slice(list);
function click (elem)
buffer.followLink(elem, liberator.CURRENT_TAB);
const Conf = (function () {
let gv = liberator.globalVariables;
let conf = {};
'label_shortcut'.split(/\s/).forEach(function (n) {
conf.__defineGetter__(
n.replace(/_./g, function (m) m.slice(1).toUpperCase()),
function () gv['gmail_commando_' + n]
);
});
return conf;
})();
const Languages = [
['af', 'Afrikaans'],
['sq', 'Albanian'],
['am', 'Amharic'],
['ar', 'Arabic'],
['hy', 'Armenian'],
['az', 'Azerbaijani'],
['eu', 'Basque'],
['be', 'Belarusian'],
['bn', 'Bengali'],
['bh', 'Bihari'],
['bg', 'Bulgarian'],
['my', 'Burmese'],
['ca', 'Catalan'],
['chr', 'Cherokee'],
['zh', 'Chinese'],
['zh-CN', 'Chinese_simplified'],
['zh-TW', 'Chinese_traditional'],
['hr', 'Croatian'],
['cs', 'Czech'],
['da', 'Danish'],
['dv', 'Dhivehi'],
['nl', 'Dutch'],
['en', 'English'],
['eo', 'Esperanto'],
['et', 'Estonian'],
['tl', 'Filipino'],
['fi', 'Finnish'],
['fr', 'French'],
['gl', 'Galician'],
['ka', 'Georgian'],
['de', 'German'],
['el', 'Greek'],
['gn', 'Guarani'],
['gu', 'Gujarati'],
['iw', 'Hebrew'],
['hi', 'Hindi'],
['hu', 'Hungarian'],
['is', 'Icelandic'],
['id', 'Indonesian'],
['iu', 'Inuktitut'],
['ga', 'Irish'],
['it', 'Italian'],
['ja', 'Japanese'],
['kn', 'Kannada'],
['kk', 'Kazakh'],
['km', 'Khmer'],
['ko', 'Korean'],
['ku', 'Kurdish'],
['ky', 'Kyrgyz'],
['lo', 'Laothian'],
['lv', 'Latvian'],
['lt', 'Lithuanian'],
['mk', 'Macedonian'],
['ms', 'Malay'],
['ml', 'Malayalam'],
['mt', 'Maltese'],
['mr', 'Marathi'],
['mn', 'Mongolian'],
['ne', 'Nepali'],
['no', 'Norwegian'],
['or', 'Oriya'],
['ps', 'Pashto'],
['fa', 'Persian'],
['pl', 'Polish'],
['pt-PT', 'Portuguese'],
['pa', 'Punjabi'],
['ro', 'Romanian'],
['ru', 'Russian'],
['sa', 'Sanskrit'],
['sr', 'Serbian'],
['sd', 'Sindhi'],
['si', 'Sinhalese'],
['sk', 'Slovak'],
['sl', 'Slovenian'],
['es', 'Spanish'],
['sw', 'Swahili'],
['sv', 'Swedish'],
['tg', 'Tajik'],
['ta', 'Tamil'],
['tl', 'Tagalog'],
['te', 'Telugu'],
['th', 'Thai'],
['bo', 'Tibetan'],
['tr', 'Turkish'],
['uk', 'Ukrainian'],
['ur', 'Urdu'],
['uz', 'Uzbek'],
['ug', 'Uighur'],
['vi', 'Vietnamese'],
['cy', 'Welsh'],
['yi', 'Yiddish'],
['', 'Unknown']
];
const Elements = {
get doc() content.document.querySelector('#canvas_frame').contentDocument,
get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/.test(it.href))),
get input() this.doc.querySelector('input.gbqfif'),
get searchButton() this.doc.querySelector('button.gbqfb'),
get translateButton () (this.mail && this.mail.querySelector('div.adJ > .B9.J-J5-Ji')),
get translateButtons () A(this.doc.querySelectorAll('div.adJ > .B9.J-J5-Ji')),
get mail ()
let (es = this.mails.filter(function (it) !it.querySelector('.ads > .hH')))
(es.length && es[0]),
get mails () A(this.doc.querySelectorAll('.h7')),
get threadButtons () this.doc.querySelectorAll('div.hk > span > u'),
get translateThreadButton () this.threadButtons[5],
// XXX 毎度 ID が変わるっぽいので、u から選択
get foldButton () this.threadButtons[3],
get unfoldButton () this.threadButtons[2],
get labelButtons () {
function labels ()
Elements.doc.querySelectorAll('.J-LC-Jz');
function show ()
Elements.doc.getElementById(':ps');
let result = labels();
if (result)
return A(result);
click(show());
result = labels();
click(show());
return A(result);
},
get importantButton ()
Elements.doc.querySelectorAll('.NRYPqe > .J-Zh-I.J-J5-Ji.J-Zh-I.J-Zh-I-Js-Zj.J-Zh-I-KE')[2],
get unimportantButton ()
Elements.doc.querySelectorAll('.NRYPqe > .J-Zh-I.J-J5-Ji.J-Zh-I.J-Zh-I-Js-Zq')[2]
};
const Commando = {
get inGmail () {
try {
var result = /^mail\.google\.com$/.test(Elements.doc.location.hostname)
} catch (e) {}
return result;
},
search: function (args, newtab) {
const URL = 'https://mail.google.com/mail/#search/';
if (this.inGmail && !newtab) {
Elements.input.value = args;
click(Elements.searchButton);
} else {
liberator.open(URL + encodeURIComponent(args), liberator.NEW_TAB);
}
},
storage: storage.newMap('gmail-commando', {store: true})
};
const Commands = {
translate: function () {
let button = Elements.translateButton || Elements.translateButtons[0];
click(button);
},
translateThread: function () click(Elements.translateThreadButton),
fold: function () click(Elements.foldButton),
unfold: function () click(Elements.unfoldButton),
label: function (names) {
Elements.labelButtons.forEach(function (e) {
if (names.some(function (v) (v == e.textContent)))
click(e);
liberator.log('pressed: ' + e.textContent);
});
},
important: function () click(Elements.importantButton),
unimportant: function () click(Elements.unimportantButton)
};
// sort はなんで破壊的なの!?
const GMailSearchKeyword = 'label subject from to cc bcc has is in lang filename before after'.split(/\s/).sort();
function simpleValueCompleter (values) {
return function (context) {
context.completions = [
[v, v] for ([, v] in Iterator(values))
];
};
}
const KeywordValueCompleter = {
__noSuchMethod__: function () void 0,
// XXX storage はちょっと重いっぽいので、ちょっと工夫する
label: let (last = []) function (context) {
if (Commando.inGmail) {
var labels = Elements.labels.map(function (it) it.textContent);
if (last.toString() != labels)
Commando.storage.set('labels', labels);
} else {
var labels = last.length ? last : Commando.storage.get('labels', []);
}
context.completions = [
[label.replace(/\s*\(\d+\+?\)$/, ''), label]
for ([, label] in Iterator(labels))
];
},
labelAndValue: function (context) {
KeywordValueCompleter.label(context);
context.completions.forEach(function (it) {
it[0] = 'label:' + it[0];
});
},
has: simpleValueCompleter('attachment'.split(/\s/).sort()),
is: simpleValueCompleter('read unread starred chat voicemail muted sent'.split(/\s/).sort()),
in: simpleValueCompleter('anywhere inbox drafts spam trash'.split(/\s/).sort()),
lang: function (context) {
context.completions = [
[v, v] for ([, v] in Iterator(Languages))
];
}
};
commands.addUserCommand(
['gmail'],
'GMail Commando',
function (args) {
Commando.search(args.literalArg, args.bang);
},
{
bang: true,
literal: 0,
completer: function (context, args) {
function currentInputCompleter (context) {
context.title = ['Current'];
context.completions = [[Elements.input.value, 'Current']];
}
function normalCompleter (context) {
let input = args.string.slice(0, context.caret);
let m;
if (m = /([a-z]+):(?:([^\s\(\)\{\}]*)|[\(\{]([^\(\)\{\}]*))$/.exec(input)) {
if (m[2]) {
context.advance(input.length - m[2].length);
} else {
let tail = /[^\s]*$/.exec(m[3]);
context.advance(input.length - tail[0].length);
}
let key = m[1];
KeywordValueCompleter[key](context, args);
} else if (m = /[-\s]*([^-\s:\(\)\{\}]*)$/.exec(input)) {
context.advance(input.length - m[1].length);
context.completions = [
[v + ':', v] for ([, v] in Iterator(GMailSearchKeyword))
];
if (Conf.labelShortcut)
context.fork('Label+', 0, context, KeywordValueCompleter.labelAndValue);
}
}
if (Commando.inGmail && Elements.input.value)
context.fork('Current', 0, context, currentInputCompleter);
context.fork('Search', 0, context, normalCompleter);
}
},
true
);
'translate translateThread fold unfold important unimportant'.split(/\s/).forEach(function (cmd) {
let gv =
liberator.globalVariables[
'gmail_commando_map_' +
cmd.replace(/[A-Z]/g, function (m) ('_' + m.toLowerCase()))
];
if (!gv)
return;
mappings.addUserMap(
[modes.NORMAL],
gv.split(/\s+/),
cmd + ' - Gmail Commando',
function () {
Commands[cmd]();
},
{
matchingUrls: RegExp('https://mail\\.google\\.com/mail/*')
}
);
});
__context__.command = Commands;
__context__.element = Elements;
})();
// vim:sw=2 ts=2 et si fdm=marker: