Uses of Package
org.apache.mailet

Packages that use org.apache.mailet
org.apache.james   
org.apache.james.core   
org.apache.james.transport.mailets   
org.apache.james.transport.mailets.debug   
org.apache.james.transport.matchers   
org.apache.mailet   
 

Classes in org.apache.mailet used by org.apache.james
MailetContext
          Defines a set of methods that a mailet or matcher uses to communicate with its mailet container, for example, to send a new message, to deliver a message locally, or write to a log file.
 

Classes in org.apache.mailet used by org.apache.james.core
Mail
          Wrap a MimeMessage with routing information (from SMTP) such as SMTP specified recipients, sender, and ip address and hostname of sending server.
MailetConfig
          A mailet configuration object used by a mailet container used to pass information to a mailet during initialization.
MatcherConfig
          A matcher configuration object used by a mailet container used to pass information to a matcher during initialization.
 

Classes in org.apache.mailet used by org.apache.james.transport.mailets
GenericMailet
          GenericMailet makes writing mailets easier.
Mailet
          Draft of a Mailet inteface.
MailetConfig
          A mailet configuration object used by a mailet container used to pass information to a mailet during initialization.
MailetException
          Defines a general exception a mailet can throw when it encounters difficulty.
 

Classes in org.apache.mailet used by org.apache.james.transport.mailets.debug
GenericMailet
          GenericMailet makes writing mailets easier.
Mailet
          Draft of a Mailet inteface.
MailetConfig
          A mailet configuration object used by a mailet container used to pass information to a mailet during initialization.
 

Classes in org.apache.mailet used by org.apache.james.transport.matchers
GenericMatcher
          GenericMatcher implements the Matcher and MatcherConfig interfaces.
GenericRecipientMatcher
          GenericMatcher makes writing recipient based matchers easier.
Matcher
          This interface define the behaviour of the message "routing" inside the mailet container.
MatcherConfig
          A matcher configuration object used by a mailet container used to pass information to a matcher during initialization.
 

Classes in org.apache.mailet used by org.apache.mailet
GenericMatcher
          GenericMatcher implements the Matcher and MatcherConfig interfaces.
Mailet
          Draft of a Mailet inteface.
MailetConfig
          A mailet configuration object used by a mailet container used to pass information to a mailet during initialization.
Matcher
          This interface define the behaviour of the message "routing" inside the mailet container.
MatcherConfig
          A matcher configuration object used by a mailet container used to pass information to a matcher during initialization.
 



"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."