mailpuccino
Interface FilterRule

All Superinterfaces:
ComponentType
All Known Implementing Classes:
ExecAppRule, FilterConfigWindow.ConfigRuleset.UnknownType, RegularFilterRule

public interface FilterRule
extends ComponentType


Method Summary
 boolean eval(EmailID Target)
           
 InterfaceJPanel getConfigInterface()
           
 java.lang.String getName()
           
 void init(Preferences Config)
           
 
Methods inherited from interface mailpuccino.ComponentType
getType
 

Method Detail

getName

public java.lang.String getName()

init

public void init(Preferences Config)

getConfigInterface

public InterfaceJPanel getConfigInterface()

eval

public boolean eval(EmailID Target)
             throws FolderException,
                    java.io.IOException
Throws:
FolderException
java.io.IOException