Net_SMTP
Provides an implementation of the SMTP protocol
Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
chagenbu
Chuck Hagenbuch
chuck@horde.org
lead
jon
Jon Parise
jon@php.net
lead
1.2.6
2004-04-12
PHP License
stable
Renaming some methods to be compatible with the PEAR coding standards. Backwards-compatible wrappers have been provided.
Net_Socket
Auth_SASL
1.2.6
2004-04-12
PHP License
stable
The following methods have been renamed for compliance with the PEAR coding standards: send_from() -> sendFrom(), soml_from() -> somlFrom(), saml_from() -> samlFrom(). Backwards-compatible wrappers have been provided.
1.2.5
2004-03-11
PHP License
stable
The connect() method has grown an optional 'persistent' parameter that will be passed to the Net_Socket::connect() method. Previously, persistent connections will always disabled. 'persistent' defaults to false.
Release 1.2.4 was incorrectly packaged. Release 1.2.5 corrects that error. The code itself remains the same.
1.2.4
2004-03-11
PHP License
stable
The connect() method has grown an optional 'persistent' parameter that will be passed to the Net_Socket::connect() method. Previously, persistent connections will always disabled. 'persistent' defaults to false.
1.2.3
2003-05-11
stable
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.
1.2.2
2003-05-02
stable
Fix a call-time pass-by-reference problem that was raising a warning if call-time pass-by-reference was disabled.
1.2.1
2003-04-26
stable
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.
1.2.0
2003-04-06
stable
- Perform data quoting in its own routine: quotedata()
1.1.2
2003-02-17
stable
- Correctly handle the case where the server's ESMTP response includes a SIZE keyword with no specific value.
1.1.1
2003-01-30
stable
- Don't enforce a maximum message size if the SIZE parameter is zero.
1.1.0
2003-01-18
stable
- 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.
1.0.1
2003-01-02
stable
Corrected an off-by-one bug that corrupted the list of ESMTP capabilities.
1.0
2002-06-11
stable
Initial release as PEAR package