sieve-php.lib.php
$Id: sieve-php.lib.php,v 1.4 2003/12/18 13:18:05 avel Exp $
Copyright 2001-2003 Dan Ellis <danellis@rushmore.com>
This program is released under the GNU Public License. See the enclosed file COPYING for license information. If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
You should have received a copy of the GNU Public License along with this package; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
See CHANGES for updates since last release
Class | Description |
---|---|
![]() |
SIEVE class - A Class that implements MANAGESIEVE in PHP4|5. |
A hack to decode the challenge from timsieved 1.1.0.
This function may not work with other versions and most certainly won't work with other DIGEST-MD5 implentations
Creates a HMAC digest that can be used for auth purposes.
See RFCs 2104, 2617, 2831 Uses mhash() extension if available
Squirrelmail has this function in functions/auth.php, and it might have been included already. However, it helps remove the dependancy on mhash.so PHP extension, for some sites. If mhash.so _is_ available, it is used for its speed.
This function is Copyright (c) 1999-2003 The SquirrelMail Project Team Licensed under the GNU GPL. For full terms see the file COPYING.
Documentation generated on Thu, 18 Dec 2003 15:18:53 +0200 by phpDocumentor 1.2.3