Class Horde_Kolab_Filter_Base

Description

A basic definition for a PHP based postfix filter.

$Horde: framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php,v 1.6.2.6 2010/07/15 21:35:39 wrobel Exp $

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.gnu.org/licenses/old-licenses/lgpl-2.1.html.

Located in /Kolab_Filter/lib/Horde/Kolab/Filter/Base.php (line 42)


	
			
Direct descendents
Class Description
 class Horde_Kolab_Filter_Content A Kolab Server filter for outgoing mails.
 class Horde_Kolab_Filter_Incoming A Kolab Server filter for incoming mails that are parsed for iCal contents.
Variable Summary
 string $_fqhostname
 string $_id
 array $_recipients
 string $_sender
 int $_tmpfh
 string $_tmpfile
Method Summary
 void init ()
 void parse ([int $inh = STDIN], [string $transport = null])
 void _cleanupTmp ()
 mixed _initTmp ()
 mixed _parseArgs ()
Variables
string $_client_address (line 84)

The client host trying to send the message.

string $_fqhostname (line 91)

The client host trying to send the message.

string $_id = '' (line 49)

The message ID.

array $_recipients = array() (line 77)

The message recipients.

string $_sasl_username (line 98)

The authenticated username of the sender.

string $_sender (line 70)

The message sender.

int $_tmpfh (line 63)

The file handle for the temporary file.

string $_tmpfile (line 56)

A temporary buffer file for storing the message.

Methods
init (line 103)

Initialize the class.

void init ()
parse (line 118)

Handle the message.

void parse ([int $inh = STDIN], [string $transport = null])
  • int $inh: The file handle pointing to the message.
  • string $transport: The name of the transport driver.
_cleanupTmp (line 175)

A shutdown function for removing the temporary file.

void _cleanupTmp ()
_initTmp (line 149)

Creates a buffer for temporary storage of the message.

  • return: A PEAR_Error in case of an error, nothing otherwise.
mixed _initTmp ()
_parseArgs (line 187)

Parse the command line arguments provided to the filter and setup the class.

  • return: A PEAR_Error in case of an error, nothing otherwise.
mixed _parseArgs ()

Documentation generated on Sun, 30 Jan 2011 05:15:28 +0000 by phpDocumentor 1.4.3