| Package | Description |
|---|---|
| org.apache.james.mime4j.field |
| Modifier and Type | Class and Description |
|---|---|
class |
UnstructuredFieldImpl
Simple unstructured field such as
Subject. |
| Modifier and Type | Field and Description |
|---|---|
static FieldParser<UnstructuredField> |
UnstructuredFieldImpl.PARSER |
| Modifier and Type | Method and 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.
|