*** Version 1.3.8 (stable) - API 1.3.7 (stable) - 2010-10-25


Automatically built QA release
Bug #17135 Deprecated use of new and reference - doconnor
 

*** Version 1.3.7 (stable) - API 1.3.7 (stable) - 2009-07-24


QA release
Bug #3140 Error handling in _sendCmd
Bug #3551 Bug #2663 not fixed yet
Bug #7644 POP3 Line Concatenation Function will fail and halt the program
Updated to Package 2.0
Comment -> docblock. This should fix bug #8171: Add return types and description
Bug #8420: Copy&Paste issue ;) (wrong error message)
* Convert to package.xml v2
* Fail when authentication method is not supported
   

*** Version 1.3.6 (stable) - API 1.3.6 (stable) - 2005-04-05


* Fixed Bug #3551 Bug #2663 not fixed yet.
* Fixed Bug #3410 Error handling in _sendCmd
* Fixed Bug #1942 wrong parameter-type specification in Net_POP3::login
* Fixed Bug #239 Missing phpdoc tag.
   

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


* Fixed Bug #3141 $pop3->getListing() returns empty fields. thanks to  culmat at gmx dot net
   

*** Version 1.3.4 (stable) - API 1.3.4 (stable) - 2004-12-05


* Fixed Bug #2440 thanks to erickoh at jobsfactory dot com
* Fixed Bug #2453 :Mistake in PEAR Doc for Net_POP3 example. thanks to erickoh at jobsfactory dot com
* Removed double quotes in _authLogin() fixes Bug #2454 :AUTH LOGIN user and pass need to be enclosed in double quotes?. thanks to erickoh at jobsfactory dot com
* Fixed Bug #2523 : Unable to login to Qmail servers. thanks to johann dot hoehn at ecommerce dot com
* Fixed Bug #2646 :APOP attempted when not supported. thanks to osdave at nospam_davepar dot com
   

*** Version 1.3.3 (stable) - API 1.3.3 (stable) - 2004-09-15


* _sendCmd  now return PEAR_Error on error instead of false making error check easy
* Fixes bug #2175 login() which uses DIGEST-MD5 always returns true.
* All the Login methods now uses PEAR_Error instead of 'false' finding the error cause is now easy
* Disabling DIGEST-MD5 until I can make work whit saslv2 (saslv2 and saslv1 responses are different )
   

*** Version 1.3.2 (stable) - API 1.3.2 (stable) - 2004-06-26


* Fixes bug #1505
   

*** Version 1.3.1 (stable) - API 1.3.1 (stable) - 2004-03-18


* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass
   

*** Version 1.3 (stable) - API 1.3 (stable) - 2004-03-03


* Added debug capabilities
* Added _recvLn() and _send($data) to support debug and better check socket errors
* Added SASL AUTH capabilities
* if installed automatically uses Auth_SASL
* Added LOGIN,PLAIN,DIGEST-MD5 and CRAM-MD5
* Modified APOP and USER auths
* Now the class automagically selects the best auth method
   

*** Version 1.2 (stable) - API 1.2 (stable) - 2002-07-27


License change
   

*** Version 1.1 (stable) - API 1.1 (stable) - 2002-02-13


Renamed file to POP3.php
   

