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 Horde_Kolab_Filter_Response

Provides error handling for the Kolab server filter scripts.

Copyright 2004-2008 Klarälvdalens Datakonsult AB

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

Package: Kolab\Filter
Author: Steffen Hansen steffen@klaralvdalens-datakonsult.se
Author: Gunnar Wrobel wrobel@pardus.de
Located at Horde/Kolab/Filter/Response.php
Methods summary
public
# Horde_Kolab_Filter_Response( )

Constructor.

Constructor.

public
# handle( mixed $result )

Handle the results of the message transport.

Handle the results of the message transport.

Parameters

$result
The reponse of the transport.
public boolean
# _fatal( integer $errno, string $errmsg, string $filename, integer $linenum, mixed $vars )

An alternative PHP error handler so that we don't drop silent on fatal errors.

An alternative PHP error handler so that we don't drop silent on fatal errors.

Parameters

$errno
The error number.
$errmsg
The error message.
$filename
The file where the error occured.
$linenum
The line where the error occured.
$vars
?

Returns

boolean
Always false.
public
# _log( PEAR_error $result )

Log an error.

Log an error.

Parameters

$result
The reponse of the transport.
API documentation generated by ApiGen