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 DropWrapper

Defines a wrapper that provides functionality comparable to the Net/*MTP.php classes.

Copyright 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: Gunnar Wrobel wrobel@pardus.de
Located at Horde/Kolab/Filter/Transport/drop.php
Methods summary
public boolean
# connect( )

Pretends to connect.

Pretends to connect.

Returns

boolean
Always true.
public boolean
# disconnect( )

Pretends to disconnect.

Pretends to disconnect.

Returns

boolean
Always true.
public boolean
# mailFrom( mixed $sender )

Set the sender.

Set the sender.

Returns

boolean
Always true.
public boolean
# rcptTo( mixed $recipient )

Set the recipient.

Set the recipient.

Returns

boolean
Always true.
public boolean
# _put( string $cmd )

Pretends to send commands.

Pretends to send commands.

Parameters

$cmd
The command.

Returns

boolean
Always true.
public boolean
# _parseResponse( string $code )

Pretends to handle responses.

Pretends to handle responses.

Parameters

$code
The response to parse.

Returns

boolean
Always true.
public boolean
# _send( string $data )

Write data.

Write data.

Parameters

$data
The data to write.

Returns

boolean
Always true.
API documentation generated by ApiGen