Download List

Projeto Descrição

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.

2011-03-28 17:24
2011.03.25

Esta versão corrige decodificação cabeçalhos codificação q com um espaço entre duas palavras codificadas.
This release fixes decoding q-encoding headers with whitespace between two encoded words.

2011-03-16 19:44
2011.03.16

Esta versão adiciona suporte para reconhecer o tipo de peças de mensagens que são documentos RTF.
This release adds support for recognizing the type of message parts that are RTF documents.

2011-01-17 20:15
2011.01.08

Esta versão corrige a detecção de quebras de linha em strings de cabeçalho, que estava afetando a análise de relatórios saltou mensagem.
This release fixes the detection of line breaks in header strings, which was affecting parsing of bounced message reports.

2010-11-15 22:54
2010.11.15

Esta versão adiciona suporte para tolerar as mensagens sem analisar uma linha em branco separando os cabeçalhos do corpo. Ele também corrige um bug de não declarar a posição da linha de erros e avisos. Outros bugs foram corrigidos para a detecção de quebras de linha e decodificação de cabeçalhos quoted-printable e binário.
This release adds support for tolerating parsing messages without an empty line separating the headers from the body. It also fixes a bug of not reporting the line position of errors and warnings. Other bugs were fixed concerning the detection of line breaks and decoding of quoted-printable and binary headers.

2010-07-08 22:32
2010.07.07

Um erro na fixação dos avisos relacionados com as posições dos cabeçalhos que aparecem duas vezes em uma mensagem foi corrigido.
A bug in the setting of warnings related to positions of headers that appear twice in a message was fixed.

Project Resources