| » Version | » Information |
|---|---|
| 1.6.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.6.1 Release date: 2011-08-13 19:06 UTC Release state: stable Changelog: - Fixing the detection of SASL-based AUTH methods. (Bug #18594) Dependencies:
|
| 1.6.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.6.0 Release date: 2011-06-06 04:41 UTC Release state: stable Changelog: - Adding a new command() method for sending arbitrary SMTP commands. - More kinds of socket write() failures are now detected. - Improved PEAR_Error internal handling. (Bug 18469) - External authentication methods are now supported via setAuthMethod(). - Resource-based data streams are no longer terminated prematurely. (Bug 18563) Dependencies:
|
| 1.5.2 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.5.2 Release date: 2011-04-17 02:29 UTC Release state: stable Changelog: - Avoid requesting immediate socket timeouts. (Bug 18335) - Added support for passing additional socket options. (Request 18418) Dependencies:
|
| 1.5.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.5.1 Release date: 2011-03-11 06:27 UTC Release state: stable Changelog: - Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538) - Fixing the default socket timeout. (Bug 18335) Dependencies:
|
| 1.5.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.5.0 Release date: 2011-02-07 04:11 UTC Release state: stable Changelog: - Avoid appending an extra space in mailFrom() when $params is empty. (Bug 17989) - Differentiating between a connection timeout and general socket I/O timeouts. (Request 18197) Dependencies:
|
| 1.4.4 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.4.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.4.4 Release date: 2010-10-21 16:53 UTC Release state: stable Changelog: Corrected a problem with SMTP servers that don't support the SIZE feature. (Bug 17942) Dependencies:
|
| 1.4.3 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.4.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.4.3 Release date: 2010-10-11 01:14 UTC Release state: stable Changelog: - Reduce peak memory usage when sending large files. (Request 17887) - Adding support for proxy authentication. (Request 17358) Dependencies:
|
| 1.4.2 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.4.2 Release date: 2010-03-08 05:56 UTC Release state: stable Changelog: Fixing header string quoting in data(). (Bug #17199) Dependencies:
|
| 1.4.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.4.1 Release date: 2010-01-24 21:47 UTC Release state: stable Changelog: The auth() method now includes an optional $tls parameter that determines whether or not TLS should be attempted (if supported by the PHP runtime and the remote SMTP server). This parameter defaults to true. (Bug #16349) Header data can be specified separately from message body data by passing it as the optional second parameter to ``data()``. This is especially useful when an open file resource is being used to supply message data because it allows header fields (like *Subject:*) to be built dynamically at runtime. (Request #17012) Dependencies:
|
| 1.4.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.4.0 Release date: 2010-01-17 22:55 UTC Release state: stable Changelog: The data() method now accepts either a string or a file resource containing the message data. (Request #16962) Dependencies:
|
| 1.3.4 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.3.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.3.4 Release date: 2009-11-28 20:37 UTC Release state: stable Changelog: All Net_Socket write failures are now recognized. (Bug #16831) Dependencies:
|
| 1.3.3 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.3.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.3.3 Release date: 2009-07-14 07:42 UTC Release state: stable Changelog: - Added getGreeting(), for retrieving the server's greeting string. (Request #16066) - We no longer attempt a TLS connection if we're already using a secure socket. (Bug #16254) - You can now specify a debug output handler via setDebug(). (Request #16420) Dependencies:
|
| 1.3.2 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.3.2 Release date: 2008-12-20 18:07 UTC Release state: stable Changelog: - TLS connection only gets started if no AUTH methods are sent. (Bug #14944) Dependencies:
|
| 1.3.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.3.1 Release date: 2008-06-10 01:45 UTC Release state: stable Changelog: - Invalid response arrays were returning false instead of a PEAR_Error object. (Thomas Berger) Dependencies:
|
| 1.3.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.3.0 Release date: 2008-04-24 17:24 UTC Release state: stable Changelog: - Add getServiceExtensions (slusarz@curecanti.org, Bug 13763) Dependencies:
|
| 1.2.11 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.11 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.11 Release date: 2008-02-15 00:50 UTC Release state: stable Changelog: - We now use package.xml version 2 exclusively. - Skip unit tests when the configuration file is not available. - Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206) Dependencies:
|
| 1.2.10 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.10 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.10 Release date: 2007-03-30 16:05 UTC Release state: stable Changelog: Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan Ohrn, johan@oern.mine.nu). Dependencies:
|
| 1.2.8 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.8 Release date: 2006-02-06 01:23 UTC Release state: stable Changelog: - The mailFrom() and rcptTo() methods now support additional arbitrary parameters. (Request 6339) - Upgraded to package.xml version 2 (via package2.xml). - Updated the license to PHP 3.0.1. Dependencies:
|
| 1.2.7 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.7 Release date: 2005-08-21 20:21 UTC Release state: stable Changelog: The VRFY command now accepts 252 as a valid response code. (Bug 5083) Dependencies:
|
| 1.2.6 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.6 Release date: 2004-04-13 01:19 UTC Release state: stable Changelog: Renaming some methods to be compatible with the PEAR coding standards. Backwards-compatible wrappers have been provided. Dependencies:
|
| 1.2.5 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.5 Release date: 2004-03-11 13:07 UTC Release state: stable Changelog: It's now possible to request a persistent socket connection when calling the connect() method. Dependencies:
|
| 1.2.3 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.3 Release date: 2003-05-11 19:34 UTC Release state: stable Changelog: Both 235 (Authentication successful) and 503 (Error: already authenticated) are now accepted as valid AUTH responses. 503 (Error: already authenticated) is now considered a valid EHLO response. Dependencies:
|
| 1.2.2 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.2 Release date: 2003-05-03 03:43 UTC Release state: stable Changelog: Fix a call-time pass-by-reference problem that was raising a warning if call-time pass-by-reference was disabled. Dependencies:
|
| 1.2.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.1 Release date: 2003-04-26 06:26 UTC Release state: stable Changelog: The Auth_SASL package is no longer absolutely required, but it will be used if it is available. Otherwise, the authentication methods that depend upon it will be disabled. Dependencies:
|
| 1.2.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.2.0 Release date: 2003-04-07 04:59 UTC Release state: stable Changelog: - Perform data quoting in its own routine: quotedata() Dependencies:
|
| 1.1.2 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.1.2 Release date: 2003-02-18 02:24 UTC Release state: stable Changelog: - Correctly handle the case where the server's ESMTP response includes a SIZE keyword with no specific value. Dependencies:
|
| 1.1.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.1.1 Release date: 2003-01-31 02:31 UTC Release state: stable Changelog: - Don't enforce a maximum message size if the SIZE parameter is zero. Dependencies:
|
| 1.1.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.1.0 Release date: 2003-01-19 00:16 UTC Release state: stable Changelog: - The SMTP server's SIZE capability is now honored. - Improved support for SMTP authentication (LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5). - Overhauled the server response parsing system. - Added optional debugging output (enabled via setDebug()). - A timeout value can now be specified for the socket connection. Dependencies:
|
| 1.0.1 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.0.1 Release date: 2003-01-03 18:46 UTC Release state: stable Changelog: Corrected an off-by-one bug that corrupted the list of ESMTP capabilities. Dependencies:
|
| 1.0 |
Easy InstallNot sure? Get more info. pear install Net_SMTP-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SMTP-1.0 Release date: 2002-07-11 15:42 UTC Release state: stable Changelog: Initial release as PEAR package Dependencies:
|