Uses of Package
org.apache.james.mime4j.codec

Packages that use org.apache.james.mime4j.codec
org.apache.james.mime4j.codec   
org.apache.james.mime4j.parser   
org.apache.james.mime4j.stream   
 

Classes in org.apache.james.mime4j.codec used by org.apache.james.mime4j.codec
DecodeMonitor
          This class is used to drive how decoder/parser should deal with malformed and unexpected data. 2 basic implementations are provided: DecodeMonitor.STRICT return "true" on any occurrence DecodeMonitor.SILENT ignores any problem
EncoderUtil.Encoding
          Selects one of the two encodings specified in RFC 2047.
EncoderUtil.Usage
          Indicates the intended usage of an encoded word.
 

Classes in org.apache.james.mime4j.codec used by org.apache.james.mime4j.parser
DecodeMonitor
          This class is used to drive how decoder/parser should deal with malformed and unexpected data. 2 basic implementations are provided: DecodeMonitor.STRICT return "true" on any occurrence DecodeMonitor.SILENT ignores any problem
 

Classes in org.apache.james.mime4j.codec used by org.apache.james.mime4j.stream
DecodeMonitor
          This class is used to drive how decoder/parser should deal with malformed and unexpected data. 2 basic implementations are provided: DecodeMonitor.STRICT return "true" on any occurrence DecodeMonitor.SILENT ignores any problem
 



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