IMP_Flag_Match_Structure
in
Interface to allow flagging a message based on bodystructure data.
Tags
Table of Contents
Methods
- matchStructure() : bool
- Set flag by doing body structure matching.
Methods
matchStructure()
Set flag by doing body structure matching.
public
matchStructure(Horde_Mime_Part $data) : bool
Parameters
- $data : Horde_Mime_Part
-
Structure 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.