1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.12" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Net_Sieve</name>
4 <channel>pear.php.net</channel>
5 <summary>Handles talking to a sieve server.</summary>
6 <description>This package provides an API to talk to servers implementing the managesieve protocol. It can be used to install and remove sieve scripts, mark them active etc.</description>
7 <lead>
8  <name>Aleksander Machniak</name>
9  <user>alec</user>
10  <email>alec@alec.pl</email>
11  <active>yes</active>
12 </lead>
13 <lead>
14  <name>Jan Schneider</name>
15  <user>yunosh</user>
16  <email>jan@horde.org</email>
17  <active>no</active>
18 </lead>
19 <lead>
20  <name>Richard Heyes</name>
21  <user>richard</user>
22  <email>richard@php.net</email>
23  <active>no</active>
24 </lead>
25 <lead>
26  <name>Damian Fernandez Sosa</name>
27  <user>damian</user>
28  <email>damlists@cnba.uba.ar</email>
29  <active>no</active>
30 </lead>
31 <lead>
32  <name>Anish Mistry</name>
33  <user>amistry</user>
34  <email>amistry@am-productions.biz</email>
35  <active>no</active>
36 </lead>
37 <date>2021-04-24</date>
38 <time>13:33:52</time>
39 <version>
40  <release>1.4.5</release>
41  <api>1.4.3</api>
42 </version>
43 <stability>
44  <release>stable</release>
45  <api>stable</api>
46 </stability>
47 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
48 <notes>
49* Support XOAUTH2 authorization method
50 </notes>
51 <contents>
52  <dir baseinstalldir="Net" name="/">
53   <file baseinstalldir="Net" md5sum="ef8cd688674fba85cc067e06c221e43b" name="tests/largescript.siv" role="test" />
54   <file baseinstalldir="Net" md5sum="7d772fe47ee45bdb521dd581281f38c3" name="tests/config.php.dist" role="test" />
55   <file baseinstalldir="Net" md5sum="6050fac5e66a4a6bbed7913f826974ed" name="tests/SieveTest.php" role="test" />
56   <file baseinstalldir="Net" md5sum="2a45a03c042351957f3435929a17bca3" name="Sieve.php" role="php">
57    <tasks:replace from="@package_version@" to="version" type="package-info" />
58   </file>
59  </dir>
60 </contents>
61 <dependencies>
62  <required>
63   <php>
64    <min>5.0.0</min>
65   </php>
66   <pearinstaller>
67    <min>1.4.0b1</min>
68   </pearinstaller>
69   <package>
70    <name>Net_Socket</name>
71    <channel>pear.php.net</channel>
72    <min>1.0</min>
73   </package>
74  </required>
75  <optional>
76   <package>
77    <name>Auth_SASL</name>
78    <channel>pear.php.net</channel>
79    <min>1.0</min>
80   </package>
81  </optional>
82 </dependencies>
83 <phprelease />
84 <changelog>
85  <release>
86   <date>2018-03-04</date>
87   <version>
88    <release>1.4.3</release>
89    <api>1.4.1</api>
90   </version>
91   <stability>
92    <release>stable</release>
93    <api>stable</api>
94   </stability>
95   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
96   <notes>
97* Support GSSAPI authentication
98   </notes>
99  </release>
100  <release>
101   <date>2018-02-14</date>
102   <version>
103    <release>1.4.2</release>
104    <api>1.4.0</api>
105   </version>
106   <stability>
107    <release>stable</release>
108    <api>stable</api>
109   </stability>
110   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
111   <notes>
112* Composer: Fix license identifier, don&apos;t use unbound version numbers for deps
113   </notes>
114  </release>
115  <release>
116   <date>2017-05-26</date>
117   <version>
118    <release>1.4.1</release>
119    <api>1.4.0</api>
120   </version>
121   <stability>
122    <release>stable</release>
123    <api>stable</api>
124   </stability>
125   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
126   <notes>
127* Use 8bit instead of latin1 for string length in bytes calculation
128* Extend listScripts() so it&apos;s possible to get an active script name in one go
129* Request #20491: Skip redundant CAPABILITY requests
130   </notes>
131  </release>
132  <release>
133   <date>2017-05-21</date>
134   <version>
135    <release>1.4.0</release>
136    <api>1.4.0</api>
137   </version>
138   <stability>
139    <release>stable</release>
140    <api>stable</api>
141   </stability>
142   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
143   <notes>
144* Dropped PHP4 support, fixed PHP7 warnings
145* Fixed E_DEPRECATED warning on Auth_SASL::factory() call
146* Enable later TLS versions
147   </notes>
148  </release>
149  <release>
150   <date>2015-01-20</date>
151   <version>
152    <release>1.3.4</release>
153    <api>1.3.0</api>
154   </version>
155   <stability>
156    <release>stable</release>
157    <api>stable</api>
158   </stability>
159   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
160   <notes>
161* Remove erroneous and unnecessary active script caching (Bug #20472).
162   </notes>
163  </release>
164  <release>
165   <date>2014-09-24</date>
166   <version>
167    <release>1.3.3</release>
168    <api>1.3.0</api>
169   </version>
170   <stability>
171    <release>stable</release>
172    <api>stable</api>
173   </stability>
174   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
175   <notes>
176* Fix notices from non-static calling of PEAR methods.
177* Fix reading OK responses with string literal messages.
178   </notes>
179  </release>
180  <release>
181   <date>2011-08-06</date>
182   <version>
183    <release>1.3.2</release>
184    <api>1.3.0</api>
185   </version>
186   <stability>
187    <release>stable</release>
188    <api>stable</api>
189   </stability>
190   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
191   <notes>
192* Fix referrals if host data or user credentials are passed to connect() and login() instead of the constructor (Aleksander Machniak, Bug #17107).
193   </notes>
194  </release>
195  <release>
196   <date>2011-08-05</date>
197   <version>
198    <release>1.3.1</release>
199    <api>1.3.0</api>
200   </version>
201   <stability>
202    <release>stable</release>
203    <api>stable</api>
204   </stability>
205   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
206   <notes>
207* Query capabilities again after successful authentication (Jesse Crawford, Request #18382).
208* Escape quotes and backslashes in script names, and use literal strings for script names with non-ASCII characters (Aleksander Machniak, Bug #16691).
209* Work around broken STARTTLS behavior in Cyrus versions before 2.3.10 (Aleksander Machniak, Bug #18241).
210* Improve string literal parsing (Aleksander Machniak, Bug #18228).
211   </notes>
212  </release>
213  <release>
214   <date>2010-07-01</date>
215   <version>
216    <release>1.3.0</release>
217    <api>1.3.0</api>
218   </version>
219   <stability>
220    <release>stable</release>
221    <api>stable</api>
222   </stability>
223   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
224   <notes>
225* Add debug handler parameter to constructor.
226* Fix LOGIN authentication (Agustín Eijo, Aleksander Machniak, Bug #17527).
227   </notes>
228  </release>
229  <release>
230   <date>2010-06-13</date>
231   <version>
232    <release>1.2.2</release>
233    <api>1.2.0</api>
234   </version>
235   <stability>
236    <release>stable</release>
237    <api>stable</api>
238   </stability>
239   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
240   <notes>
241* Fix SASL authentication without Auth_SASL (Bug #17489).
242   </notes>
243  </release>
244  <release>
245   <date>2010-04-19</date>
246   <version>
247    <release>1.2.1</release>
248    <api>1.2.0</api>
249   </version>
250   <stability>
251    <release>stable</release>
252    <api>stable</api>
253   </stability>
254   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
255   <notes>
256* Fix DIGEST-MD5 authentication with Dovecot (Stef Simoens, Bug #17320).
257   </notes>
258  </release>
259  <release>
260   <date>2010-04-01</date>
261   <version>
262    <release>1.2.0</release>
263    <api>1.2.0</api>
264   </version>
265   <stability>
266    <release>stable</release>
267    <api>stable</api>
268   </stability>
269   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
270   <notes>
271Changes since version 1.2.0b1:
272* Fix DIGEST-MD5 authentication (Aleksander Machniak, Bug #17285).
273* Don&apos;t try to call dl() if mbstring extension isn&apos;t loaded (Bug #17038).
274Changes since version 1.1.7:
275* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
276* Fix breakage with certain locales, especially Turkish.
277* Fix reading authentication responses without literals (Bug #16647).
278* Code cleanup.
279   </notes>
280  </release>
281  <release>
282   <date>2009-10-07</date>
283   <version>
284    <release>1.2.0b1</release>
285    <api>1.2.0</api>
286   </version>
287   <stability>
288    <release>beta</release>
289    <api>stable</api>
290   </stability>
291   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
292   <notes>
293* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
294* Fix breakage with certain locales, especially Turkish.
295* Fix reading authentication responses without literals (Bug #16647).
296* Code cleanup.
297   </notes>
298  </release>
299  <release>
300   <date>2009-07-24</date>
301   <version>
302    <release>1.1.7</release>
303    <api>1.1.6</api>
304   </version>
305   <stability>
306    <release>stable</release>
307    <api>stable</api>
308   </stability>
309   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
310   <notes>
311* Fixed STARTTLS support (Bug #14205).
312* Added connect options and EXTERNAL authentication.
313   </notes>
314  </release>
315  <release>
316   <date>2008-03-22</date>
317   <version>
318    <release>1.1.6</release>
319    <api>1.1.6</api>
320   </version>
321   <stability>
322    <release>stable</release>
323    <api>stable</api>
324   </stability>
325   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
326   <notes>
327* Fixed Bug #9273
328* Fixed copy/paste error in CRAM and DIGEST authentication error case.
329   </notes>
330  </release>
331  <release>
332   <date>2006-10-24</date>
333   <version>
334    <release>1.1.5</release>
335    <api>1.1.5</api>
336   </version>
337   <stability>
338    <release>stable</release>
339    <api>stable</api>
340   </stability>
341   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
342   <notes>
343* Fixed Bug connect() bug
344* Fixed Request #8071
345   </notes>
346  </release>
347  <release>
348   <date>2006-09-09</date>
349   <version>
350    <release>1.1.4</release>
351    <api>1.1.4</api>
352   </version>
353   <stability>
354    <release>stable</release>
355    <api>stable</api>
356   </stability>
357   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
358   <notes>
359* Fixed Bug #8452 Unterminated read loop
360* Fixed Bug #7845 Add mbstring support
361* Added Request #8071 Enable the ability to toggle TLS support if available.
362* Added Request #8453 Clean up PHPDoc and comments
363   </notes>
364  </release>
365  <release>
366   <date>2006-05-21</date>
367   <version>
368    <release>1.1.3</release>
369    <api>1.1.3</api>
370   </version>
371   <stability>
372    <release>stable</release>
373    <api>stable</api>
374   </stability>
375   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
376   <notes>
377* Correctly Fixed Bug #3519 Net_Sieve w/ externally established sockets
378* Fixed Bug #7197 getScript() truncates long scripts
379* Added PHPUnit2 regression test script
380   </notes>
381  </release>
382  <release>
383   <date>2006-02-09</date>
384   <version>
385    <release>1.1.2</release>
386    <api>1.1.2</api>
387   </version>
388   <stability>
389    <release>stable</release>
390    <api>stable</api>
391   </stability>
392   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
393   <notes>
394* Fixed Request #4053 Added STARTTLS support for PHP 5.1 and above
395    * Fixed Bug #3519 Net_Sieve w/ externally established sockets
396    * Fixed Bug #4794 drops protocol prefix, e.g. &quot;ssl://&quot; in referrals
397    * Fixed STARTTLS detection
398    * Allow $options[] to be passed to Net_Socket
399   </notes>
400  </release>
401  <release>
402   <version>
403    <release>1.1.1</release>
404    <api>1.1.1</api>
405   </version>
406   <stability>
407    <release>stable</release>
408    <api>stable</api>
409   </stability>
410   <date>2005-02-02</date>
411   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
412   <notes>
413* Fixed Bug #3242 cyrus murder referrals not followed
414   </notes>
415  </release>
416  <release>
417   <version>
418    <release>1.1.0</release>
419    <api>1.1.0</api>
420   </version>
421   <stability>
422    <release>stable</release>
423    <api>stable</api>
424   </stability>
425   <date>2004-12-18</date>
426   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
427   <notes>
428* Fixed Bug #2728 Linebreaks not being read using getScript()
429   </notes>
430  </release>
431  <release>
432   <version>
433    <release>1.0.1</release>
434    <api>1.0.1</api>
435   </version>
436   <stability>
437    <release>stable</release>
438    <api>stable</api>
439   </stability>
440   <date>2004-03-13</date>
441   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
442   <notes>
443* Fixed BUG #1006
444   </notes>
445  </release>
446  <release>
447   <version>
448    <release>1.0.0</release>
449    <api>1.0.0</api>
450   </version>
451   <stability>
452    <release>stable</release>
453    <api>stable</api>
454   </stability>
455   <date>2004-03-10</date>
456   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
457   <notes>
458* Fixed DIGEST-MD5 sasl version handling (sasl v1.xx responses are diferent than v2.xx)
459* Fixed LOGIN Method
460   </notes>
461  </release>
462  <release>
463   <version>
464    <release>0.9.1</release>
465    <api>0.9.1</api>
466   </version>
467   <stability>
468    <release>beta</release>
469    <api>beta</api>
470   </stability>
471   <date>2004-02-29</date>
472   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
473   <notes>
474* 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
475it affects you or disable DIGEST-MD5
476* some optimizations to the code
477* 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
478* added hasExtension()
479* added getExtensions()
480* added referral support and automatic following of them. (it also handles the following of multireferrals).
481* removed _getResponse replaced by _doCmd. (thanks to Etienne Goyer for this)
482* added supportsAuthMech()
483* if installed automatically uses Auth_SASL
484* added CRAM-MD5 auth Method
485* added DIGEST-MD5 auth Method
486* added getAuthMechs() returns an array containing all the auth methods the server supports
487* added hasAuthMech() to check if the server has a particular auth method
488* _connect --&gt; connect: now is a public method (without breaking BC)
489* _login --&gt; login: now is a public method (without breaking BC)
490* fix typo  cmdAuthenticate() ---&gt;  _cmdAuthenticate()
491* _doCmd() now parses string responses also.
492   </notes>
493  </release>
494  <release>
495   <version>
496    <release>0.9.0</release>
497    <api>0.9.0</api>
498   </version>
499   <stability>
500    <release>beta</release>
501    <api>beta</api>
502   </stability>
503   <date>2004-01-31</date>
504   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
505   <notes>
506* Added setDebug() method and debugging capabilities
507* added disconnect() method
508* added sample file test_sieve.php
509* fixed bug #591
510* automagically selects the best auth method
511   </notes>
512  </release>
513  <release>
514   <version>
515    <release>0.8.1</release>
516    <api>0.8.1</api>
517   </version>
518   <stability>
519    <release>beta</release>
520    <api>beta</api>
521   </stability>
522   <date>2002-07-27</date>
523   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
524   <notes>
525Initial release
526   </notes>
527  </release>
528  <release>
529   <version>
530    <release>0.8</release>
531    <api>0.8</api>
532   </version>
533   <stability>
534    <release>beta</release>
535    <api>beta</api>
536   </stability>
537   <date>2002-05-10</date>
538   <license uri="http://www.php.net/license">PHP</license>
539   <notes>
540Initial release
541   </notes>
542  </release>
543  <release>
544   <date>2018-09-09</date>
545   <version>
546    <release>1.4.4</release>
547    <api>1.4.2</api>
548   </version>
549   <stability>
550    <release>stable</release>
551    <api>stable</api>
552   </stability>
553   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
554   <notes>
555* Fix PHP 7.3: Declaration of case-insensitive constants is deprecated
556   </notes>
557  </release>
558 </changelog>
559</package>
560