Develop and Download Open Source Software

PHP MIME Mail decoder class

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2012-08-28 07:05
This release fixes the removal of spaces in headers that have text between two q-encoded blocks.
2012-04-12 07:37
This release supports custom MIME types which applications may define to use when the Analyze function does not recognize a MIME type of a part of a parsed message.
2012-03-13 06:17
This release fixes the bug related to skipping whitespace when parsing long headers split across multiple lines. It also adds support to tolerate escape characters in email address names which are not quoted.
2011-05-10 23:49
This release adds support for using the original attachment file names when saving message body parts to files.
2011-04-12 21:53
This release adds support for analyzing multipart/form-data MIME parts, which are usually used to submit form data using HTTP POST requests.

Project Resources

http://freecode.com/urls/5ed6e8d9b40cac4d5e1cbe5f5d33aa96
http://freecode.com/urls/d5a7f8dbb52d48ffe15735510af28341
http://freecode.com/projects/phpmimemaildecoder

Project Description

PHP MIME Mail decoder class is a PHP class to parse and decode MIME email messages. It supports decoding single RFC 2822 MIME messages or archives that aggregate multiple messages in the mbox format. It can decode messages read from files or data strings. The bodies of multipart messages can be decoded into distinct sub-messages. Optionally, the message body data can be saved to separate files, so the class can handle messages larger than the available memory. The parser can tolerate some syntax errors in malformed messages that are not compliant with RFC 2822.


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.