PHP Interface IMP_Spam_Base, horde

Copyright 2013-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael Slusarz ([email protected])
Show file Open project: horde/horde

Public Methods

Method Description
report ( array $msgs, integer $action ) : integer Reports a list of messages as innocent/spam.

Method Details

report() public method

Reports a list of messages as innocent/spam.
public report ( array $msgs, integer $action ) : integer
$msgs array List of IMP_Contents objects.
$action integer Either IMP_Spam::SPAM or IMP_Spam::INNOCENT.
return integer True on success.