WAP mail Wiki
It's a WAP application to receive and send email messages
Status: Pre-Alpha
Brought to you by:
pbenke
Download latest ZIP package and unpack it somewhere on web server. Make sure to make engine/cache writable to web server otherwise Dwoo will not work. Then you need to create MySQL database and database user. It's easiest to do it by using phpMyAdmin. After database creation, open file called shared.php and enter data about your database host, name, user and password. Last step is to create database tables to store necessary data. There's file called database.sql that need to be imported and again the easiest way is to use phpMyAdmin.
That should be all about installation.