Top Level :: Mail

Package Information: Mail

Show All Changelogs
» Version » Information
1.2.0b1Download

Release date: 2008-07-02 06:26 UTC
Release state: beta

Changelog:

- _hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz@curecanti.org, Bug #9137).

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.2.0a2Download

Release date: 2008-04-25 05:14 UTC
Release state: alpha

Changelog:

- Make sure Net_SMTP is defined when calling getSMTPObject() directly (slusarz@curecanti.org, Bug #13772).

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.2.0a1Download

Release date: 2008-04-24 21:44 UTC
Release state: alpha

Changelog:

- Add addServiceExtensionParameter() to the SMTP driver (slusarz@curecanti.org, Bug #13764).
- Add a method to obtain the Net_SMTP object from the SMTP driver (slusarz@curecanti.org, Bug #13766).

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.14Download

Release date: 2006-10-11 20:33 UTC
Release state: stable

Changelog:

- Fix missing seperation between headers and body in the SMTP driver (Bug #8723).

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.13Download

Release date: 2006-09-15 03:49 UTC
Release state: stable

Changelog:

- Fix _sanitizeHeaders() so that it doesn't eat multiline headers. (Bug 8688, Bug 8699)
- The sendmail backend now correctly writes a blank line between the headers and body text. (Bug 8543)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.12Download

Release date: 2006-09-13 19:47 UTC
Release state: stable

Changelog:

- Fix typo in _sanitizeHeaders() that blanked out all headers. (Bug 8685)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.11Download

Release date: 2006-09-13 06:09 UTC
Release state: stable

Changelog:

- Mail::prepareHeaders() no longer appends a trailing newline. (Bug 7492)
- Mail::parseRecipients() now returns a PEAR_Error object on error. (Bug 7491)
- Mail_RFC822::isValidInetAddress() now permits domain parts longer than four characters. The two character minimum remains in effect. (Bug 7562)
- Fixed the tests for the existence of the PHP_EOL constant. (Bug 7682)
- Changed the default 'sendmail_args' value to include the '-i' argument. (Bug 7785)
- We now guard against email injection exploits. (Bug 6229)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.10Download

Release date: 2006-04-26 05:23 UTC
Release state: stable

Changelog:

- The SMTP driver now includes an error code in its PEAR_Error objects. (Bug 6983)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.9Download

Release date: 2005-09-13 07:10 UTC
Release state: stable

Changelog:

- SMTP connections are now reset (RSET) when an error occurs. (Bug 5212)
- The SMTP driver now exposes a disconnect() method which forcibly destroys the SMTP connection. (Bug 5372)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.8Download

Release date: 2005-08-24 04:57 UTC
Release state: stable

Changelog:

- Removing a stray debugging line that snuck into the 1.1.7 release. (Bug 5190)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.7Download

Release date: 2005-08-22 02:09 UTC
Release state: stable

Changelog:

- Mail_RFC822::isValidInetAddress() now accepts the '+' character in strict local-parts. (Bug 4943)
- The SMTP backend now returns standardized error messages which now include additional error details from the Net_SMTP package. (Bug 4241)
- Mail::factory() now returns object references without generating PHP warnings.
- The SMTP backend now supports a 'persist' parameter which allows the internal SMTP connection object to be reused over multiple calls to the send() method. (Bug 4122)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.6Download

Release date: 2005-07-12 15:55 UTC
Release state: stable

Changelog:

- Don't emit warnings with PHP 4.4/5.1.

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.5Download

Release date: 2005-06-26 23:47 UTC
Release state: stable

Changelog:

- Unfold long lines before parsing addresses in Mail_RFC822.
- The SMTP driver now supports a 'timeout' value. (Request #3776)
- An array of Received: headers can now be provided. (Bug #4636)

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.4Download

Release date: 2004-09-09 02:59 UTC
Release state: stable

Changelog:

- Header key comparisons are now case-insensitive. (Colin Viebrock)
- Header fields (e.g., 'Cc', 'Bcc') may now be specified as arrays of addresses. (Colin Viebrock)
- PHP5 compatibility fix (Bug #1563).
- PHP4 / Win32 compatibility fix for the 'sendmail' driver (Bug 1881).
- Stricter "local part" parsing for Mail_RFC822 (in accordance with Section 6.2.4 of RFC 822) (Bug 1869).
- The various send() implementations now properly escalate the PEAR_Error object returned by Mail::prepareHeaders() in the event of an invalid header.

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.3Download

Release date: 2004-04-08 18:16 UTC
Release state: stable

Changelog:

- The 'mail' driver now returns a PEAR_Error object on failure.
- The individual drivers no longer include the 'Mail.php' file. If you want to instantiate a driver directly, you'll need to explicitly include the 'Mail.php' file yourself.

Dependencies:
  • PEAR Package: Net_SMTP 1.1.0 or newer (optional)
1.1.2Download

Release date: 2003-09-05 10:41 UTC
Release state: stable

Changelog:

The 'localhost' value can now be set in the SMTP driver.

Dependencies:
1.1.1Download

Release date: 2003-06-26 22:59 UTC
Release state: stable

Changelog:

Minor fixes with newlines in headers.

Dependencies:
1.1.0Download

Release date: 2003-06-21 08:26 UTC
Release state: stable

Changelog:

The Mail package now depends on Net_SMTP 1.1.0 or greater for its SMTP authentication capabilities.

Dependencies:
1.0.2Download

Release date: 2002-12-12 23:16 UTC
Release state: stable

Changelog:

Minor additions and changes to RFC822.php. Fixed line terminator issue for smtp.php and set smtp.php to use Return-Path header in place of From header for MAIL FROM: (if supplied)

Dependencies:
1.0.1Download

Release date: 2002-07-27 19:04 UTC
Release state: stable

Changelog:

License change for RFC822.php

Dependencies:
1.0Download

Release date: 2002-06-06 10:47 UTC
Release state: stable

Changelog:

Initial release as PEAR package

Dependencies: