diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-14 11:36:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-14 11:36:02 +0000 |
| commit | cc24c449de707d9fd19abba41651f13a03aa2350 (patch) | |
| tree | 73719546f8d0a430c5eb179b58f8d2f9d6ffaa00 | |
| parent | 96c3b87d083b7eadd673e5b887ef58b4b8e2748d (diff) | |
- Net_Sieve-1.2.2
git-svn-id: https://svn.roundcube.net/trunk@3750 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/managesieve/Changelog | 2 | ||||
| -rw-r--r-- | plugins/managesieve/lib/Net/Sieve.php | 6 |
2 files changed, 5 insertions, 3 deletions
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. |
