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])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.