<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>Net_POP3</name>
  <summary>Provides a POP3 class to access POP3 server.</summary>
  <description>Provides a POP3 class to access POP3 server. Support all POP3 commands
including UIDL listings, APOP authentication,DIGEST-MD5 and CRAM-MD5 using optional Auth_SASL package</description>
  <maintainers>
    <maintainer>
      <user>richard</user>
      <name>Richard Heyes</name>
      <email>richard@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>damian</user>
      <name>Damian Fernandez Sosa</name>
      <email>damlists@cnba.uba.ar</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>gschlossnagle</user>
      <name>George Schlossnagle</name>
      <email>george@omniti.com</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.3.6</version>
    <date>2005-04-04</date>
    <license>BSD</license>
    <state>stable</state>
    <notes>* 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.</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.0">Net_Socket</dep>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="Net" name="POP3.php"/>
      <file role="test" baseinstalldir="Net" name="Net_POP3_example.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.3.5</version>
      <date>2005-02-02</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* Fixed Bug #3141 $pop3-&gt;getListing() returns empty fields. thanks to  culmat at gmx dot net
    
</notes>
    </release>
    <release>
      <version>1.3.4</version>
      <date>2004-12-05</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* 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
    
    
</notes>
    </release>
    <release>
      <version>1.3.3</version>
      <date>2004-09-15</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* _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 )
    
</notes>
    </release>
    <release>
      <version>1.3.2</version>
      <date>2004-06-26</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* Fixes bug #1505

    
</notes>
    </release>
    <release>
      <version>1.3.1</version>
      <date>2004-03-18</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass

    
</notes>
    </release>
    <release>
      <version>1.3</version>
      <date>2004-03-03</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>* 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
    
</notes>
    </release>
    <release>
      <version>1.2</version>
      <date>2002-07-27</date>
      <license>BSD</license>
      <state>stable</state>
      <notes>License change
</notes>
    </release>
    <release>
      <version>1.1</version>
      <date>2002-02-13</date>
      <state>stable</state>
      <notes>Renamed file to POP3.php
</notes>
    </release>
  </changelog>
</package>

