PHP Email Archiver is a tool that allows you to archive email in a SQL database with a nice PHP front end, and full text search capabilities. It uses a Perl script to save messages created.
This class allows for easy unlimited attachments as well as text, HTML, or both (let client decide which is displayed). Completly rewritten from the previous version to better ensure that all MIME encoding is top-notch. See the test script included for more details.
This script allows visitors of your website to send you an email message without giving out your address. Also it has the option to send a notification to the sender address to help track down abusers of the script.
Available options: Sender address syntax verification; Sender address optionaly recieves copy; Color customization; No email address visible to visitors.
This is a small little PHP script written as a web interface to getwmail written by Doug Rinckes. It was wrtten to be used either stand-alone or to be easilyincluded into any web page with a simple php include command.
This is a PHP class for connecting to a POP3 mail server, retrieving messages and message information, and running other POP3 commands on the server. It comes with a guide on how to integrate it into scripts, along with a demo script which demonstrates its capabilities.