Top Level :: Networking

Package Information: Net_Sieve

Show All Changelogs
» Version » Information
1.1.6Download

Release date: 2008-03-22 19:03 UTC
Release state: stable

Changelog:

* Fixed Bug #9273
* Fixed copy/paste error in CRAM and DIGEST authentication error case.

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_Socket 1.0 or newer
1.1.5Download

Release date: 2006-10-25 01:52 UTC
Release state: stable

Changelog:

* Fixed Bug connect() bug
* Fixed Request #8071

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_Socket 1.0 or newer
1.1.4Download

Release date: 2006-09-09 21:09 UTC
Release state: stable

Changelog:

* Fixed Bug #8452 Unterminated read loop
* Fixed Bug #7845 Add mbstring support
* Added Request #8071 Enable the ability to toggle TLS support if available.
* Added Request #8453 Clean up PHPDoc and comments

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_Socket 1.0 or newer
1.1.3Download

Release date: 2006-05-21 06:31 UTC
Release state: stable

Changelog:

* Correctly Fixed Bug #3519 Net_Sieve w/ externally established sockets
* Fixed Bug #7197 getScript() truncates long scripts
* Added PHPUnit2 regression test script

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_Socket 1.0 or newer
1.1.2Download

Release date: 2006-02-10 00:54 UTC
Release state: stable

Changelog:

* Fixed Request #4053 Added STARTTLS support for PHP 5.1 and above
* Fixed Bug #3519 Net_Sieve w/ externally established sockets
* Fixed Bug #4794 drops protocol prefix, e.g. "ssl://" in referrals
* Fixed STARTTLS detection
* Allow $options[] to be passed to Net_Socket

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: Net_Socket 1.0 or newer
1.1.1Download

Release date: 2005-02-02 14:54 UTC
Release state: stable

Changelog:

* Fixed Bug #3242 cyrus murder referrals not followed

Dependencies:
1.1.0Download

Release date: 2004-12-18 12:39 UTC
Release state: stable

Changelog:

* Fixed Bug #2728 Linebreaks not being read using getScript()

Dependencies:
1.0.1Download

Release date: 2004-03-13 14:43 UTC
Release state: stable

Changelog:

* Fixed BUG #1006

Dependencies:
1.0.0Download

Release date: 2004-03-10 03:08 UTC
Release state: stable

Changelog:

* Fixed DIGEST-MD5 sasl version handling (sasl v1.xx responses are diferent than v2.xx)
* Fixed LOGIN Method

Dependencies:
0.9.2Download

Release date: 2004-03-01 16:17 UTC
Release state: stable

Changelog:

* fixed a bug in error handling routines
* There is an issue whith the DIGEST-MD5 method. in one installation it does not work but in my server it works perfect! please send me debug info to solve the problem if

Dependencies:
0.9.1Download

Release date: 2004-03-01 02:26 UTC
Release state: stable

Changelog:

* There is an issue whith the DIGEST-MD5 method. in one installation it does not work but in my server it works perfect! please send me debug info to solve the problem if
it affects you or disable DIGEST-MD5
* some optimizations to the code
* added haveSpace() to check if the server has space to store the script. Use with care HAVESPACE seems to be broken in cyrus 2.0.16
* added hasExtension()
* added getExtensions()
* added referral support and automatic following of them. (it also handles the following of multireferrals).
* removed _getResponse replaced by _doCmd. (thanks to Etienne Goyer for this)
* added supportsAuthMech()
* if installed automatically uses Auth_SASL
* added CRAM-MD5 auth Method
* added DIGEST-MD5 auth Method
* added getAuthMechs() returns an array containing all the auth methods the server supports
* added hasAuthMech() to check if the server has a particular auth method
* _connect --> connect: now is a public method (without breaking BC)
* _login --> login: now is a public method (without breaking BC)
* fix typo cmdAuthenticate() ---> _cmdAuthenticate()
* _doCmd() now parses string responses also.

Dependencies:
0.9.0Download

Release date: 2004-01-31 19:38 UTC
Release state: stable

Changelog:

* Added setDebug() method and debugging capabilities
* added disconnect() method
* added sample file test_sieve.php
* fixed bug #591
* automagically selects the best auth method

Dependencies:
0.8.1Download

Release date: 2002-07-27 17:32 UTC
Release state: stable

Changelog:

Initial release

Dependencies:
0.8Download

Release date: 2002-05-30 01:04 UTC
Release state: stable

Changelog:

Initial release

Dependencies: