12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <h2>SquirrelMail Documentation</h2>
- <p>
- Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
- of all the docs that we have accumulated so far. Maybe some time in the future we will put
- together a good documentation system. This is just meant to get you up and running. If you find
- mistakes, please email them to <a href="lehresma@css.tayloru.edu">lehresma@css.tayloru.edu</a>.
- </p>
- <ul>
- <a href="message_array.html">Message Array Format</a>
- <ul>
- When reading in a message from a mailbox, SquirrelMail shoves all the infomation into a
- large array. I have attempted to map out that array. I have done my best to make this
- accurate, but there probably are some inacuracies somewhere.
- </ul>
- </ul>
- <ul>
- <a href="sqimap.php3">SquirrelMail IMAP Functions</a>
- <ul>
- These are a collection of functions designed to replace the PHP imap functions so that you
- don't have to compile in the UW IMAP server into your PHP distrobution.
- </ul>
- </ul>
- <ul>
- <a href="translating.txt">Translating</a>
- <ul>
- If you would like to make a translation of SquirrelMail, here are some guidelines to help
- you along the way. These were compiled, thanks to Gustav Foseid.
- </ul>
- </ul>
- <ul>
- <a href="tree.txt">The Mailbox Tree</a>
- <ul>
- This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
- This was compiled thanks to Nathan Ehresman.
- </ul>
- </ul>
- <ul>
- Basic documentation that comes with distrbution:
- <ul>
- <a href="../AUTHORS">AUTHORS</a><br>
- <a href="../INSTALL">INSTALL</a><br>
- <a href="../README">README</a><br>
- <a href="../COPYING">COPYING</a><br>
- <a href="../ChangeLog">ChangeLog</a><br>
- </ul>
- </ul>
|