* modest:
[modest] / html / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>modest e-mail</title>
6 </head>
7 <body>
8 <img src="modest20070223.png" border="0" align="right"><h1>modest development page</h1>
9 <em><small>(indeed, this is a <strong>developers</strong>-page, not an end-user page; modest is not yet ready for end-users, but we're working on that!)</small></em>
10 <h2>welcome</h2> 
11 Welcome! <tt><strong>modest</strong></tt> is a small e-mail
12 program specifically targetting modest hardware, such as low-end PCs and
13 internet tablets like the <em>Nokia 770</em> and <em>N800</em> internet
14 tablets. It's <strong>not</strong> meant as a replacement for more
15 full-featured e-mail programs, such
16 as <a href="http://en.wikipedia.org/wiki/Microsoft_Office_Outlook"
17 >MS-Outlook</a>, <a href="http://www.go-evolution.org/Main_Page"
18 >Evolution</a> or <a href="http://kmail.kde.org/" >KMail</a>.
19 <p><tt>modest</tt> was born in the first half of 2006 already, but it was
20   mostly a little experiment. Lately, we've been putting some more energy and
21   resources in the development. And as of the end of February 2007, we are
22   opening development for the outside world as well. <strong>Note</strong>
23   however, that at this stage it's still <em>very</em> experimental, and we
24   are targetting developers and hackers only; that is why we are not providing
25   installable packages yet. We hope that will change soon though. We're at the
26   stage where have a lot of the lego bricks made, but need to put them
27   together. This is not replacement for any existing e-mail client yet.
28   Please bear with us.
29 <p>As you can see from the screenshots, the UI is still a bit rough. Other
30 things that are not working yet are address book integration, attachments and
31 backups. But, modest should be usable for some light e-mailing action. No
32 guarantees however, that it will not send suggestive e-mails to your boss, or
33 turn your hair gray.
34 <p><strong>get the code:</strong><tt>svn checkout https://garage.maemo.org/svn/modest/trunk</tt>
35
36 <h2>frontends</h2>
37 <img src="modest20070223-gtk.png" border="0" align="right">Currently, there are two frontends for modest: one for general Linux-Desktop usage (<tt>gtk</tt>), and one for the Nokia 770/N800 (<tt>maemo</tt>). The software is structured in such a way that it would be quite easy to add additional frontends, but we're concentrating on these two.
38 <p>Modest with the <tt>gtk</tt>-frontend runs on desktop-Linux (tested with
39   recent Ubuntu, on i386 and AMD64). The <tt>maemo</tt>-frontend runs on N800
40   Internet Tablets, and in the corresponding scratchbox environment. (It
41   should work on 770 as well, but that will require some work in tinymail).
42
43 <h2>dependencies</h2>
44 <tt>modest</tt> depends on the excellent <a href="http://www.tinymail.org"
45                                             >tinymail e-mail framework</a>,
46 written by <a href="http://pvanhoof.be/blog/" >Philip Van Hoof</a>. Tinymail,
47 in turn, depends on <a href="http://www.go-evolution.org/Camel" >Camel</a>, a
48 mature e-mail protocol library that is also used by Evolution. Note that the
49 version of Camel that tinymail uses is not the 'official' version, but instead
50 a version that is optimized for small memory usage - <tt>camel-lite</tt>. This is shipped
51 as part of tinymail.
52
53 <h2>documentation</h2>
54 There's quite a bit of developer documentation available:
55 <ul>
56   <li>The <a href="https://garage.maemo.org/projects/modest/">modest garage project page</a>;
57   <li>The <strong>modest technical reference</strong> (in svn);
58   <li>The <a href="http://tinymail.org/trac/tinymail" >Tinymail reference</a>;
59   <li>The <a href="http://www.go-evolution.org/Camel" >Camel Library docs</a>
60 </ul>
61 In addition, there's of course the documentation for <a href="http://www.gtk.org/api/" >GTK+/GLib</a> and <a href="http://maemo.org/platform/docs/api-index.html" >Maemo</a>.
62 <h2>contributing and mailing list</h2>
63 You are of course very welcome to contribute to our efforts! Please take a
64 look at the <tt>HACKING</tt>-file in the source distribution to see what conventions we are using. Of course it's also good to discuss your plans/suggestions etc. on the <strong>modest mailing list</strong>.
65 <h2>licence</h2>
66 <tt>modest</tt> is available under a BSD-like license. Please refer to the source code for the details.
67 <hr>
68 <em>&copy;2007 Nokia Corporation</em>
69 </body> </html>