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_Temporary_File

File based temporary storage place for incoming messages.

Copyright 2004-2010 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_Temporary_File implements Horde_Kolab_Filter_Temporary
Package: Kolab\Filter
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Filter
Located at Horde/Kolab/Filter/Temporary/File.php
Methods summary
public
# __construct( Horde_Kolab_Filter_Configuration $config )

Constructor.

Constructor.

Parameters

$config
The configuration.
public null
# init( )

Creates a buffer for temporary storage of the message.

Creates a buffer for temporary storage of the message.

Returns

null
public resource
# getHandle( )

Return the file handle for writing data.

Return the file handle for writing data.

Returns

resource
The file handle.
public resource
# getReadHandle( )

Return the file handle for reading data.

Return the file handle for reading data.

Returns

resource
The file handle.
public null
# cleanup( )

A shutdown function for removing the temporary file.

A shutdown function for removing the temporary file.

Returns

null
Properties summary
public string $_tmpfile

A temporary buffer file for storing the message.

A temporary buffer file for storing the message.

#
public integer $_tmpfh

The file handle for the temporary file.

The file handle for the temporary file.

#
API documentation generated by ApiGen