Dovecot preset is generic and can be used with Bejy too.
[squirrelmail.git] / doc / index.html
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
12 <h1>SquirrelMail Documentation</h1>
13
14 <p>Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
15 of all the docs that we have accumulated so far. We are working on a more comprehensive user
16 manual.</p>
17
18 <dl>
19 <dt><a href="translating.txt">Translating</a></dt>
20 <dd>
21 If you would like to make a translation of SquirrelMail, here are some guidelines to help
22 you along the way. These were compiled, thanks to Gustav Foseid.
23 </dd>
24
25 <dt><a href="translating_help.txt">Translating the Help System</a></dt>
26 <dd>
27 We have a rather extensive help system in SquirrelMail. This document contains
28 information about translating those help documents.
29 </dd>
30
31 <dt><a href="themes.txt">Themes</a></dt>
32 <dd>
33 You can create your own color themes and add them in the themes/ directory
34 if you wish. This describes the format of the theme files.
35 </dd>
36
37 <dt><a href="russian_apache.txt">Russian Apache</a></dt>
38 <dd>
39 There are special instructions if you are running Russian Apache. This
40 document, thanks to Konstantin Riabitsev, will help you out.
41 </dd>
42
43 <dt><a href="authentication.txt">Authentication</a></dt>
44 <dd>
45 SquirrelMail allows you to log in to your IMAP and SMTP servers using
46 plaintext, CRAM-MD5 or DIGEST-MD5, as well as use SSL for extra security.
47 This document describes how to use this new code, and the requirements.
48 </dd>
49
50 <dt><a href="db-backend.txt">Database Backend</a></dt>
51 <dd>
52 SquirrelMail allows you to store user's preferences and address books
53 in database that is compatible with PHP Pear DB libraries. This document
54 describes how to setup database.
55 </dd>
56
57 <dt><a href="presets.txt">Specific IMAP server setups</a></dt>
58 <dd>
59 SquirrelMail configuration utility allows adjusting settings for selected
60 IMAP server with one quick command. D command asks for IMAP server name and
61 modifies all settings that are specific to selected IMAP server. This
62 document provides quick description of all IMAP presets.
63 </dd>
64
65 <dt><a href="i18n.txt">SquirrelMail internationalization</a></dt>
66 <dd>
67 Some information about SquirrelMail internationalization (interface
68 translations, time zones, reading emails in different charsets.)
69 internals.
70 </dd>
71
72 <dt><a href="ie_ssl.txt">Internet Explorer and SSL</a></dt>
73 <dd>
74 Information about possible issues in Internet Explorer, when SquirrelMail
75 is used in SSL enabled webserver.
76 </dd>
77
78 <dt><a href="Development/">SquirrelMail Development</a></dt>
79 <dd>
80 Want to code on SquirrelMail? Change behaviour or fix bugs? Create your own
81 plugin? See this set of documentation for some pointers.
82 </dd>
83
84 <dt>Basic documentation that comes with distribution:</dt>
85 <dd>
86 <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
87 <a href="../INSTALL">INSTALL</a> - Installation instructions<br />
88 <a href="../UPGRADE">UPGRADE</a> - Upgrading instructions<br />
89 <a href="../README">README</a> - Everyone should read this.<br />
90 <a href="../COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
91 <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail
92 versions.<br />
93 <a href="../ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
94 <a href="ReleaseNotes/">ReleaseNotes archive</a> - Notes for older SquirrelMail versions<br />
95 </dd>
96 </dl>
97
98 </body>
99 </html>