*** Version 1.1.6 (stable) - API 1.1.6 (stable) - 2008-03-22

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

*** Version 1.1.5 (stable) - API 1.1.5 (stable) - 

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

*** Version 1.1.4 (stable) - API 1.1.4 (stable) - 

* 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

*** Version 1.1.3 (stable) - API 1.1.3 (stable) - 

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

*** Version 1.1.2 (stable) - API 1.1.2 (stable) - 

* 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

*** Version 1.1.1 (stable) - API 1.1.1 (stable) - 2005-02-02

* Fixed Bug #3242 cyrus murder referrals not followed

*** Version 1.1.0 (stable) - API 1.1.0 (stable) - 2004-12-18

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

*** Version 1.0.1 (stable) - API 1.0.1 (stable) - 2004-03-13

* Fixed BUG #1006

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2004-03-10

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

*** Version 0.9.1 (beta) - API 0.9.1 (beta) - 2004-02-29

* 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.

*** Version 0.9.0 (beta) - API 0.9.0 (beta) - 2004-01-31

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

*** Version 0.8.1 (beta) - API 0.8.1 (beta) - 2002-07-27

Initial release

*** Version 0.8 (beta) - API 0.8 (beta) - 2002-05-10

Initial release

