index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <ul>
  9. <a href="message_array.html">Message Array Format</a>
  10. <ul>
  11. When reading in a message from a mailbox, SquirrelMail shoves all the infomation into a
  12. large array. I have attempted to map out that array. I have done my best to make this
  13. accurate, but there probably are some inacuracies somewhere.
  14. </ul>
  15. </ul>
  16. <ul>
  17. <a href="sqimap.php3">SquirrelMail IMAP Functions</a>
  18. <ul>
  19. These are a collection of functions designed to replace the PHP imap functions so that you
  20. don't have to compile in the UW IMAP server into your PHP distrobution.
  21. </ul>
  22. </ul>
  23. <ul>
  24. <a href="translating.txt">Translating</a>
  25. <ul>
  26. If you would like to make a translation of SquirrelMail, here are some guidelines to help
  27. you along the way. These were compiled, thanks to Gustav Foseid.
  28. </ul>
  29. </ul>
  30. <ul>
  31. <a href="tree.txt">The Mailbox Tree</a>
  32. <ul>
  33. This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
  34. This was compiled thanks to Nathan Ehresman.
  35. </ul>
  36. </ul>
  37. <ul>
  38. Basic documentation that comes with distrbution:
  39. <ul>
  40. <a href="../AUTHORS">AUTHORS</a><br>
  41. <a href="../INSTALL">INSTALL</a><br>
  42. <a href="../README">README</a><br>
  43. <a href="../COPYING">COPYING</a><br>
  44. <a href="../ChangeLog">ChangeLog</a><br>
  45. </ul>
  46. </ul>