This project aims to be a complete mailserver written in PHP including full support for SMTP and POP3. The project also aims to be platform independant, but has so far been written for the Windows Platform. Webinterface & C++ vers. is also planned.
Be the first to post a text review of myMailServer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
There has been an addition to the team of myMailServer, welcome to MansfieldInc and Ehcg!
This is the first working prototype of the server, and should be concidered in a pre-alpha/alpha state.
### Changes done 07-20-2003 * Created this changelog :-) * Updated TODO list. * Bundeled mymailserver.sql, the MySQL table setup needed by the server. * Replaced mysql_safe_string() with addslashes() before inserting a recieved mail (server.php) into the database. This fixed a bug making the mails unreadable in Outlook Express, as Well as removing some unwanted double-quote enclosings around the author name. (server.php) * Added stripslashes() before sending the data to the client. (server.php) * Replaced SQL function CURRTIME() with FROM_UNIXTIME( UNIX_TIMESTAMP( ) ) when inserting recived mail into the database. (server.php) * Added dynamic error reporting to config file, based on the constant DEBUG. (conf.php.inc) * Added uid column to database table "trash" * Added addslashes() before inserting a deleted mail into "trash" table. (server.php) * Wrote install.txt for basic installation guidance. ### Changes done 07-19-2003: * Fixed some configuration file errors * Fixed some errors in server.php where the configuration settings from conf.inc.php was not used.
### Changes done 07-20-2003 * Created this changelog :-) * Updated TODO list. * Bundeled mymailserver.sql, the MySQL table setup needed by the server. * Replaced mysql_safe_string() with addslashes() before inserting a recieved mail (server.php) into the database. This fixed a bug making the mails unreadable in Outlook Express, as Well as removing some unwanted double-quote enclosings around the author name. (server.php) * Added stripslashes() before sending the data to the client. (server.php) * Replaced SQL function CURRTIME() with FROM_UNIXTIME( UNIX_TIMESTAMP( ) ) when inserting recived mail into the database. (server.php) * Added dynamic error reporting to config file, based on the constant DEBUG. (conf.php.inc) * Added uid column to database table "trash" * Added addslashes() before inserting a deleted mail into "trash" table. (server.php) * Wrote install.txt for basic installation guidance. ### Changes done 07-19-2003: * Fixed some configuration file errors * Fixed some errors in server.php where the configuration settings from conf.inc.php was not used.
Sourcecode of the project has been released. This is just a prelimenary release though, so that people can see what the code looks like. It should not be concidered stable at all :-)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?