Download List

Projeto Descrição

The MIME Email message class composes and sends MIME encoded email messages. It features user-definable headers and body parts, support for plain text and HTML body, headers with non-ASCII text, HTML messages with embedded images, file attachments with content type detection, forwarding of messages as attachments, setting the error delivery address with the Return-Path header, and sub-classes for different delivery methods: mail, SMTP, Qmail, Sendmail, and Microsoft IIS or Exchange pickup folder. It also supports sending personalized bulk mail by replacing the message parts that differ for each recipient.

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-08-28 16:39
2012.08.27

Esta versão ajusta o limite de comprimento de linha de 76 caracteres, em vez de 75 como antes de ser coerente com a função de chunk_split PHP. Ele também evita o uso de quebras de linha adicionais após cada parte de dados de várias partes do corpo. Algumas classes com parâmetros que foram passados por referência incorretamente eram fixas.
This release adjusts the line length limit to 76 characters rather than 75 as before to be consistent with the PHP chunk_split function. It also avoids using additional line breaks after each multipart body data part. Some classes with parameters that were passed by reference incorrectly were fixed.

2011-01-28 17:17
2011.01.28

Esta versão corrige a declaração da variável localhost e funções SendMessageBody e SendMail, que estavam causando os avisos em PHP 5. Ele também remove todas as utilizações de funções ereg, que foram preteridos no PHP 5.3.
This release fixes the declaration of the localhost variable and SendMessageBody and SendMail functions, which were causing warnings under PHP 5. It also removes all uses of ereg functions, which were deprecated in PHP 5.3.

2009-08-05 19:22
2009.07.27

Esta revisão alterou o código para evitar o uso de funções de expressões regulares POSIX, uma vez que estes são preteridos começando com PHP 5.3.
This revision changed the code to avoid using POSIX regular expression functions, since those are deprecated starting with PHP 5.3.

2009-07-03 21:12
2009.07.02

Um bug no qual outros caracteres especiais em cabeçalhos não foram codificados quando eles contêm caracteres não-ASCII foi corrigido.
A bug in which other special characters in headers were not encoded when they contain non-ASCII characters was fixed.

2009-04-16 02:40
2009.04.12

Esta versão adiciona suporte para enviar mensagens através de servidores SMTP que precisam iniciar o protocolo TLS criptografia após a conexão é estabelecida (por exemplo, Hotmail).
This release adds support to send messages via SMTP servers that require starting the TLS cryptographic protocol after the connection is established (e.g., Hotmail).

Project Resources