~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to doc/Development/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-08-11 13:53:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060811135320-a54q8uf2ncuwc5es
Tags: 2:1.4.8-1
* New upstream release
  - Includes security fix: variable overwriting in compose.php
    by logged-in user [CVE-2006-4019]
  - Does not ship SquirrelMail developer's documentation anymore.

* Remove duplicate content from README.locales.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<!-- $Id: index.html,v 1.1.2.2 2005/05/24 18:56:19 kink Exp $ -->
3
 
<html lang="en_GB">
4
 
<head>
5
 
<meta name="robots" content="noindex,nofollow">
6
 
<title>SquirrelMail - Developer Documentation</title>
7
 
</head>
8
 
<body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc">
9
 
<img src="../../images/sm_logo.png" alt="SquirrelMail Logo" width="308" height="111" align="right" />
10
 
<h1>SquirrelMail Internals</h1>
11
 
 
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
 
 
15
 
<p>More information about SquirrelMail development can be found on <a href="http://www.squirrelmail.org/">our
16
 
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>
17
 
 
18
 
<p><a href="plugin.txt">Plugin hooks and functions</a></p>
19
 
 
20
 
<p><a href="addressbook.txt">Addressbook internals</a></p>
21
 
 
22
 
<p><a href="tree.txt">Mailbox tree functions</a></p>
23
 
 
24
 
<p><a href="rfc_documents.txt">List of RFC documents used in SquirrelMail</a></p>
25
 
 
26
 
<p><a href="mime.txt">MIME bodystructure handling</a></p>
27
 
 
28
 
<p><a href="compose.txt">Creating compose links the right way</a></p>
29
 
 
30
 
</body>
31
 
</html>
32