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_Incoming

A Kolab Server filter for incoming mails that are parsed for iCal contents.

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.

Horde_Kolab_Filter_Base
Extended by Horde_Kolab_Filter_Incoming
Package: Kolab\Filter
Author: Steffen Hansen steffen@klaralvdalens-datakonsult.se
Author: Gunnar Wrobel wrobel@pardus.de
Located at Horde/Kolab/Filter/Incoming.php
Methods summary
public
# __construct( Horde_Kolab_Filter_Configuration $config, Horde_Kolab_Filter_Temporary $temporary, Horde_Log_Logger $logger, Horde_Kolab_Filter $application )

Constructor.

Constructor.

Parameters

$config
The configuration.
$temporary
<p>Temporary storage location.</p>
$logger
The logging backend.
$application
Main application.

Overrides

Horde_Kolab_Filter_Base::__construct()
public null
# init( )

Initialize the filter.

Initialize the filter.

Returns

null

Overrides

Horde_Kolab_Filter_Base::init()
public mixed
# _parse( integer $inh, string $transport )

Handle the message.

Handle the message.

Parameters

$inh
The file handle pointing to the message.
$transport
The name of the transport driver.

Returns

mixed
A PEAR_Error in case of an error, nothing otherwise.
public mixed
# _deliver( string $transport, mixed $recipients )

Deliver the message.

Deliver the message.

Parameters

$transport
The name of the transport driver.
$recipients

Returns

mixed
A PEAR_Error in case of an error, nothing otherwise.
Methods inherited from Horde_Kolab_Filter_Base
parse()
Properties summary
public array $_add_headers

An array of headers to be added to the message

An array of headers to be added to the message

#
Properties inherited from Horde_Kolab_Filter_Base
$_id
API documentation generated by ApiGen