vmail 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -1,58 +0,0 @@
|
|
1
|
-
// script.aculo.us scriptaculous.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008
|
2
|
-
|
3
|
-
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
4
|
-
//
|
5
|
-
// Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
// a copy of this software and associated documentation files (the
|
7
|
-
// "Software"), to deal in the Software without restriction, including
|
8
|
-
// without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
// distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
// permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
// the following conditions:
|
12
|
-
//
|
13
|
-
// The above copyright notice and this permission notice shall be
|
14
|
-
// included in all copies or substantial portions of the Software.
|
15
|
-
//
|
16
|
-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
23
|
-
//
|
24
|
-
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
25
|
-
|
26
|
-
var Scriptaculous = {
|
27
|
-
Version: '1.8.1',
|
28
|
-
require: function(libraryName) {
|
29
|
-
// inserting via DOM fails in Safari 2.0, so brute force approach
|
30
|
-
document.write('<script type="text/javascript" src="'+libraryName+'"><\/script>');
|
31
|
-
},
|
32
|
-
REQUIRED_PROTOTYPE: '1.6.0',
|
33
|
-
load: function() {
|
34
|
-
function convertVersionString(versionString){
|
35
|
-
var r = versionString.split('.');
|
36
|
-
return parseInt(r[0])*100000 + parseInt(r[1])*1000 + parseInt(r[2]);
|
37
|
-
}
|
38
|
-
|
39
|
-
if((typeof Prototype=='undefined') ||
|
40
|
-
(typeof Element == 'undefined') ||
|
41
|
-
(typeof Element.Methods=='undefined') ||
|
42
|
-
(convertVersionString(Prototype.Version) <
|
43
|
-
convertVersionString(Scriptaculous.REQUIRED_PROTOTYPE)))
|
44
|
-
throw("script.aculo.us requires the Prototype JavaScript framework >= " +
|
45
|
-
Scriptaculous.REQUIRED_PROTOTYPE);
|
46
|
-
|
47
|
-
$A(document.getElementsByTagName("script")).findAll( function(s) {
|
48
|
-
return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
|
49
|
-
}).each( function(s) {
|
50
|
-
var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
|
51
|
-
var includes = s.src.match(/\?.*load=([a-z,]*)/);
|
52
|
-
(includes ? includes[1] : 'builder,effects,dragdrop,controls,slider,sound').split(',').each(
|
53
|
-
function(include) { Scriptaculous.require(path+include+'.js') });
|
54
|
-
});
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
Scriptaculous.load();
|
@@ -1 +0,0 @@
|
|
1
|
-
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.container_12 .push_3,.container_16 .push_4{left:240px}.container_12 .push_6,.container_16 .push_8{left:480px}.container_12 .push_9,.container_16 .push_12{left:720px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_16 .push_1{left:60px}.container_16 .push_2{left:120px}.container_16 .push_3{left:180px}.container_16 .push_5{left:300px}.container_16 .push_6{left:360px}.container_16 .push_7{left:420px}.container_16 .push_9{left:540px}.container_16 .push_10{left:600px}.container_16 .push_11{left:660px}.container_16 .push_13{left:780px}.container_16 .push_14{left:840px}.container_16 .push_15{left:900px}.container_12 .pull_3,.container_16 .pull_4{left:-240px}.container_12 .pull_6,.container_16 .pull_8{left:-480px}.container_12 .pull_9,.container_16 .pull_12{left:-720px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.container_16 .pull_1{left:-60px}.container_16 .pull_2{left:-120px}.container_16 .pull_3{left:-180px}.container_16 .pull_5{left:-300px}.container_16 .pull_6{left:-360px}.container_16 .pull_7{left:-420px}.container_16 .pull_9{left:-540px}.container_16 .pull_10{left:-600px}.container_16 .pull_11{left:-660px}.container_16 .pull_13{left:-780px}.container_16 .pull_14{left:-840px}.container_16 .pull_15{left:-900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix{height:1%}
|
@@ -1 +0,0 @@
|
|
1
|
-
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
-moz-background-clip:border;
|
3
|
-
-moz-background-inline-policy:continuous;
|
4
|
-
-moz-background-origin:padding;
|
5
|
-
border-top:5px solid #000000;
|
6
|
-
padding:20px 0;
|
7
|
-
font-family: Verdana, Arial, sans;
|
8
|
-
font-size: 14px;
|
9
|
-
}
|
10
|
-
#main {
|
11
|
-
padding-bottom: 40px;
|
12
|
-
}
|
13
|
-
hr {
|
14
|
-
margin-top: 28px;
|
15
|
-
}
|
16
|
-
p {
|
17
|
-
}
|
18
|
-
img.screenshot {
|
19
|
-
margin-bottom: 20px;
|
20
|
-
width: 260px;
|
21
|
-
}
|
22
|
-
.sidebar {
|
23
|
-
width: 100%;
|
24
|
-
padding: 0 10px;
|
25
|
-
}
|
26
|
-
.sidebar h4 {
|
27
|
-
font-size: 16px;
|
28
|
-
margin-bottom: 0.75em;
|
29
|
-
clear:left;
|
30
|
-
margin-top: 1.25em;
|
31
|
-
}
|
32
|
-
.sidebar ul {
|
33
|
-
list-style: none;
|
34
|
-
margin-left: 0;
|
35
|
-
}
|
36
|
-
.sidebar ul li {
|
37
|
-
margin-left: 0;
|
38
|
-
}
|
39
|
-
table.pin td {
|
40
|
-
vertical-align: top;
|
41
|
-
padding-bottom: 10px;
|
42
|
-
}
|
43
|
-
.red { color: red; font-weight:bold }
|
44
|
-
.green {color:green; font-weight:bold}
|
45
|
-
.purple {color:purple; font-weight:bold}
|
46
|
-
.blue {color:blue; font-weight:bold}
|
47
|
-
|
48
|
-
#main img {
|
49
|
-
width: 250px;
|
50
|
-
}
|
51
|
-
pre {
|
52
|
-
background-color: #ECECEC;
|
53
|
-
}
|
54
|
-
code {
|
55
|
-
background-color: #ECECEC;
|
56
|
-
font-size: 15px;
|
57
|
-
}
|
58
|
-
|
59
|
-
|
60
|
-
.also-by {
|
61
|
-
font-size: 11px;
|
62
|
-
margin-top: 20px;
|
63
|
-
}
|
64
|
-
|
65
|
-
.also-by h4 {
|
66
|
-
font-size: 13px;
|
67
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
pre {
|
2
|
-
background-color: #f1f1f3;
|
3
|
-
color: #112;
|
4
|
-
padding: 10px;
|
5
|
-
font-size: 13px;
|
6
|
-
overflow: auto;
|
7
|
-
margin: 4px 0px;
|
8
|
-
width: 97%;
|
9
|
-
overflow-x: auto;
|
10
|
-
overflow-y: hidden;
|
11
|
-
margin-top: 12px;
|
12
|
-
}
|
13
|
-
|
14
|
-
|
15
|
-
/* Syntax highlighting */
|
16
|
-
pre .normal {}
|
17
|
-
pre .comment { color: #005; font-style: italic; }
|
18
|
-
pre .keyword { color: #A00; font-weight: bold; }
|
19
|
-
pre .method { color: #077; }
|
20
|
-
pre .class { color: #074; }
|
21
|
-
pre .module { color: #050; }
|
22
|
-
pre .punct { color: #447; font-weight: bold; }
|
23
|
-
pre .symbol { color: #099; }
|
24
|
-
pre .string { color: #944; background: #FFE; }
|
25
|
-
pre .char { color: #F07; }
|
26
|
-
pre .ident { color: #004; }
|
27
|
-
pre .constant { color: #07F; }
|
28
|
-
pre .regex { color: #B66; background: #FEF; }
|
29
|
-
pre .number { color: #F99; }
|
30
|
-
pre .attribute { color: #5bb; }
|
31
|
-
pre .global { color: #7FB; }
|
32
|
-
pre .expr { color: #227; }
|
33
|
-
pre .escape { color: #277; }
|
@@ -1 +0,0 @@
|
|
1
|
-
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
|
data/website/top.markdown
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
# vmail
|
2
|
-
|
3
|
-
vmail is a Vim interface to Gmail. Here are some (outdated) screenshots:
|
4
|
-
|
5
|
-
<a href="images-vmail/1.png" rel="lightbox[screens]"><img src="images-vmail/1-small.png" /></a>
|
6
|
-
<a href="images-vmail/autocomplete.png" rel="lightbox[screens]"><img src="images-vmail/autocomplete-small.png" /></a>
|
7
|
-
<a href="images-vmail/attach.png" rel="lightbox[screens]"><img src="images-vmail/attach-small.png" /></a>
|
8
|
-
|
9
|
-
|
data/website/vmail-template.html
DELETED
@@ -1,82 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
5
|
-
<title>Vmail</title>
|
6
|
-
<link href="stylesheets-vmail/reset.css?{{timestamp}}" media="screen" rel="stylesheet" type="text/css" />
|
7
|
-
<link href="stylesheets-vmail/960.css?{{timestamp}}" media="screen" rel="stylesheet" type="text/css" />
|
8
|
-
<link href="stylesheets-vmail/text.css?{{timestamp}}" media="screen" rel="stylesheet" type="text/css" />
|
9
|
-
<link href="stylesheets-vmail/site.css?{{timestamp}}" media="screen" rel="stylesheet" type="text/css" />
|
10
|
-
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'8579b5f8-0860-4ea6-9ef1-6f0f58359a99'});</script>
|
11
|
-
<script type="text/javascript" src="lightbox2/js/prototype.js"></script>
|
12
|
-
<script type="text/javascript" src="lightbox2/js/scriptaculous.js?load=effects,builder"></script>
|
13
|
-
<script type="text/javascript" src="lightbox2/js/lightbox.js"></script>
|
14
|
-
<link rel="stylesheet" href="lightbox2/css/lightbox.css" type="text/css" media="screen" />
|
15
|
-
|
16
|
-
</head>
|
17
|
-
<body>
|
18
|
-
<div class="container_12">
|
19
|
-
<div class="grid_10 alpha" id="main">
|
20
|
-
{{content}}
|
21
|
-
</div>
|
22
|
-
<div class="grid_2 omega">
|
23
|
-
|
24
|
-
<div class="sidebar">
|
25
|
-
|
26
|
-
<h4>current version</h4>
|
27
|
-
|
28
|
-
<ul>
|
29
|
-
<li>
|
30
|
-
{{version}}
|
31
|
-
</li>
|
32
|
-
</ul>
|
33
|
-
|
34
|
-
<h4>links</h4>
|
35
|
-
<ul>
|
36
|
-
<li><a href="https://github.com/danchoi/vmail">github repo</a></li>
|
37
|
-
<li><a href="https://rubygems.org/gems/vmail">rubygems page</a></li>
|
38
|
-
<li><a href="https://github.com/danchoi/vmail/issues">issue tracker</a></li>
|
39
|
-
<li><a href="https://github.com/danchoi/vmail/commits/master">commit history</a></li>
|
40
|
-
<li><a href="https://groups.google.com/group/vmail-users?hl=en">google group</a></li>
|
41
|
-
<li><a href="https://github.com/danchoi/vmail/wiki">wiki</a></li>
|
42
|
-
</ul>
|
43
|
-
|
44
|
-
<h4>share this</h4>
|
45
|
-
|
46
|
-
<span class="st_twitter_large" displayText="Tweet"></span><span class="st_facebook_large" displayText="Facebook"></span><span class="st_ybuzz_large" displayText="Yahoo! Buzz"></span><span class="st_gbuzz_large" displayText="Google Buzz"></span><span class="st_email_large" displayText="Email"></span><span class="st_sharethis_large" displayText="ShareThis"></span>
|
47
|
-
|
48
|
-
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdanielchoi.com%2Fsoftware%2Fvmail.html&layout=button_count&show_faces=false&width=50&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:120px; height:25px; margin-top:6px;"></iframe>
|
49
|
-
<br/>
|
50
|
-
<a href="http://twitter.com/share"
|
51
|
-
class="twitter-share-button"
|
52
|
-
data-url="http://danielchoi.com/software/vmail.html"
|
53
|
-
data-text="SoyWiki" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
54
|
-
|
55
|
-
|
56
|
-
<div class="also-by">
|
57
|
-
<h4>also by this developer</h4>
|
58
|
-
<ul class="cross-promo">
|
59
|
-
<li><a href="http://danielchoi.com/software/soywiki.html">soywiki<a/></li>
|
60
|
-
<li><a href="http://instantwatcher.com">instantwatcher.com<a/></li>
|
61
|
-
<li><a href="http://openmbta.org">OpenMBTA<a/></li>
|
62
|
-
<li><a href="http://kindlefeeder.com">kindlefeeder.com<a/></li>
|
63
|
-
</ul>
|
64
|
-
</div>
|
65
|
-
|
66
|
-
|
67
|
-
</div>
|
68
|
-
|
69
|
-
</div>
|
70
|
-
</div>
|
71
|
-
|
72
|
-
<script type="text/javascript">
|
73
|
-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
74
|
-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
75
|
-
</script>
|
76
|
-
<script type="text/javascript">
|
77
|
-
var pageTracker = _gat._getTracker("UA-4028996-5");
|
78
|
-
pageTracker._initData();
|
79
|
-
pageTracker._trackPageview();
|
80
|
-
</script>
|
81
|
-
</body>
|
82
|
-
</html>
|