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 classUnstructuredFieldImplSimple 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. PARSERMethods in org.apache.james.mime4j.field that return UnstructuredField Modifier and Type Method Description static UnstructuredFieldFields. generateMessageId(java.lang.String hostname)Creates a Message-ID field for the specified host name.static UnstructuredFieldFields. messageId(java.lang.String messageId)Creates a Message-ID field with the given message ID.static UnstructuredFieldFields. subject(java.lang.String subject)Creates a Subject field from the specified string value.
-