Things that need to be added :

* Theme builder, build a system to allow people to customize and see
  realtime what they are doing to the theme subsystem.

* Add saving of outbound mail to sent-mail

* Migrate the template register calls to localized registers when
  the templates are actually parsed (reduces memory footprint)

* Implement the vpopmail, icradius hooks, via the admin que daemon and
  sql command que.

* Logging system / maintaince programs -
   - logins
   - logouts
   - ability to see active sessions / expire them via a webtool
   - sending mail outbound (number of msgs sent etc...)
   - reading mail ( last time they read their mail / login )

* Install :

   --- Small issue / feature fix ---
   Make the installation scripts aware, of remote host access
   rules under mysql

   -- big feature --
   Make a colapsed design / database for people who already have
   a database that they just want to stick the tables into.
   ( Activate this within the install.php3 script )

Things that need to be completed :

* Complete work on the ppim app, as it contains the address book and such.

* Is the current_application stuff not needed any more
* Rework of the subdomain_management system it hasn't been updated
  in a while (REFACTOR IT), remove it and rebuild it completely
* Complete migration of the ptodo system to the appserver
  model (TBD)
* Work on the news system (TBD)
* Work on the headlines reader (slashdot and such)

Research and Development :

* Generic caching system, that can be abstracted to do the remote
  page caching and local caching for the http transactions, and such
  FileCache()?

* Evaluate the security risks within the session_id cycle around
  a login process. There might be a exposure window, it pays to
  be paranoid
