Uses of Interface
org.apache.james.mime4j.stream.Field
Packages that use Field
Package
Description
-
Uses of Field in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aField
given a field name and of the given type.Gets allField
s having the specified field name and of the given type.Methods in org.apache.james.mime4j.dom that return FieldModifier and TypeMethodDescriptionGets aField
given a field name.Methods in org.apache.james.mime4j.dom that return types with arguments of type FieldModifier and TypeMethodDescriptionHeader.getFields()
Gets the fields of this header.Gets allField
s having the specified field name.Header.getFieldsAsMap()
Gets the fields of this header.Header.iterator()
Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.dom with parameters of type FieldModifier and TypeMethodDescriptionvoid
Adds a field to the end of the list of fields.FieldParser.parse
(Field rawField, DecodeMonitor monitor) Parses raw (unstructured) field and converts it into a structured field.void
Sets or replaces a field.void
MessageWriter.writeField
(Field field, OutputStream out) -
Uses of Field in org.apache.james.mime4j.dom.field
Subinterfaces of Field in org.apache.james.mime4j.dom.fieldModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
A structured field that has been processed by a parsing routine.interface
-
Uses of Field in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement FieldModifier and TypeClassDescriptionclass
The base class of all field classes.class
Address list field such asTo
orReply-To
.class
Address list field such asTo
orReply-To
.class
Represents aContent-Description
field.class
Represents aContent-Disposition
field.class
Represents aContent-Disposition
field.class
Represents aContent-Transfer-Encoding
field.class
Represents aContent-Transfer-Encoding
field.class
Represents aContent-Transfer-Encoding
field.class
Represents aContent-Length
field.class
Represents aContent-Location
field.class
Represents aContent-Location
field.class
Represents aContent-MD5
field.class
Represents aContent-Transfer-Encoding
field.class
Represents aContent-Type
field.class
Represents aContent-Type
field.class
Date-time field such asDate
orResent-Date
.class
Date-time field such asDate
orResent-Date
.class
Mailbox field such asSender
orResent-Sender
.class
Mailbox field such asSender
orResent-Sender
.class
Mailbox-list field such asFrom
orResent-From
.class
Mailbox-list field such asFrom
orResent-From
.class
Represents aMIME-Version
field.class
Represents aMIME-Version
field.class
Simple unstructured field such asSubject
.Fields in org.apache.james.mime4j.field declared as FieldMethods in org.apache.james.mime4j.field with parameters of type FieldModifier and TypeMethodDescriptionprivate FieldParser
<? extends ParsedField> DelegatingFieldParser.parse
(Field rawField, DecodeMonitor monitor) Constructors in org.apache.james.mime4j.field with parameters of type FieldModifierConstructorDescriptionprotected
AbstractField
(Field rawField, DecodeMonitor monitor) (package private)
AddressListFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
AddressListFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentDescriptionFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentDispositionFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentDispositionFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentIdFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentLanguageFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentLanguageFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentLengthFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentLocationFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentLocationFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentMD5FieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentTransferEncodingFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentTypeFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
ContentTypeFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
DateTimeFieldImpl
(Field rawField, DecodeMonitor monitor) private
DateTimeFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
MailboxFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
MailboxFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
MailboxListFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
MailboxListFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
MimeVersionFieldImpl
(Field rawField, DecodeMonitor monitor) (package private)
MimeVersionFieldLenientImpl
(Field rawField, DecodeMonitor monitor) (package private)
UnstructuredFieldImpl
(Field rawField, DecodeMonitor monitor) -
Uses of Field in org.apache.james.mime4j.internal
Fields in org.apache.james.mime4j.internal with type parameters of type FieldMethods in org.apache.james.mime4j.internal with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aField
given a field name and of the given type.Gets allField
s having the specified field name and of the given type.Methods in org.apache.james.mime4j.internal that return FieldModifier and TypeMethodDescriptionGets aField
given a field name.Methods in org.apache.james.mime4j.internal that return types with arguments of type FieldModifier and TypeMethodDescriptionAbstractEntityBuilder.getFields()
Gets the fields of this header.Gets allField
s having the specified field name.Methods in org.apache.james.mime4j.internal with parameters of type FieldModifier and TypeMethodDescriptionAdds a field to the end of the list of fields.void
Sets or replaces a field. -
Uses of Field in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message with type parameters of type FieldMethods in org.apache.james.mime4j.message with type parameters of type FieldModifier and TypeMethodDescription<F extends Field>
FGets aField
given a field name and of the given type.<F extends Field>
FDeprecated.Gets allField
s having the specified field name and of the given type.Deprecated.Methods in org.apache.james.mime4j.message that return FieldModifier and TypeMethodDescriptionGets aField
given a field name.Deprecated.Methods in org.apache.james.mime4j.message that return types with arguments of type FieldModifier and TypeMethodDescriptionAbstractHeader.getFields()
Gets the fields of this header.Gets allField
s having the specified field name.MessageBuilder.getFields()
Deprecated.AbstractHeader.getFieldsAsMap()
Gets the fields of this header.AbstractHeader.iterator()
Returns an iterator over the list of fields of this header.Methods in org.apache.james.mime4j.message with parameters of type FieldModifier and TypeMethodDescriptionvoid
Adds a field to the end of the list of fields.Deprecated.final void
void
Sets or replaces a field.Deprecated.void
DefaultMessageWriter.writeField
(Field field, OutputStream out) Write the specifiedField
to the specifiedOutputStream
. -
Uses of Field in org.apache.james.mime4j.parser
Methods in org.apache.james.mime4j.parser with parameters of type Field -
Uses of Field in org.apache.james.mime4j.stream
Classes in org.apache.james.mime4j.stream that implement FieldFields in org.apache.james.mime4j.stream declared as FieldMethods in org.apache.james.mime4j.stream that return FieldModifier and TypeMethodDescriptionUpdates builder's internal state by adding a new field.Should be called for eachContent-
header field of a MIME message or part.EntityStateMachine.getField()
Returns current header field.MimeEntity.getField()
This method is valid, ifMimeEntity.getState()
returnsEntityState.T_FIELD
.MimeTokenStream.getField()
This method is valid, ifMimeTokenStream.getState()
returnsEntityState.T_FIELD
.MimeTokenStream.parseHeadless
(InputStream stream, String contentType) Instructs theMimeTokenStream
to parse the given content with the content type.Methods in org.apache.james.mime4j.stream with parameters of type FieldModifier and TypeMethodDescriptionprivate void
FallbackBodyDescriptorBuilder.parseContentType
(Field field)