index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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 lang="en_GB">
  5. <head>
  6. <meta name="robots" content="noindex,nofollow">
  7. <title>SquirrelMail - Developer 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 Internals</h1>
  12. <p>This dir has some assorted bits of documentation about SquirrelMail internals, useful for
  13. people that want to change or extend SquirrelMail.</p>
  14. <p>More information about SquirrelMail development can be found on <a href="http://www.squirrelmail.org/">our
  15. website</a> and via the <a href="mailto:squirrelmail-devel@lists.sourceforge.net">squirrelmail-devel@lists.sourceforge.net</a> mailinglist (requires subscription before you can post).</p>
  16. <p><a href="plugin.txt">Plugin hooks and functions</a></p>
  17. <p><a href="addressbook.txt">Addressbook internals</a></p>
  18. <p><a href="tree.txt">Mailbox tree functions</a></p>
  19. <p><a href="rfc_documents.txt">List of RFC documents used in SquirrelMail</a></p>
  20. <p><a href="mime.txt">MIME bodystructure handling</a></p>
  21. <p><a href="compose.txt">Creating compose links the right way</a></p>
  22. </body>
  23. </html>