Package com.mirrorworlds.lifestreams.mail.tnef

Interface Summary
TnefBuilder Interface to build a Tnef Message from a Tnef Stream.
TnefContentTypes Mime Content-Type map interface.
TnefStreamParser A TnefStreamParser parses a TNEF input stream (eg: winmail.dat) and invokes a TnefBuilder methods to build a TNEF message object.
 

Class Summary
DefaultContentTypeImpl Default implementation for the tnef content-type map.
JTnef Creates MS-TNEF Message Objects given a inputstream of TNEF data.
TnefAttachment Tnef Message Attachment
TnefConstants MS-TNEF Message Constants based on the tnef.h from the Microsoft MAPI SDK.
TnefDate Encapsulates TNEF date information.
TnefMessage This class contains a Tnef Message decoded from a TNEF byte stream.
TnefMessageBuilder A simple implementation of the TnefBuilder interface.
TnefRendData Contains TNEF rendering information.
TnefStreamParserImpl A simple implementation of the TnefStreamParser interface.