From cc24c449de707d9fd19abba41651f13a03aa2350 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 14 Jun 2010 11:36:02 +0000 Subject: - Net_Sieve-1.2.2 git-svn-id: https://svn.roundcube.net/trunk@3750 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/managesieve/Changelog | 2 ++ plugins/managesieve/lib/Net/Sieve.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index b02d06b4e..f1194eea4 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,3 +1,5 @@ +- Update Net_Sieve to version 1.2.2 + * version 2.6 [2010-06-03] ----------------------------------------------------------- - Support %n and %d variables in managesieve_host option diff --git a/plugins/managesieve/lib/Net/Sieve.php b/plugins/managesieve/lib/Net/Sieve.php index fa8fef192..1390a21c0 100644 --- a/plugins/managesieve/lib/Net/Sieve.php +++ b/plugins/managesieve/lib/Net/Sieve.php @@ -39,7 +39,7 @@ * @copyright 2002-2003 Richard Heyes * @copyright 2006-2008 Anish Mistry * @license http://www.opensource.org/licenses/bsd-license.php BSD - * @version SVN: $Id: Sieve.php 298158 2010-04-19 09:43:30Z yunosh $ + * @version SVN: $Id: Sieve.php 300419 2010-06-13 12:10:10Z yunosh $ * @link http://pear.php.net/package/Net_Sieve */ @@ -83,7 +83,7 @@ define('NET_SIEVE_STATE_TRANSACTION', 3, true); * @copyright 2002-2003 Richard Heyes * @copyright 2006-2008 Anish Mistry * @license http://www.opensource.org/licenses/bsd-license.php BSD - * @version Release: 1.2.1 + * @version Release: 1.2.2 * @link http://pear.php.net/package/Net_Sieve * @link http://www.ietf.org/rfc/rfc3028.txt RFC 3028 (Sieve: A Mail * Filtering Language) @@ -107,7 +107,7 @@ class Net_Sieve * * @var array */ - var $_supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5'); + var $supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5'); /** * The socket handle. -- cgit v1.2.3