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])
Afficher le fichier Open project: horde/horde

Méthodes publiques

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

Method Details

report() public méthode

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.
Résultat integer True on success.