Uses of Class
org.apache.james.mime4j.stream.RawField
Packages that use RawField
Package
Description
-
Uses of RawField in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return RawField -
Uses of RawField in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with parameters of type RawField -
Uses of RawField in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return RawFieldModifier and TypeMethodDescriptionDefaultFieldBuilder.build()
FieldBuilder.build()
Builds an instance ofRawField
based on the internal state.RawEntity.getField()
This method has no effect and always returnsnull
.RawFieldParser.parseField
(ByteSequence raw) Parses the sequence of bytes intoRawField
.Methods in org.apache.james.mime4j.stream with parameters of type RawFieldModifier and TypeMethodDescriptionUpdates builder's internal state by adding a new field.Should be called for eachContent-
header field of a MIME message or part.RawFieldParser.parseRawBody
(RawField field) Parses the field body containing a value with parameters intoRawBody
.