Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-04-12 07:37 Back to release list
2012.04.11

Esta versión es compatible con los tipos MIME personalizados que pueden definir las aplicaciones a utilizar cuando la función analizar no reconoce un tipo MIME de una parte de un mensaje analizado.
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.

Project Resources