index.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
  3. <!-- $Id$ -->
  4. <html>
  5. <head>
  6. <meta name="robots" content="noindex,nofollow">
  7. <title>SquirrelMail Documentation</title>
  8. </head>
  9. <body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc">
  10. <img src="../images/sm_logo.png" alt="SquirrelMail Logo" width="308" height="111" align="right" />
  11. <h1>SquirrelMail Documentation</h1>
  12. <p>Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
  13. of all the docs that we have accumulated so far. We are working on a more comprehensive user
  14. manual.</p>
  15. <dl>
  16. <dt><a href="translating.txt">Translating</a></dt>
  17. <dd>
  18. If you would like to make a translation of SquirrelMail, here are some guidelines to help
  19. you along the way. These were compiled, thanks to Gustav Foseid.
  20. </dd>
  21. <dt><a href="translating_help.txt">Translating the Help System</a></dt>
  22. <dd>
  23. We have a rather extensive help system in SquirrelMail. This document contains
  24. information about translating those help documents.
  25. </dd>
  26. <dt><a href="russian_apache.txt">Russian Apache</a></dt>
  27. <dd>
  28. There are special instructions if you are running Russian Apache. This
  29. document, thanks to Konstantin Riabitsev, will help you out.
  30. </dd>
  31. <dt><a href="authentication.txt">Authentication</a></dt>
  32. <dd>
  33. SquirrelMail allows you to log in to your IMAP and SMTP servers using
  34. plaintext, CRAM-MD5 or DIGEST-MD5, as well as use SSL for extra security.
  35. This document describes how to use this new code, and the requirements.
  36. </dd>
  37. <dt><a href="presets.txt">Specific IMAP server setups</a></dt>
  38. <dd>
  39. SquirrelMail configuration utility allows adjusting settings for selected
  40. IMAP server with one quick command. D command asks for IMAP server name and
  41. modifies all settings that are specific to selected IMAP server. This
  42. document provides quick description of all IMAP presets.
  43. </dd>
  44. <dt><a href="i18n.txt">SquirrelMail internationalization</a></dt>
  45. <dd>
  46. Some information about SquirrelMail internationalization (interface
  47. translations, time zones, reading emails in different charsets.)
  48. internals.
  49. </dd>
  50. <dt><a href="ie_ssl.txt">Internet Explorer and SSL</a></dt>
  51. <dd>
  52. Information about possible issues in Internet Explorer, when SquirrelMail
  53. is used in SSL enabled webserver.
  54. </dd>
  55. <dt>Basic documentation that comes with distribution:</dt>
  56. <dd>
  57. <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
  58. <a href="../INSTALL">INSTALL</a> - Installation instructions<br />
  59. <a href="../UPGRADE">UPGRADE</a> - Upgrading instructions<br />
  60. <a href="../README">README</a> - Everyone should read this.<br />
  61. <a href="../COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
  62. <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail
  63. versions.<br />
  64. <a href="../ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
  65. <a href="ReleaseNotes/">ReleaseNotes archive</a> - Notes for older SquirrelMail versions<br />
  66. </dd>
  67. </dl>
  68. </body>
  69. </html>