Changeset 3750 in subversion
- Timestamp:
- Jun 14, 2010 7:36:02 AM (3 years ago)
- Location:
- trunk/plugins/managesieve
- Files:
-
- 2 edited
-
Changelog (modified) (1 diff)
-
lib/Net/Sieve.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/managesieve/Changelog
r3703 r3750 1 - Update Net_Sieve to version 1.2.2 2 1 3 * version 2.6 [2010-06-03] 2 4 ----------------------------------------------------------- -
trunk/plugins/managesieve/lib/Net/Sieve.php
r3501 r3750 40 40 * @copyright 2006-2008 Anish Mistry 41 41 * @license http://www.opensource.org/licenses/bsd-license.php BSD 42 * @version SVN: $Id: Sieve.php 298158 2010-04-19 09:43:30Z yunosh $42 * @version SVN: $Id: Sieve.php 300419 2010-06-13 12:10:10Z yunosh $ 43 43 * @link http://pear.php.net/package/Net_Sieve 44 44 */ … … 84 84 * @copyright 2006-2008 Anish Mistry 85 85 * @license http://www.opensource.org/licenses/bsd-license.php BSD 86 * @version Release: 1.2. 186 * @version Release: 1.2.2 87 87 * @link http://pear.php.net/package/Net_Sieve 88 88 * @link http://www.ietf.org/rfc/rfc3028.txt RFC 3028 (Sieve: A Mail … … 108 108 * @var array 109 109 */ 110 var $ _supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5');110 var $supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5'); 111 111 112 112 /**
Note: See TracChangeset
for help on using the changeset viewer.
