Uses of Package
org.peabody.emailprocessor

Packages that use org.peabody.emailprocessor
org.peabody.emailprocessor   
org.peabody.emailprocessor.bouncehooks   
 

Classes in org.peabody.emailprocessor used by org.peabody.emailprocessor
AbstractMessageAction
           
AbstractMessageHook
           
AbstractMessageSource
          Nothing useful in here yet...
EmailProcessorConfig
           
MessageAction
          This is an action that is performed when a match is found on a message.
MessageHook
           
MessageMatch
          Represents a matched message (matched against a MessageHook object)
MessageSource
           
RegexMessageHook
          This is a MessageHook that uses a regular expression matched against the entire message (including headers and body).
 

Classes in org.peabody.emailprocessor used by org.peabody.emailprocessor.bouncehooks
AbstractMessageHook
           
BounceMessageHook
          Base class for bounce message hooks.
MessageHook
           
RegexMessageHook
          This is a MessageHook that uses a regular expression matched against the entire message (including headers and body).