Changeset 3501 in subversion


Ignore:
Timestamp:
Apr 19, 2010 7:13:38 AM (3 years ago)
Author:
alec
Message:
  • Net_Sieve-1.2.1: Fix DIGEST-MD5 and dovecot (#1486640)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/managesieve/lib/Net/Sieve.php

    r3453 r3501  
    4040 * @copyright 2006-2008 Anish Mistry 
    4141 * @license   http://www.opensource.org/licenses/bsd-license.php BSD 
    42  * @version   SVN: $Id: Sieve.php 289313 2009-10-07 22:26:33Z yunosh $ 
     42 * @version   SVN: $Id: Sieve.php 298158 2010-04-19 09:43:30Z yunosh $ 
    4343 * @link      http://pear.php.net/package/Net_Sieve 
    4444 */ 
     
    8484 * @copyright 2006-2008 Anish Mistry 
    8585 * @license   http://www.opensource.org/licenses/bsd-license.php BSD 
    86  * @version   Release: @package_version@ 
     86 * @version   Release: 1.2.1 
    8787 * @link      http://pear.php.net/package/Net_Sieve 
    8888 * @link      http://www.ietf.org/rfc/rfc3028.txt RFC 3028 (Sieve: A Mail 
     
    691691            return $result; 
    692692        } 
    693         if (PEAR::isError($result = $this->_doCmd())) { 
     693        if (PEAR::isError($result = $this->_doCmd('', true))) { 
    694694            return $result; 
    695695        } 
Note: See TracChangeset for help on using the changeset viewer.