Package org.apache.mailet.base

Core mailet utilities and lightweight frameworks.

See:
          Description

Interface Summary
SimplifiedDateFormat This interface is designed to provide a simplified subset of the methods provided by the java.text.DateFormat class.
 

Class Summary
FlowedMessageUtils Manages texts encoded as text/plain; format=flowed.
GenericMailet GenericMailet makes writing mailets easier.
GenericMatcher GenericMatcher implements the Matcher and MatcherConfig interfaces.
GenericRecipientMatcher GenericMatcher makes writing recipient based matchers easier.
MailetUtil Collects utility methods.
MatcherInverter This class can be used as a wrapper for getting the "not matched" recipients
RFC2822Headers This utility class provides the set of header names explicitly defined in RFC 2822
RFC2980DateFormat A thread-safe date formatting class to produce dates formatted in accord with the specifications of section 3.2 of RFC 2980.
RFC822DateFormat A thread safe wrapper for the javax.mail.internet.MailDateFormat class.
RFC977DateFormat A thread-safe date formatting class to produce dates formatted in accord with the specifications of RFC 977.
StringUtils Collects useful string utility methods.
SynchronizedDateFormat This class is designed to be a synchronized wrapper for a java.text.DateFormat subclass.
 

Package org.apache.mailet.base Description

Core mailet utilities and lightweight frameworks.

Apache James Mailets Base collects a number of utilites and lightweight frameworks useful when working with the Apache Mailet API (a framework assisting the rapid development of email processing functionality). Mailets base is used as the basis for the email processing functions shipped with the Apache James server but is not dependent on that server.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.