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(String hostname)
Creates a Message-ID field for the specified host name.
|
static UnstructuredField |
Fields.messageId(String messageId)
Creates a Message-ID field with the given message ID.
|
static UnstructuredField |
Fields.subject(String subject)
Creates a Subject field from the specified string value.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.