Documentation

IMP_Spam_Base
in

Spam reporting driver base interface.

Copyright 2013-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Methods

report()  : int
Reports a list of messages as innocent/spam.

Methods

report()

Reports a list of messages as innocent/spam.

public report(array<string|int, mixed> $msgs, int $action) : int
Parameters
$msgs : array<string|int, mixed>

List of IMP_Contents objects.

$action : int

Either IMP_Spam::SPAM or IMP_Spam::INNOCENT.

Return values
int

True on success.


        
On this page

Search results