PHP Interface IMP_Flag_Match_Header, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
matchHeader ( Horde_Mime_Headers $data ) : boolean Set flag by doing headers matching.

Method Details

matchHeader() public method

Set flag by doing headers matching.
public matchHeader ( Horde_Mime_Headers $data ) : boolean
$data Horde_Mime_Headers Headers object for a message.
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.