]> git.cworth.org Git - sup/blob - www/index.html
ready for 0.0.8
[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>, the <a href="UserGuide.txt">user guide</a> and
55 the <a href="Philosophy.txt">philosophical statement</a>.
56
57 <h2>Status</h2>
58
59 <p> The current version of Sup is 0.0.8, released 2007-04-01.
60     This is a beta release. It is unix-centric and has no i18n
61     support. It supports mbox, mbox over ssh, IMAP, and Maildir.  It
62     does not support POP or GMail. I plan to fix all of these
63     problems. </p>
64
65 <p> Other than those limitations, it works great! I use it for my
66     everyday email, and it makes dealing with 85,000 messages a
67     breeze. </p>
68
69 <h2>Getting it</h2>
70
71 <p> You can download Sup releases from the <a
72     href="http://rubyforge.org/projects/sup/">Sup RubyForge
73     page</a>. If you have RubyGems installed, simply command your
74     computer to "gem install sup". </p>
75
76 <p> If you're interested in development, please read the <a
77     href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
78     access instructions</a>. You can also <a
79     href="http://rubyforge.org/viewvc?root=sup">browse the SVN
80     repository</a>.</p>
81
82 <h2>Bug reports</h2>
83
84 <p> You can email me at wmorgan dash sup at masanjin dot nets, but I
85     would prefer that you post something to the <a
86     href="http://rubyforge.org/forum/?group_id=2603">sup forums</a>.
87 </p>
88
89 <h2>Credit</h2>
90
91 <p> Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>. </p>
92
93 <p> Sup is made possible by the hard work of <a
94     href="http://www.davebalmain.com/">Dave Balmain</a> and his
95     fantastic IR engine <a
96     href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
97     href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
98     abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
99     package.
100 </p>
101
102 </body>
103 </html>