vmail 1.6.0 → 1.6.1
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/README.markdown +72 -70
- data/Rakefile +15 -13
- data/lib/vmail/imap_client.rb +3 -0
- data/lib/vmail/version.rb +1 -1
- metadata +20 -38
- data/website/.gitignore +0 -1
- data/website/bottom.markdown +0 -20
- data/website/gen.rb +0 -27
- data/website/images-vmail/1-small.png +0 -0
- data/website/images-vmail/1.png +0 -0
- data/website/images-vmail/attach-small.png +0 -0
- data/website/images-vmail/attach.png +0 -0
- data/website/images-vmail/autocomplete-small.png +0 -0
- data/website/images-vmail/autocomplete.png +0 -0
- data/website/lightbox2/css/lightbox.css +0 -27
- data/website/lightbox2/images/bullet.gif +0 -0
- data/website/lightbox2/images/close.gif +0 -0
- data/website/lightbox2/images/closelabel.gif +0 -0
- data/website/lightbox2/images/donate-button.gif +0 -0
- data/website/lightbox2/images/download-icon.gif +0 -0
- data/website/lightbox2/images/image-1.jpg +0 -0
- data/website/lightbox2/images/loading.gif +0 -0
- data/website/lightbox2/images/nextlabel.gif +0 -0
- data/website/lightbox2/images/prevlabel.gif +0 -0
- data/website/lightbox2/images/thumb-1.jpg +0 -0
- data/website/lightbox2/index.html +0 -63
- data/website/lightbox2/js/builder.js +0 -136
- data/website/lightbox2/js/effects.js +0 -1122
- data/website/lightbox2/js/lightbox.js +0 -498
- data/website/lightbox2/js/prototype.js +0 -4221
- data/website/lightbox2/js/scriptaculous.js +0 -58
- data/website/stylesheets-vmail/960.css +0 -1
- data/website/stylesheets-vmail/reset.css +0 -1
- data/website/stylesheets-vmail/site.css +0 -67
- data/website/stylesheets-vmail/syntax-colors.css +0 -33
- data/website/stylesheets-vmail/text.css +0 -1
- data/website/top.markdown +0 -9
- data/website/vmail-template.html +0 -82
data/README.markdown
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
-
#
|
1
|
+
# Vmail
|
2
2
|
|
3
|
-
|
3
|
+
Vmail is a Vim interface to Gmail.
|
4
4
|
|
5
|
-
|
5
|
+
[screenshots]
|
6
|
+
|
7
|
+
Why Vmail? Because some people are 1000 times more productive and happy in [Vim][vim]
|
6
8
|
than in any web browser or GUI program.
|
7
9
|
|
8
10
|
[vim]:http://www.vim.org/
|
@@ -10,15 +12,15 @@ than in any web browser or GUI program.
|
|
10
12
|
## Prerequisites
|
11
13
|
|
12
14
|
* a Gmail account
|
13
|
-
* a relatively recent version of Vim (
|
14
|
-
* Ruby 1.9.0 or higher with SSL support compiled in (
|
15
|
-
* the `lynx` text-only-mode web browser is required to view HTML mail parts in
|
15
|
+
* a relatively recent version of Vim (Vmail is developed against Vim 7.3)
|
16
|
+
* Ruby 1.9.0 or higher with SSL support compiled in (Vmail is developed using Ruby 1.9.2)
|
17
|
+
* the `lynx` text-only-mode web browser is required to view HTML mail parts in Vmail
|
16
18
|
|
17
19
|
To install Ruby 1.9.2, I recommend using the [RVM Version Manager][rvm].
|
18
20
|
|
19
21
|
[rvm]:http://rvm.beginrescueend.com
|
20
22
|
|
21
|
-
The current version of
|
23
|
+
The current version of Vmail assumes a Unix environment.
|
22
24
|
|
23
25
|
Your Gmail account should be [IMAP-enabled][gmailimap].
|
24
26
|
|
@@ -32,7 +34,7 @@ If you want to use `elinks` to display HTML parts, [here are instructions][elink
|
|
32
34
|
|
33
35
|
gem install vmail
|
34
36
|
|
35
|
-
Test your installation by typing `vmail -h`. You should see
|
37
|
+
Test your installation by typing `vmail -h`. You should see Vmail's help.
|
36
38
|
|
37
39
|
On some systems you may run into a PATH issue, where the system can't find the
|
38
40
|
`vmail` command after installation. Please report this if you encounter this
|
@@ -42,22 +44,22 @@ problem, and mention what system you're using. You might want to try
|
|
42
44
|
|
43
45
|
to see if that puts `vmail` on your PATH.
|
44
46
|
|
45
|
-
|
47
|
+
Vmail is evolving rapidly. To update to the latest version, simply run the
|
46
48
|
installation command again.
|
47
49
|
|
48
50
|
gem install vmail
|
49
51
|
|
50
|
-
If you ever want to uninstall
|
52
|
+
If you ever want to uninstall Vmail from your system, just execute this command:
|
51
53
|
|
52
54
|
gem uninstall vmail
|
53
55
|
|
54
|
-
... and all traces of
|
56
|
+
... and all traces of Vmail will removed, except the few files it creates
|
55
57
|
during execution (see below).
|
56
58
|
|
57
59
|
## Configuration file
|
58
60
|
|
59
|
-
To run
|
60
|
-
current directory (the directory from which you launch
|
61
|
+
To run Vmail, create a yaml file called `.vmailrc` and save it either in the
|
62
|
+
current directory (the directory from which you launch Vmail) or in your home
|
61
63
|
directory.
|
62
64
|
|
63
65
|
The `.vmailrc` file should look something like this. Substitute your own values.
|
@@ -67,7 +69,7 @@ The `.vmailrc` file should look something like this. Substitute your own values.
|
|
67
69
|
name: Daniel Choi
|
68
70
|
signature: |
|
69
71
|
--
|
70
|
-
Sent from
|
72
|
+
Sent from Vmail. http://danielchoi.com/software/vmail.html
|
71
73
|
|
72
74
|
This file should be formatted in [YAML syntax][1].
|
73
75
|
|
@@ -75,13 +77,13 @@ This file should be formatted in [YAML syntax][1].
|
|
75
77
|
|
76
78
|
You can omit the password key-value pair if you'd rather not have the password
|
77
79
|
saved in the file. In that case, you'll prompted for the password each time you
|
78
|
-
start
|
80
|
+
start Vmail.
|
79
81
|
|
80
82
|
You can also add an `always_cc:` key-value pair. This will pre-insert
|
81
83
|
whatever email address you specify in the `cc:` line of any email you
|
82
|
-
start composing in
|
84
|
+
start composing in Vmail.
|
83
85
|
|
84
|
-
If you want to configure
|
86
|
+
If you want to configure Vmail with multiple Gmail accounts, [here's how][multiaccount].
|
85
87
|
|
86
88
|
[multiaccount]:https://github.com/danchoi/vmail/wiki/How-can-i-quickly-switch-between-multiple-accounts%3F
|
87
89
|
|
@@ -93,27 +95,27 @@ configuration options][firewall] that you can use.
|
|
93
95
|
|
94
96
|
## Contacts autocompletion
|
95
97
|
|
96
|
-
|
98
|
+
Vmail uses Vim autocompletion to help you auto-complete email addresses.
|
97
99
|
To use this feature, generate a `vmail-contacts.txt` file in the current or
|
98
100
|
home directory. This is a simple list of your email contacts.
|
99
|
-
Invoking
|
101
|
+
Invoking Vmail with the `-g` option generates this file for you by
|
100
102
|
collecting all the recipients and cc's from your last 500 sent
|
101
103
|
emails. You can adjust this number by using `-g` with a number argument.
|
102
104
|
|
103
|
-
After
|
105
|
+
After Vmail generates this file for you, you can edit it however and whenever
|
104
106
|
you want, as long as there is one address per line.
|
105
107
|
|
106
|
-
## Starting
|
108
|
+
## Starting Vmail
|
107
109
|
|
108
110
|
Once you've created the configuration file and (optionally) the contacts file,
|
109
|
-
you can start
|
111
|
+
you can start Vmail with
|
110
112
|
|
111
113
|
vmail
|
112
114
|
|
113
|
-
This opens the
|
115
|
+
This opens the Vmail/Vim interface and shows you the last 100 messages in your
|
114
116
|
Gmail inbox.
|
115
117
|
|
116
|
-
You can have
|
118
|
+
You can have Vmail show messages from any other mailbox (a.k.a. label) on
|
117
119
|
startup by passing in the mailbox name as an argument:
|
118
120
|
|
119
121
|
vmail starred
|
@@ -122,7 +124,7 @@ You can also pass in search parameters after specifying the mailbox:
|
|
122
124
|
|
123
125
|
vmail important from barackobama@whitehouse.gov
|
124
126
|
|
125
|
-
On startup,
|
127
|
+
On startup, Vmail loads 100 messages by default. You can increase or decrease
|
126
128
|
this number by passing in a number after the mailbox name:
|
127
129
|
|
128
130
|
vmail inbox 700 subject unix
|
@@ -134,7 +136,7 @@ the query:
|
|
134
136
|
|
135
137
|
## Viewing messages
|
136
138
|
|
137
|
-
The first screen
|
139
|
+
The first screen Vmail shows you is a list of messages. You can view a message
|
138
140
|
by moving the cursor line to it and pressing ENTER. This will split the screen
|
139
141
|
and show the message content in the bottom pane. Pressing ENTER will also move
|
140
142
|
the cursor to the message window. If you want to look at a message but keep the
|
@@ -157,8 +159,8 @@ You can also use the standard Vim key sequence `C-w C-w`.
|
|
157
159
|
You can use `<C-j>` or `,j` from either split window to show the next message.
|
158
160
|
You can use `<C-k>` or `,k` to show the previous message.
|
159
161
|
|
160
|
-
|
161
|
-
If there are more messages that
|
162
|
+
Vmail loads a certain number messages at a time, starting with the most recent.
|
163
|
+
If there are more messages that Vmail hasn't loaded, you'll see a line at the
|
162
164
|
top of the list that looks something like this:
|
163
165
|
|
164
166
|
> Load 100 more messages. 156 remaining.
|
@@ -193,7 +195,7 @@ spam, or archive. Use `v` to start marking a range of lines (the vertical
|
|
193
195
|
position of the cursor doesn't matter). Then type any of the above commands to
|
194
196
|
perform an action on all the messages you selected.
|
195
197
|
|
196
|
-
To save you keystrokes,
|
198
|
+
To save you keystrokes, Vmail provides alternative key mappings for
|
197
199
|
`,*`, `,#`, and `,!`:
|
198
200
|
|
199
201
|
* star: `,*` → `,8`
|
@@ -230,7 +232,7 @@ message list, and type `,b`. You'll be prompted to select the target mailbox.
|
|
230
232
|
To copy a message to another mailbox, put the cursor on the message in the
|
231
233
|
message list, and type `,B`. You'll be prompted to select the target mailbox.
|
232
234
|
|
233
|
-
If you type in the name of a target mailbox that doesn't exist yet,
|
235
|
+
If you type in the name of a target mailbox that doesn't exist yet, Vmail will
|
234
236
|
create it for you before performing a move or copy.
|
235
237
|
|
236
238
|
## Composing messages
|
@@ -276,10 +278,10 @@ draft to a local file with the standard Vim `:w` command:
|
|
276
278
|
|
277
279
|
:w my_draft_filename.txt
|
278
280
|
|
279
|
-
Make sure you append *.txt to the filename, or else
|
281
|
+
Make sure you append *.txt to the filename, or else Vmail won't recognize it as
|
280
282
|
a potential email when you reload it.
|
281
283
|
|
282
|
-
Make sure you don't use `:wq` unless you mean to quit
|
284
|
+
Make sure you don't use `:wq` unless you mean to quit Vmail immediately. After
|
283
285
|
you save the draft to a file, you can go back to the message list by typing `q`
|
284
286
|
in normal mode.
|
285
287
|
|
@@ -300,7 +302,7 @@ password in it.
|
|
300
302
|
|
301
303
|
## Attachments
|
302
304
|
|
303
|
-
The current version of
|
305
|
+
The current version of Vmail can handle attachments to a certain extent.
|
304
306
|
|
305
307
|
When you're viewing a message with attachments, you'll see something like this
|
306
308
|
at the top of the message window:
|
@@ -317,7 +319,7 @@ at the top of the message window:
|
|
317
319
|
see attached
|
318
320
|
|
319
321
|
To download these attachments to a local directory, type `,A`. You'll be
|
320
|
-
prompted for a directory path. Then
|
322
|
+
prompted for a directory path. Then Vmail will save all the attachments in the
|
321
323
|
message to this directory, creating the directory if necessary.
|
322
324
|
|
323
325
|
To send attachments, add something like this to your new message in the message
|
@@ -337,10 +339,10 @@ composition window:
|
|
337
339
|
|
338
340
|
The `attach:` block is a YAML list. The items are paths (either relative to the
|
339
341
|
current directory or absolute) to the files you want to attach to your message.
|
340
|
-
Note that you can also specify a directory, in which case
|
342
|
+
Note that you can also specify a directory, in which case Vmail attaches every
|
341
343
|
file it finds in that directory.
|
342
344
|
|
343
|
-
One thing
|
345
|
+
One thing Vmail doesn't do yet is let you forward a message with all its
|
344
346
|
attachments intact. This feature will be implemented in the near future.
|
345
347
|
|
346
348
|
## Printing messages to a file
|
@@ -360,10 +362,10 @@ selected lines in your browser.
|
|
360
362
|
When you're reading a message with an html mail part, `,h` saves that part to a
|
361
363
|
local file (`part.html`) and opens it in your web browser.
|
362
364
|
|
363
|
-
By default, the
|
365
|
+
By default, the Vmail uses the command `open` to launch your web browser. In OS X,
|
364
366
|
this opens URLs and HTML files in the default web browser. You can change the
|
365
|
-
browser
|
366
|
-
before you start
|
367
|
+
browser Vmail invokes by setting the VMAIL_BROWSER environmental variable
|
368
|
+
before you start Vmail, e.g.:
|
367
369
|
|
368
370
|
export VMAIL_BROWSER='elinks'
|
369
371
|
|
@@ -374,7 +376,7 @@ split window.
|
|
374
376
|
|
375
377
|
## Search queries
|
376
378
|
|
377
|
-
|
379
|
+
Vmail can generate a message list by performing an IMAP search on the current mailbox.
|
378
380
|
From the message list window, type `,s`. This will prompt you for a search query.
|
379
381
|
The search query is an optional number specifying the number of messages to return,
|
380
382
|
followed by a valid IMAP search query.
|
@@ -414,16 +416,16 @@ Tip: When you're entering your search query, `<C-u>` clears the query line.
|
|
414
416
|
|
415
417
|
Power-Tip: When you're at the search query prompt, `C-p` and `C-n` let you
|
416
418
|
navigate the search query history. `<C-f>` opens a mini-editor that contains
|
417
|
-
the current query plus a history of previous
|
419
|
+
the current query plus a history of previous Vmail search queries. You can edit
|
418
420
|
any line in this mini-editor and press ENTER to perform the query on that line.
|
419
421
|
|
420
422
|
## Command-line mode and batch processing
|
421
423
|
|
422
|
-
You can invoke
|
423
|
-
useful for batch processing and for using
|
424
|
+
You can invoke Vmail in non-interactive command-line mode. This is very
|
425
|
+
useful for batch processing and for using Vmail in Unix pipelines and
|
424
426
|
automated scripts.
|
425
427
|
|
426
|
-
If you redirect
|
428
|
+
If you redirect Vmail's output from STDOUT to a file or a program, Vmail will
|
427
429
|
output the message list resulting from a search query to a file.
|
428
430
|
|
429
431
|
vmail inbox 100 from monit > message-list.txt
|
@@ -453,45 +455,45 @@ Non-interactive mode assumes that `.vmailrc` contains your Gmail password.
|
|
453
455
|
|
454
456
|
Typing `,?` will open this webpage in a browser.
|
455
457
|
|
456
|
-
## Using
|
458
|
+
## Using Vmail with MacVim
|
457
459
|
|
458
|
-
To use MacVim as your
|
459
|
-
|
460
|
+
To use MacVim as your Vmail Vim engine, `export VMAIL_VIM=mvim` before starting
|
461
|
+
Vmail or put this command in your `~/.bash_profile`.
|
460
462
|
|
461
|
-
Note that when
|
462
|
-
will show
|
463
|
-
MacVim mode, first quit the MacVim window running
|
464
|
-
in the original terminal window to stop the
|
463
|
+
Note that when Vmail uses MacVim, the terminal window in which you invoke Vmail
|
464
|
+
will show Vmail's logging output while MacVim is running. To quit Vmail in
|
465
|
+
MacVim mode, first quit the MacVim window running Vmail, and then press CTRL-c
|
466
|
+
in the original terminal window to stop the Vmail process.
|
465
467
|
|
466
|
-
##
|
468
|
+
## Vmail file byproducts
|
467
469
|
|
468
|
-
|
470
|
+
Vmail generates a few files in the current directory when it is running:
|
469
471
|
|
470
|
-
* `vmailbuffer` holds the message list. This file should get deleted automatically when
|
472
|
+
* `vmailbuffer` holds the message list. This file should get deleted automatically when Vmail quits.
|
471
473
|
|
472
474
|
* `current_message.txt` holds the current message being shown. Not deleted on quit.
|
473
475
|
|
474
|
-
* `sent-messages.txt` will contain copies of any messages you send from
|
476
|
+
* `sent-messages.txt` will contain copies of any messages you send from Vmail
|
475
477
|
|
476
|
-
* `part.html` is created if you open an HTML mail part from
|
478
|
+
* `part.html` is created if you open an HTML mail part from Vmail.
|
477
479
|
|
478
|
-
Finally,
|
480
|
+
Finally, Vmail logs output to a `vmail.log` file which it creates in the
|
479
481
|
current directory. You can tail this file in a separate terminal window to see
|
480
|
-
what's going on behind the scenes as you use
|
482
|
+
what's going on behind the scenes as you use Vmail.
|
481
483
|
|
482
484
|
## Is my Gmail password secure?
|
483
485
|
|
484
|
-
In short, yes.
|
485
|
-
and SMTP authentication. So
|
486
|
+
In short, yes. Vmail uses TLS ([Transport Layer Security][tls]) to perform IMAP
|
487
|
+
and SMTP authentication. So Vmail transmits your password securely over the
|
486
488
|
network.
|
487
489
|
|
488
490
|
[tls]:http://en.wikipedia.org/wiki/Transport_Layer_Security
|
489
491
|
|
490
|
-
You can also be sure that the
|
491
|
-
your Gmail password because
|
492
|
-
code of the copy of
|
493
|
-
|
494
|
-
vmail gem is downloaded from).
|
492
|
+
You can also be sure that the Vmail code doesn't do anything nefarious with
|
493
|
+
your Gmail password because Vmail is open source. Anyone can inspect the source
|
494
|
+
code of the copy of Vmail that runs on your computer and inspect the latest
|
495
|
+
Vmail code at the [github repository][github] and at [rubygems.org][rubygems] (where the
|
496
|
+
`vmail` gem is downloaded from).
|
495
497
|
|
496
498
|
[github]:https://github.com/danchoi/vmail
|
497
499
|
[rubygems]:https://rubygems.org/gems/vmail
|
@@ -508,7 +510,7 @@ up. In that case, just force a redraw of the Vim screen with `C-l`.
|
|
508
510
|
|
509
511
|
## Customizing colors
|
510
512
|
|
511
|
-
By default,
|
513
|
+
By default, Vmail highlights starred messages in bold green against a black
|
512
514
|
background. You can customize this setting by adding a line to your `~/.vimrc`
|
513
515
|
(not `.vmailrc`) file like so:
|
514
516
|
|
@@ -518,12 +520,12 @@ Type `:help highlight-args` in Vim for more details.
|
|
518
520
|
|
519
521
|
## Bug reports, feature requests, user community
|
520
522
|
|
521
|
-
Please file bug reports and feature requests in the [
|
523
|
+
Please file bug reports and feature requests in the [Vmail github issue tracker][tracker].
|
522
524
|
|
523
525
|
You can also vote up existing feature requests on the issue tracker.
|
524
526
|
|
525
|
-
|
526
|
-
But in a few weeks, with your help,
|
527
|
+
Vmail is very young and in beta, so there are bound to be bugs and issues.
|
528
|
+
But in a few weeks, with your help, Vmail will become stable.
|
527
529
|
|
528
530
|
[tracker]:https://github.com/danchoi/vmail/issues
|
529
531
|
|
@@ -532,7 +534,7 @@ You can also join and comment in the [vmail-users Google Group][group].
|
|
532
534
|
[group]:https://groups.google.com/group/vmail-users?hl=en
|
533
535
|
|
534
536
|
If you have any tips or troubleshooting advice you want to share with other
|
535
|
-
|
537
|
+
Vmail users, please add them to the [vmail wiki][wiki].
|
536
538
|
|
537
539
|
[wiki]:https://github.com/danchoi/vmail/wiki
|
538
540
|
|
data/Rakefile
CHANGED
@@ -25,25 +25,27 @@ end
|
|
25
25
|
|
26
26
|
|
27
27
|
desc "build and push website"
|
28
|
-
task :web do
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
28
|
+
task :web => :build_webpage do
|
29
|
+
puts "Building and pushing website"
|
30
|
+
Dir.chdir "../project-webpages" do
|
31
|
+
`scp out/vmail.html zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
|
32
|
+
`rsync -avz out/images-vmail zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
|
33
|
+
`rsync -avz out/stylesheets zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
|
34
|
+
`rsync -avz out/lightbox2 zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
|
34
35
|
end
|
36
|
+
`open http://danielchoi.com/software/vmail.html`
|
35
37
|
end
|
36
38
|
|
37
|
-
desc "build
|
38
|
-
task :
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
`open vmail.html`
|
39
|
+
desc "build webpage"
|
40
|
+
task :build_webpage do
|
41
|
+
`cp README.markdown ../project-webpages/src/vmail.README.markdown`
|
42
|
+
Dir.chdir "../project-webpages" do
|
43
|
+
puts `ruby gen.rb vmail #{Vmail::VERSION}`
|
44
|
+
#`open out/vmail.html`
|
44
45
|
end
|
45
46
|
end
|
46
47
|
|
48
|
+
|
47
49
|
desc "git push and rake release bumped version"
|
48
50
|
task :bumped do
|
49
51
|
puts `git push && rake release`
|
data/lib/vmail/imap_client.rb
CHANGED
@@ -161,6 +161,9 @@ module Vmail
|
|
161
161
|
"spam" => "Spam",
|
162
162
|
"trash" => "Trash"}
|
163
163
|
@mailbox_aliases = {}
|
164
|
+
if @mailboxes.nil?
|
165
|
+
list_mailboxes
|
166
|
+
end
|
164
167
|
aliases.each do |shortname, fullname|
|
165
168
|
[ "[Gmail]", "[Google Mail" ].each do |prefix|
|
166
169
|
if @mailboxes.include?( "#{prefix}/#{fullname}" )
|
data/lib/vmail/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 6
|
8
|
-
-
|
9
|
-
version: 1.6.
|
8
|
+
- 1
|
9
|
+
version: 1.6.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Daniel Choi
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-02-
|
17
|
+
date: 2011-02-23 00:00:00 -05:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -97,39 +97,6 @@ files:
|
|
97
97
|
- test/test_helper.rb
|
98
98
|
- test/time_format_test.rb
|
99
99
|
- vmail.gemspec
|
100
|
-
- website/.gitignore
|
101
|
-
- website/bottom.markdown
|
102
|
-
- website/gen.rb
|
103
|
-
- website/images-vmail/1-small.png
|
104
|
-
- website/images-vmail/1.png
|
105
|
-
- website/images-vmail/attach-small.png
|
106
|
-
- website/images-vmail/attach.png
|
107
|
-
- website/images-vmail/autocomplete-small.png
|
108
|
-
- website/images-vmail/autocomplete.png
|
109
|
-
- website/lightbox2/css/lightbox.css
|
110
|
-
- website/lightbox2/images/bullet.gif
|
111
|
-
- website/lightbox2/images/close.gif
|
112
|
-
- website/lightbox2/images/closelabel.gif
|
113
|
-
- website/lightbox2/images/donate-button.gif
|
114
|
-
- website/lightbox2/images/download-icon.gif
|
115
|
-
- website/lightbox2/images/image-1.jpg
|
116
|
-
- website/lightbox2/images/loading.gif
|
117
|
-
- website/lightbox2/images/nextlabel.gif
|
118
|
-
- website/lightbox2/images/prevlabel.gif
|
119
|
-
- website/lightbox2/images/thumb-1.jpg
|
120
|
-
- website/lightbox2/index.html
|
121
|
-
- website/lightbox2/js/builder.js
|
122
|
-
- website/lightbox2/js/effects.js
|
123
|
-
- website/lightbox2/js/lightbox.js
|
124
|
-
- website/lightbox2/js/prototype.js
|
125
|
-
- website/lightbox2/js/scriptaculous.js
|
126
|
-
- website/stylesheets-vmail/960.css
|
127
|
-
- website/stylesheets-vmail/reset.css
|
128
|
-
- website/stylesheets-vmail/site.css
|
129
|
-
- website/stylesheets-vmail/syntax-colors.css
|
130
|
-
- website/stylesheets-vmail/text.css
|
131
|
-
- website/top.markdown
|
132
|
-
- website/vmail-template.html
|
133
100
|
has_rdoc: true
|
134
101
|
homepage: http://danielchoi.com/software/vmail.html
|
135
102
|
licenses: []
|
@@ -164,5 +131,20 @@ rubygems_version: 1.3.7
|
|
164
131
|
signing_key:
|
165
132
|
specification_version: 3
|
166
133
|
summary: A Vim interface to Gmail
|
167
|
-
test_files:
|
168
|
-
|
134
|
+
test_files:
|
135
|
+
- test/address_quoter_test.rb
|
136
|
+
- test/base64_test.rb
|
137
|
+
- test/fixtures/euc-kr-header.eml
|
138
|
+
- test/fixtures/euc-kr-html.eml
|
139
|
+
- test/fixtures/google-affiliate.eml
|
140
|
+
- test/fixtures/htmlbody.eml
|
141
|
+
- test/fixtures/moleskine-html.eml
|
142
|
+
- test/fixtures/reply-template-encoding-test.eml
|
143
|
+
- test/fixtures/reply_all.eml
|
144
|
+
- test/fixtures/rfc_part.eml
|
145
|
+
- test/fixtures/textbody-nocontenttype.eml
|
146
|
+
- test/fixtures/with-attachments.eml
|
147
|
+
- test/message_formatter_test.rb
|
148
|
+
- test/reply_template_test.rb
|
149
|
+
- test/test_helper.rb
|
150
|
+
- test/time_format_test.rb
|