Uses of Interface
org.apache.james.mime4j.dom.field.UnstructuredField
-
Packages that use UnstructuredField Package Description org.apache.james.mime4j.field -
-
Uses of UnstructuredField in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement UnstructuredField Modifier and Type Class Description class
UnstructuredFieldImpl
Simple unstructured field such asSubject
.Fields in org.apache.james.mime4j.field with type parameters of type UnstructuredField Modifier and Type Field Description static FieldParser<UnstructuredField>
UnstructuredFieldImpl. PARSER
Methods in org.apache.james.mime4j.field that return UnstructuredField Modifier and Type Method Description static UnstructuredField
Fields. generateMessageId(java.lang.String hostname)
Creates a Message-ID field for the specified host name.static UnstructuredField
Fields. messageId(java.lang.String messageId)
Creates a Message-ID field with the given message ID.static UnstructuredField
Fields. subject(java.lang.String subject)
Creates a Subject field from the specified string value.
-