12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!doctype linuxdoc system>
- <!--
- Copyright (c) 2005 The SquirrelMail Project Team
- This file is part of SquirrelMail webmail interface documentation.
- SquirrelMail is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- SquirrelMail is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with SquirrelMail; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- -->
- <article>
- <title>SquirrelMail Developer's Manual
- <author>The SquirrelMail Project Team:
- <!-- put your name here -->
- </author>
- <date>$Date$
- <abstract>
- This document provides information for developers of SquirrelMail webmail interface.
- </abstract>
- <toc>
- <p>
- Document version: $Revision$
- <sect>SquirrelMail overview
- <p>
- SquirrelMail is a standards-based webmail package written in PHP4. It includes
- built-in pure PHP support for the IMAP and SMTP protocols, and all pages render
- in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across
- browsers. It has very few requirements and is very easy to configure and
- install. SquirrelMail has all the functionality you would want from an email
- client, including strong MIME support, address books, and folder manipulation.
- <sect>General guidelines
- <p>
- This section should provide some generic information.
- <sect1>Coding guidelines
- <p>
- Import wiki page
- <sect1>SM_PATH
- <p>
- Information about SM_PATH constant
- <sect1>includes/validate.php
- <p>
- Information about files included by validate.php
- <sect1>Compatibility
- <p>
- Information about compatibility plugin.
- <sect>Developing plugins
- <p>
- This section should provide information about plugin development.
- <sect1>Hooks
- <p>
- We use hooks.
- <sect>Internationalization
- <p>
- import i18n.txt
- </article>
|