added docs to the index in the doc/ directory
[squirrelmail.git] / doc / index.html
... / ...
CommitLineData
1<h2>SquirrelMail Documentation</h2>
2<p>
3Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
4of all the docs that we have accumulated so far. Maybe some time in the future we will put
5together a good documentation system. This is just meant to get you up and running. If you find
6mistakes, please email them to <a href="lehresma@css.tayloru.edu">lehresma@css.tayloru.edu</a>.
7</p>
8
9
10<ul>
11 <a href="message_array.html">Message Array Format</a>
12 <ul>
13 When reading in a message from a mailbox, SquirrelMail shoves all the infomation into a
14 large array. I have attempted to map out that array. I have done my best to make this
15 accurate, but there probably are some inacuracies somewhere.
16 </ul>
17</ul>
18
19<ul>
20 <a href="sqimap.php3">SquirrelMail IMAP Functions</a>
21 <ul>
22 These are a collection of functions designed to replace the PHP imap functions so that you
23 don't have to compile in the UW IMAP server into your PHP distrobution.
24 </ul>
25</ul>
26
27<ul>
28 <a href="translating.txt">Translating</a>
29 <ul>
30 If you would like to make a translation of SquirrelMail, here are some guidelines to help
31 you along the way. These were compiled, thanks to Gustav Foseid.
32 </ul>
33</ul>
34
35<ul>
36 <a href="tree.txt">The Mailbox Tree</a>
37 <ul>
38 This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
39 This was compiled thanks to Nathan Ehresman.
40 </ul>
41</ul>
42
43<ul>
44 Basic documentation that comes with distrbution:
45 <ul>
46 <a href="../AUTHORS">AUTHORS</a><br>
47 <a href="../INSTALL">INSTALL</a><br>
48 <a href="../README">README</a><br>
49 <a href="../COPYING">COPYING</a><br>
50 <a href="../ChangeLog">ChangeLog</a><br>
51 </ul>
52</ul>