index.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <!-- $Id$ -->
  3. <html>
  4. <head>
  5. <title>SquirrelMail Documentation</title>
  6. </head>
  7. <body>
  8. <h1>SquirrelMail Documentation</h1>
  9. <p>Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
  10. of all the docs that we have accumulated so far. Maybe some time in the future we will put
  11. together a good documentation system. This is just meant to get you up and running.</p>
  12. <dl>
  13. <dt><a href="translating.txt">Translating</a></dt>
  14. <dd>
  15. If you would like to make a translation of SquirrelMail, here are some guidelines to help
  16. you along the way. These were compiled, thanks to Gustav Foseid.
  17. </dd>
  18. <dt><a href="translating_help.txt">Translating the Help System</a></dt>
  19. <dd>
  20. We have a rather extensive help system in SquirrelMail. This document contains
  21. information about translating those help documents.
  22. </dd>
  23. <dt><a href="tree.txt">The Mailbox Tree</a></dt>
  24. <dd>
  25. This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
  26. This was compiled thanks to Nathan Ehresman.
  27. </dd>
  28. <dt><a href="addressbook.txt">The Addressbook</a></dt>
  29. <dd>
  30. This explains how the addressbook works internally.
  31. </dd>
  32. <dt><a href="mime.txt">MIME</a></dt>
  33. <dd>
  34. Ever wonder how SquirrelMail handles MIME support? You need not search
  35. any longer. This document gives an overview of how it works and how
  36. we decode MIME encoded messages.
  37. </dd>
  38. <dt><a href="plugin.txt">Plugins</a></dt>
  39. <dd>
  40. If you would like to create plugins for SquirrelMail, this is the place
  41. to start. It gives an overview and tells what needs to be in place for
  42. all plugins.
  43. </dd>
  44. <dt><a href="themes.txt">Themes</a></dt>
  45. <dd>
  46. You can create your own color themes and add them in the themes/ directory
  47. if you wish. This describes the format of the theme files.
  48. </dd>
  49. <dt><a href="README.russian_apache">Russian Apache</a></dt>
  50. <dd>
  51. There are special instructions if you are running Russian Apache. This
  52. document, thanks to Konstantin Riabitsev, will help you out.
  53. </dd>
  54. <dt><a href="authentication.txt">Authentication</a></dt>
  55. <dd>
  56. SquirrelMail allows you to log in to your IMAP and SMTP servers using
  57. plaintext, CRAM-MD5 or DIGEST-MD5, as well as use SSL for extra security.
  58. This document describes how to use this new code, and the requirements.
  59. </dd>
  60. <dt>Basic documentation that comes with distrbution:</dt>
  61. <dd>
  62. <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
  63. <a href="../INSTALL">INSTALL</a> - Installation instructions<br />
  64. <a href="../UPGRADE">UPGRADE</a> - Upgrading instructions<br />
  65. <a href="../README">README</a> - Everyone should read this.<br />
  66. <a href="../COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
  67. <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail versions.<br />
  68. </dd>
  69. </dl>
  70. </body>
  71. </html>