Partial docs for address book.
[squirrelmail.git] / doc / index.html
1 <h2>SquirrelMail Documentation</h2>
2 <p>
3 Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
4 of all the docs that we have accumulated so far. Maybe some time in the future we will put
5 together a good documentation system. This is just meant to get you up and running. If you find
6 mistakes, 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 <a href="addressbook.txt">The Addressbook</a>
45 <ul>
46 This explains how the addressbook works internally.
47 </ul>
48 </ul>
49
50 <ul>
51 Basic documentation that comes with distrbution:
52 <ul>
53 <a href="../AUTHORS">AUTHORS</a><br>
54 <a href="../INSTALL">INSTALL</a><br>
55 <a href="../README">README</a><br>
56 <a href="../COPYING">COPYING</a><br>
57 <a href="../ChangeLog">ChangeLog</a><br>
58 </ul>
59 </ul>