Overview

Packages

  • Kolab
    • Session

Classes

  • Horde_Kolab_Session_Abstract
  • Horde_Kolab_Session_Base
  • Horde_Kolab_Session_Decorator_Anonymous
  • Horde_Kolab_Session_Decorator_Base
  • Horde_Kolab_Session_Decorator_Logged
  • Horde_Kolab_Session_Decorator_Stored
  • Horde_Kolab_Session_Exception
  • Horde_Kolab_Session_Exception_Badlogin
  • Horde_Kolab_Session_Factory_Imap
  • Horde_Kolab_Session_Imap
  • Horde_Kolab_Session_Storage_Mock
  • Horde_Kolab_Session_Storage_Session
  • Horde_Kolab_Session_Valid_Base
  • Horde_Kolab_Session_Valid_Decorator_Logged

Interfaces

  • Horde_Kolab_Session
  • Horde_Kolab_Session_Storage
  • Horde_Kolab_Session_Valid
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Kolab_Session_Imap

The Horde_Kolab_Session_Imap class relies on predefined Kolab user details and validates the credentials against the IMAP server only.

Horde_Kolab_Session_Abstract implements Horde_Kolab_Session
Extended by Horde_Kolab_Session_Imap
Package: Kolab\Session
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Session
Located at Horde/Kolab/Session/Imap.php
Methods summary
public
# __construct( Horde_Kolab_Session_Factory_Imap $imap, array $params )

Constructor.

Constructor.

Parameters

$imap
The imap driver factory.
$params
<p>Kolab configuration settings.</p>
public null
# connect( string $user_id = null, array $credentials = null )

Try to connect the session handler.

Try to connect the session handler.

Parameters

$user_id
The user ID to connect with.
$credentials
<p>An array of login credentials. For Kolab, this must contain a "password" entry.</p>

Returns

null

Throws

Horde_Kolab_Session_Exception
If the connection failed.
Methods inherited from Horde_Kolab_Session_Abstract
export(), getFreebusyServer(), getId(), getImapServer(), getMail(), getName(), getUid(), import(), purge()
API documentation generated by ApiGen