1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
3<package version="1.0">
4  <name>Net_Cyrus</name>
5  <summary>provides an API for the administration of Cyrus IMAP servers.</summary>
6  <description>API for the administration of Cyrus IMAP servers. It can be used to create,delete and modify users and it's properties (Quota and ACL)</description>
7  <maintainers>
8    <maintainer>
9      <user>damian</user>
10      <name>Damian Fernandez Sosa</name>
11      <email>damlists@cnba.uba.ar</email>
12      <role>lead</role>
13    </maintainer>
14  </maintainers>
15  <release>
16    <version>0.3.1</version>
17    <date>2004-08-25</date>
18    <license>PHP License</license>
19    <state>beta</state>
20    <notes>* Fixed a type in line 412 (thanks  Se�n Gabriel )
21* CreateUser now behaves as the documentation says (it return PEAR_Error on error)</notes>
22    <deps>
23      <dep type="pkg" rel="ge" version="1.0">Net_Socket</dep>
24      <dep type="pkg" rel="ge" version="1.0">Net_IMAP</dep>
25    </deps>
26    <filelist>
27      <file role="php" baseinstalldir="Net" name="Cyrus.php"/>
28      <file role="test" baseinstalldir="Net" name="test_cyrus.php"/>
29    </filelist>
30  </release>
31  <changelog>
32    <release>
33      <version>0.3.0</version>
34      <date>2004-06-26</date>
35      <license>PHP License</license>
36      <state>beta</state>
37      <notes>* Fixed bug #1705 (yes, I copy an paste documentation from createUser!)
38* Fixed bug #1710 (missed return)
39
40
41</notes>
42    </release>
43    <release>
44      <version>0.2.0</version>
45      <date>2004-05-22</date>
46      <license>PHP License</license>
47      <state>beta</state>
48      <notes>* _getUserName() -&gt;  getUserName became a public method on demand
49* Fixed bug #1279
50* Fixed a typo in line #85 the connect method is public not private
51* Fixed a bug returning &quot; , &quot;  when the password is not correct
52
53
54</notes>
55    </release>
56    <release>
57      <version>0.1.0</version>
58      <date>2004-02-12</date>
59      <license>PHP License</license>
60      <state>beta</state>
61      <notes>* API compatible with horde's Net_Cyrus
62
63</notes>
64    </release>
65  </changelog>
66</package>
67