-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (188 loc) · 7.62 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sup</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="main.css" type="text/css" />
</head>
<body>
<h1>Sup</h1>
<blockquote>
“Finally a mail client that does what we want, how we want it.”
</blockquote>
<blockquote>
“Every other client we've tried is intolerable.”
</blockquote>
<blockquote>
“It's just what I wanted, but I hadn't realized what I wanted until I saw it.”
</blockquote>
<blockquote>
“Sup is almost to the point where I could jump ship from mutt.”
</blockquote>
<blockquote>
“I was previously intrigued by a gmail-styled
mutt-killer written in Ruby, but having actually spent a few
hours reading the docs, and trying out all the keys, and
reading the docs again, and trying the keys out again, and then
actually engaging in a bunch of practice usage runs, I now
officially can't fucking wait for the future of this thing; it
has my full attention.”
</blockquote>
<p>
Sup is a console-based email client for people with a lot of email.
It supports tagging, very fast full-text search, automatic contact-
list management, custom code insertion via a hook system, and more.
If you're the type of person who treats email as an extension of your
long-term memory, Sup is for you.
</p>
<p>
Sup makes it easy to:
</p>
<ul>
<li>
Handle massive amounts of email.
</li>
<li>
Mix email from different sources: mbox files and maildirs.
For remote sources (IMAP, IMAPS, ssh+file), use another
tool (offlineimap, fetchmail, rsync) to grab local copies.
</li>
<li>
Instantaneously search over your entire email collection.
Search over body text, or use a query language to combine
search predicates in any way.
</li>
<li>
Handle multiple accounts. Replying to email sent to a
particular account will use the correct SMTP server, signature,
and from address.
</li>
<li>
Add custom code to handle certain types of messages or to
handle certain types of text within messages.
</li>
<li>
Organize email with user-defined labels, automatically track
recent contacts, and much more!
</li>
</ul>
<p>
The goal of Sup is to become the email client of choice for nerds
everywhere.
</p>
<h2>Screenshots</h2>
<ul id="screenshots">
<li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
<li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
<li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
<li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
<li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
<li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
</ul>
<h2>Documentation</h2>
<p>
Please read the <a href="README.txt">README</a>, the <a
href="FAQ.txt">FAQ</a>, the <a href="NewUserGuide.txt">new user guide</a>
and the <a href="Philosophy.txt">philosophical statement</a>.
</p>
<p> Please also read and contribute to the <a href="http://sup.rubyforge.org/wiki/wiki.pl">Sup wiki</a>. </p>
<h2>Status</h2>
<p>
The current version of Sup is 0.12, released 2011-01-13. This is a
beta release. It supports mbox and Maildir mailstores.
</p>
<p>To be notified by email of Sup releases, subscribe to the
<a href="http://rubyforge.org/mailman/listinfo/sup-announce">sup-announce mailing list</a>. One email per release.
</p>
<!-- <p>Issue and release status is available on the <a href="ditz/">Sup ditz page</a>.</p> -->
<p>Sup news can often be see on <a href="http://all-thing.net/label/sup/">William's blog</a>.</p>
<h2>Bug reports</h2>
<p>Find a problem with Sup? Or have a feature you'd like to see? <a href="http://masanjin.net/sup-bugs/issue?@template=item">Submit
it</a> to the <a href="http://masanjin.net/sup-bugs/">official Sup issue
tracker</a>.
<h2>Getting it</h2>
<p>
You can download Sup releases from the <a
href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
If you have RubyGems installed, simply command your computer to "gem
install sup".
</p>
<p>
If you're interested in development, you can clone the git repository like so: <code>git clone git://gitorious.org/sup/mainline.git</code>. You can also browse the <a
href="http://gitorious.org/projects/sup">Sup Gitorious
repository</a>. You may consider subscribing to the sup-devel list (below).
</p>
<h2>Make some new friends</h2>
<p> If you'd like to meet hot single Sup users in your area, try the <a
href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
</p>
<p> If you'd like to meet some grumpy old programmers to talk about Sup internals with, try the <a
href="http://rubyforge.org/mailman/listinfo/sup-devel">sup-devel mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-devel/">archives</a>).
<h2>Credit</h2>
<p>
Sup is brought to you by <a href="http://masanjin.net/">William Morgan</a> and the following honorable contributors:
<ul>
<li> William Morgan </li>
<li> Rich Lane </li>
<li> Ismo Puustinen </li>
<li> Nicolas Pouillard </li>
<li> Eric Sherman </li>
<li> Michael Stapelberg </li>
<li> Ben Walton </li>
<li> Mike Stipicevic </li>
<li> Marcus Williams </li>
<li> Lionel Ott </li>
<li> Tero Tilus </li>
<li> Ingmar Vanhassel </li>
<li> Mark Alexander </li>
<li> Gaute Hope </li>
<li> Christopher Warrington </li>
<li> W. Trevor King </li>
<li> Gaudenz Steinlin </li>
<li> Richard Brown </li>
<li> Marc Hartstein </li>
<li> Sascha Silbe </li>
<li> Israel Herraiz </li>
<li> Anthony Martinez </li>
<li> Hamish Downer </li>
<li> Bo Borgerson </li>
<li> William Erik Baxter </li>
<li> Michael Hamann </li>
<li> Grant Hollingworth </li>
<li> Adeodato Simó </li>
<li> Daniel Schoepe </li>
<li> Jason Petsod </li>
<li> Steve Goldman </li>
<li> Edward Z. Yang </li>
<li> Decklin Foster </li>
<li> Cameron Matheson </li>
<li> Carl Worth </li>
<li> Jeff Balogh </li>
<li> Andrew Pimlott </li>
<li> Alex Vandiver </li>
<li> Peter Harkins </li>
<li> Kornilios Kourtis </li>
<li> Giorgio Lando </li>
<li> Damien Leone </li>
<li> Benoît PIERRE </li>
<li> Alvaro Herrera </li>
<li> Jonah </li>
<li> Adam Lloyd </li>
<li> Todd Eisenberger </li>
<li> ian </li>
<li> Steven Walter </li>
<li> ian </li>
<li> Jon M. Dugan </li>
<li> Gregor Hoffleit </li>
<li> Stefan Lundström </li>
<li> Kirill Smelkov </li>
</ul>
</p>
<p>
Sup is made possible by the <a href="http://xapian.org">Xapian</a> search engine,
and by <a href="http://www.lickey.com/">Matt Armstrong</a> and his
tragically abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
package.
</p>
</body>
</html>