Home » Networking » Net_Vpopmaild
Class for accessing Vpopmail's vpopmaild daemon
This package is unmaintained.
Download latest release 0.3.2 (archived versions might be outdated)
License: PHP License
Description
Supports all vpopmaild commands, such as adding/removing domains, users, robots (autoresponders), and ezmlm lists (todo), as well as modifying domain limits, ip maps, etc
Maintainers
- Bill Shupp (shupp) — lead, active
Dependencies
Required
- PHP (>= 5.0)
- PEAR Installer (>= 1.4.0b1)
- Net_Socket
- Log
Releases
- 0.3.2 (beta, 2008-10-04)
Release notes
License: PHP License
Fix PEAR bug #14733 in getLimits(). Thanks to Michal Dvoracek (lampacz).
- 0.3.1 (beta, 2008-04-20)
Release notes
License: PHP License
Incorrect visibility on getSetLimitsParms() and getModUserParms() methods
- 0.3.0 (beta, 2008-04-19)
Release notes
License: PHP License
Made the string and flag parameters for the modUser and setLimits methods available through the API:
* Added getSetLimitsParms() method
* Added getModUserParms() method
* Upgraded from alpha to beta - 0.2.1 (alpha, 2008-04-11)
Release notes
License: PHP License
* Fix notice in dotQmailSplit()
- 0.2.0 (alpha, 2008-04-06)
Release notes
License: PHP License
* Fix bug in setLimits() - use isset() instead of !emtpy() so you don't lose values of 0.
* Some docblock updates
* Fix login example - 0.1.0 (alpha, 2007-11-27)
Release notes
License: PHP License
Update @return tags in doc blocks. First public PEAR release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14733 | Closed | Bug | 0.3.1 | 2008-10-03 | getLimits skip first line |