PHP Интерфейс 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.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
report ( array $msgs, integer $action ) : integer Reports a list of messages as innocent/spam.

Описание методов

report() публичный Метод

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.
Результат integer True on success.