PHP Class IMP_Spam_Program, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements IMP_Spam_Base
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_binary string Binary location.

Public Methods

Method Description
__construct ( string $binary ) Constructor.
report ( array $msgs, $action )

Protected Methods

Method Description
_report ( IMP_Contents $contents ) : boolean Report a single spam message.

Method Details

__construct() public method

Constructor.
public __construct ( string $binary )
$binary string Binary location.

_report() protected method

Report a single spam message.
protected _report ( IMP_Contents $contents ) : boolean
$contents IMP_Contents Contents object.
return boolean False on error, true on success.

report() public method

public report ( array $msgs, $action )
$msgs array

Property Details

$_binary protected property

Binary location.
protected string $_binary
return string