Home » Networking » Net_LMTP
Provides an implementation of the RFC2033 LMTP protocol
This package is unmaintained.
Download latest release 1.0.2 (archived versions might be outdated)
License: PHP License
Description
Provides an implementation of the RFC2033 LMTP using PEAR's Net_Socket and Auth_SASL class.
Maintainers
- Damian Alejandro Fernandez Sosa (damian) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Net_Socket
Releases
- 1.0.2 (stable, 2011-11-30)
Release notes
License: PHP License
QA release
Package 2.0
Request #14532 TLS support for the Net_LMTP package - 1.0.1 (stable, 2004-08-25)
- 0.7.0 (stable, 2004-03-02)
Release notes
License: PHP License
* Removed dependency on Auth_SASL, but if installed automatically uses it probiding DIGEST-MD5 and CRAM-MD5 auth methods
* Marked as stable - 0.6 (beta, 2003-04-27)
Release notes
License: PHP License
- Fixed a bug in DIGEST-MD5 Auth Method.
- Now Uses defaults values in constructor. - 0.5 (beta, 2003-04-25)
Release notes
License: PHP License
- All methods are implemmented based on Net_SMTP
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14532 | Closed | Req | 1.0.1 | 2008-08-20 | TLS support for the Net_LMTP package |
| #18771 | Open | Bug | 1.0.1 | 2011-08-31 | AUTH DIGEST-MD5 not working |