*** Version 1.3.0 (stable) - API 1.3.0 (stable) - 2010-07-01


* Add debug handler parameter to constructor.
* Fix LOGIN authentication (Agustín Eijo, Aleksander Machniak, Bug #17527).
 

*** Version 1.2.2 (stable) - API 1.2.0 (stable) - 2010-06-13


* Fix SASL authentication without Auth_SASL (Bug #17489).
   

*** Version 1.2.1 (stable) - API 1.2.0 (stable) - 2010-04-19


* Fix DIGEST-MD5 authentication with Dovecot (Stef Simoens, Bug #17320).
   

*** Version 1.2.0 (stable) - API 1.2.0 (stable) - 2010-04-01


Changes since version 1.2.0b1:
* Fix DIGEST-MD5 authentication (Aleksander Machniak, Bug #17285).
* Don't try to call dl() if mbstring extension isn't loaded (Bug #17038).
Changes since version 1.1.7:
* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
* Fix breakage with certain locales, especially Turkish.
* Fix reading authentication responses without literals (Bug #16647).
* Code cleanup.
   

*** Version 1.2.0b1 (beta) - API 1.2.0 (stable) - 2009-10-07


* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
* Fix breakage with certain locales, especially Turkish.
* Fix reading authentication responses without literals (Bug #16647).
* Code cleanup.
   

*** Version 1.1.7 (stable) - API 1.1.6 (stable) - 2009-07-24


* Fixed STARTTLS support (Bug #14205).
* Added connect options and EXTERNAL authentication.
   

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

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

