Overview

Packages

  • Horde
    • Imsp

Classes

  • Horde_Imsp_Auth_Base
  • Horde_Imsp_Auth_CramMd5
  • Horde_Imsp_Auth_Imtest
  • Horde_Imsp_Auth_Plaintext
  • Horde_Imsp_Book
  • Horde_Imsp_Client_Base
  • Horde_Imsp_Client_Socket
  • Horde_Imsp_Exception
  • Horde_Imsp_Options
  • Horde_Imsp_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Imsp_Auth_CramMd5

IMSP authentication class for CRAM-MD5 authentication.

Required parameters:

'username'  Username to logon to IMSP server as.
  'password'  Password for current user.
  'server'    The hostname of the IMSP server.
  'port'      The port of the IMSP server.

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Imsp_Auth_Base
Extended by Horde_Imsp_Auth_CramMd5
Package: Horde\Imsp
Author: Michael Rubinsky mrubinsk@horde.org
Located at Horde/Imsp/Auth/CramMd5.php
Methods summary
public
# logout( )

Force a logout command to the imsp stream.

Force a logout command to the imsp stream.

public string
# getDriverType( )

Return the driver type

Return the driver type

Returns

string
the type of this IMSP_Auth driver
Methods inherited from Horde_Imsp_Auth_Base
__construct(), authenticate()
API documentation generated by ApiGen