This class will enable you to decode mime email. It can for example decode the mime torture test made available by UW.
There is an example script available at http://www.phpguru.org to help you get started. This class is also available through PEAR
A script that performs a search and replace function. Written because I didn't have one at the time. Can perform over multiple files and/or directories. Can be configured to
ignore certain lines.
A class to enable you to send email direct through an smtp server. Currently supports all basic commands; HELO, EHLO, MAIL, RCPT, RSET, DATA. Also supports the AUTH LOGIN (basic
authentication).
A very easy to use yet powerful and quick template engine. Enables you to seperate your page layout/design from your code. It can handle simple variable replacement and table
building using two dimensional arrays and/or MySQL result sets (Meaning that given a single row in the template, this class can build an entire table of data). Performance is
excellent. Has support for multiple template files.