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>