Overview

Packages

  • Kolab
    • Filter
    • Test

Classes

  • Dovecot_LDA
  • DropWrapper
  • EchoWrapper
  • Horde_Kolab_Filter
  • Horde_Kolab_Filter_Base
  • Horde_Kolab_Filter_Cli
  • Horde_Kolab_Filter_Cli_Parser
  • Horde_Kolab_Filter_Configuration
  • Horde_Kolab_Filter_Content
  • Horde_Kolab_Filter_Exception
  • Horde_Kolab_Filter_Exception_IoError
  • Horde_Kolab_Filter_Exception_Temporary
  • Horde_Kolab_Filter_Exception_Usage
  • Horde_Kolab_Filter_Factory
  • Horde_Kolab_Filter_Incoming
  • Horde_Kolab_Filter_Response
  • Horde_Kolab_Filter_Temporary_File
  • Horde_Kolab_Filter_Transport
  • Horde_Kolab_Filter_Transport_drop
  • Horde_Kolab_Filter_Transport_echo
  • Horde_Kolab_Filter_Transport_lda
  • Horde_Kolab_Filter_Transport_lmtp
  • Horde_Kolab_Filter_Transport_smtp
  • Horde_Kolab_Filter_Transport_stdout
  • Kolab_Filter_Outlook
  • Net_LMTP_TLS
  • StdOutWrapper

Interfaces

  • Horde_Kolab_Filter_Temporary
  • Overview
  • Package
  • Class
  • Tree

Class Net_LMTP_TLS

Extended LMTP class with support for TLS.

Copyright 2008-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.

Net_LMTP
Extended by Net_LMTP_TLS
Package: Kolab\Filter
Author: Gunnar Wrobel wrobel@pardus.de
Located at Horde/Kolab/Filter/Transport/LMTPTLS.php
Methods summary
public mixed
# auth( string $uid, string $pwd, string $method = '' )

Attempt to do LMTP authentication.

Attempt to do LMTP authentication.

Parameters

$uid
userid to authenticate as.
$pwd
password to authenticate with.
$method
<p>requested authentication method. If none is specified, the best supported method will be used.</p>

Returns

mixed

Returns a PEAR_Error with an error message on any kind of failure, or true on success.

API documentation generated by ApiGen