mailpuccino
Interface FilterAction

All Superinterfaces:
ComponentType
All Known Implementing Classes:
AutoReplyAction, ExecAppAction, FilterConfigWindow.ConfigRuleset.UnknownType, LogEstampAction, MarkFilterAction, MoveFilterAction, SaveMsgAction

public interface FilterAction
extends ComponentType


Method Summary
 InterfaceJPanel getConfigInterface()
           
 java.lang.String getName()
           
 void init(Preferences Config)
           
 EmailID performAction(EmailID Target)
           
 
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()

performAction

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