tclWebMail

About

tclWebMail is my tiny PHP webmail script. The package contains This webmail client is two files, a php script and a css stylesheet file. It should be able to run on just about any web server with php and php-imap support. It handles about 90% of my email needs.

It supports viewing, searching, and composing of text emails. It also has rudimentary support for folders. I hope to add the ability to receive attachments and maybe an address book someday.

Documentation

Configuration currently consists in modifying the following lines in the webmail.php script.
define("MM_IMAP_HOST", "localhost"); // use mail server hostname if web  server and imap server on different hosts
define("MM_IMAP_OPS", "/imap/ssl/novalidate-cert"); // c-client imap library options (set to /imap for non-ssl server)
define("MM_IMAP_DOMAIN", "thecommandline.org"); // the default mail domain here
define("HTML_CSS","webmail.css"); // Link to your own stylesheet if you like

Download

tclWebMail version 0.3

Email

Email me at kefferb.web (at) thecommandline.org If you have any questions, suggestions, or patches.