PHP Interface IMP_Flag_Match_Flag, horde

Author: Michael Slusarz ([email protected])
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
matchFlag ( array $data ) : boolean Set flag by doing IMAP flag matching.

Method Details

matchFlag() public method

Set flag by doing IMAP flag matching.
public matchFlag ( array $data ) : boolean
$data array List of IMAP flags.
return boolean True if the flag should be set. False if the flag should never be set. Null if flag should not be set, but could be set by other matching interfaces.