Package org.apache.james.mime4j.dom
package org.apache.james.mime4j.dom
-
ClassDescriptionA body containing binary data.A body of an MIME entity (as defined in RFC 2045).A Disposable is an object that should be disposed of explicitly when it is no longer needed.A MIME entity.FieldParser<T extends ParsedField>A parser or transformation process intended to convert raw (unstructured)
Field
s into structuredParsedField
s.A header of an MIME entity (as defined in RFC 2045).An MIME message (as defined in RFC 2045).An interface to build instances ofMessage
and other DOM elements either without any content, by copying content of an existing object or by reading content from anInputStream
.A MessageBuilderFactory is used to create EntityBuilder instances.An interface to write out content ofMessage
and other DOM elements to anOutputStream
.A MIME multipart body (as defined in RFC 2045).Utility class to load Service Providers (SPI).Abstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.Encapsulates the contents of atext/*
entity body.