]> git.cworth.org Git - sup/blob - www/index.html
updated to 0.0.4
[sup] / www / index.html
1 <html>
2 <head>
3 <title>Sup</title>
4 </head>
5
6 <body>
7
8 <h1>Sup</h1>
9
10 <p> Sup is a console-based email client that combines the best
11     features of GMail, mutt, and emacs. Sup matches the power of GMail
12     with the speed and simplicity of a console interface.
13 </p>
14
15 <p> Sup makes it easy to:
16
17 <ul>
18
19 <li> Handle massive amounts of email. </li>
20
21 <li> Mix email from different sources: mbox files (even across
22      different machines), IMAP folders, POP accounts, and GMail
23      accounts. </li>
24
25 <li> Instantaneously search over your entire email collection. Search
26      over body text, or use a query language to combine search
27      predicates in any way. </li>
28
29 <li> Handle multiple accounts. Replying to email sent to a particular
30      account will use the correct SMTP server, signature, and from
31      address. </li>
32
33 <li> Add custom code to handle certain types of messages or to handle
34      certain types of text within messages. </li>
35
36 <li> Organize email with user-defined labels, automatically track
37      recent contacts, and much more! </li> </ul> </p>
38
39 <p> The goal of Sup is to become the email client of choice for nerds
40     everywhere. </p>
41
42 <h2>Screenshots</h2>
43
44 <a href="ss1.png"><img src="ss1-small.png"></a>
45 <a href="ss2.png"><img src="ss2-small.png"></a>
46 <a href="ss3.png"><img src="ss3-small.png"></a>
47 <a href="ss4.png"><img src="ss4-small.png"></a>
48 <a href="ss5.png"><img src="ss5-small.png"></a>
49 <a href="ss6.png"><img src="ss6-small.png"></a>
50
51 <h2>Documentation</h2>
52
53 Please read the <a href="README.txt">README</a>, the <a
54 href="FAQ.txt">FAQ</a>, and the <a href="Philosophy.txt">philosophical
55 statement</a>.
56
57 <h2>Status</h2>
58
59 <p> The current version of Sup is 0.0.4, released January 3rd, 2007.
60     This is a beta release. It is unix-centric and has no i18n
61     support. It supports only mbox, mbox+ssh, and IMAP, not POP or
62     GMail. I plan to fix all of these problems. </p>
63
64 <p> Other than those limitations, it works great! I use it for my
65     everyday email, and it makes dealing with 85,000 messages a
66     breeze. </p>
67
68 <h2>Getting it</h2>
69
70 <p> You can download Sup releases from the <a
71     href="http://rubyforge.org/projects/sup/">Sup RubyForge
72     page</a>. If you have RubyGems installed, simply command your
73     computer to "gem install sup". </p>
74
75 <p> If you're interested in development, please read the <a
76     href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
77     access instructions</a>. You can also <a
78     href="http://rubyforge.org/viewvc?root=sup">browse the SVN
79     repository</a>.</p>
80
81 <h2>Bug reports</h2>
82
83 <p> You can email me at wmorgan dash sup at masanjin dot nets, but I
84     would prefer that you post something to the <a
85     href="http://rubyforge.org/forum/?group_id=2603">sup forums</a>.
86 </p>
87
88 <h2>Credit</h2>
89
90 <p> Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>. </p>
91
92 <p> Sup is made possible by the hard work of <a
93     href="http://www.davebalmain.com/">Dave Balmain</a> and his
94     fantastic IR engine <a
95     href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
96     href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
97     abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
98     package.
99 </p>
100
101 </body>
102 </html>