IMP_Flag_Match_Header
in
Interface to allow flagging a message based on headers data.
Tags
Table of Contents
Methods
- matchHeader() : bool
- Set flag by doing headers matching.
Methods
matchHeader()
Set flag by doing headers matching.
public
matchHeader(Horde_Mime_Headers $data) : bool
Parameters
- $data : Horde_Mime_Headers
-
Headers object for a message.
Return values
bool —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.