Package | Description |
---|---|
org.apache.james.mime4j.field |
Modifier and Type | Class and Description |
---|---|
class |
AbstractField
The base class of all field classes.
|
class |
AddressListField
Address list field such as
To or Reply-To . |
class |
ContentDispositionField
Represents a
Content-Disposition field. |
class |
ContentTransferEncodingField
Represents a
Content-Transfer-Encoding field. |
class |
ContentTypeField
Represents a
Content-Type field. |
class |
DateTimeField
Date-time field such as
Date or Resent-Date . |
class |
MailboxField
Mailbox field such as
Sender or Resent-Sender . |
class |
MailboxListField
Mailbox-list field such as
From or Resent-From . |
class |
UnstructuredField
Simple unstructured field such as
Subject . |
Modifier and Type | Method and Description |
---|---|
static ParsedField |
AbstractField.parse(ByteSequence raw)
Parses the given byte sequence and returns an instance of the
Field class. |
static ParsedField |
AbstractField.parse(java.lang.String rawStr)
Parses the given string and returns an instance of the
Field class. |
ParsedField |
DelegatingFieldParser.parse(java.lang.String name,
java.lang.String body,
ByteSequence raw) |
ParsedField |
FieldParser.parse(java.lang.String name,
java.lang.String body,
ByteSequence raw) |
Copyright © 2004-2014. All Rights Reserved.