org.apache.james.mime4j.parser
public interface Field
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody()
Gets the unparsed and possibly encoded (see RFC 2047) field body string.
|
java.lang.String |
getName()
Gets the name of the field (
Subject , From , etc). |
ByteSequence |
getRaw()
Gets the original raw field bytes.
|
java.lang.String getName()
Subject
, From
, etc).java.lang.String getBody()
ByteSequence getRaw()
Copyright © 2004-2016. All Rights Reserved.