public class MailboxListFieldImpl extends AbstractField implements MailboxListField
From
or Resent-From
.Modifier and Type | Field and Description |
---|---|
static FieldParser<MailboxListField> |
PARSER |
monitor, rawField
Modifier and Type | Method and Description |
---|---|
MailboxList |
getMailboxList() |
ParseException |
getParseException()
Returns the exception that was thrown by the field parser while parsing
the field value.
|
getBody, getName, getRaw, getRawField, isValidField, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isValidField
public static final FieldParser<MailboxListField> PARSER
public MailboxList getMailboxList()
getMailboxList
in interface MailboxListField
MailboxListField.getMailboxList()
public ParseException getParseException()
ParsedField
null
if the field is valid
and no errors were encountered.getParseException
in interface ParsedField
getParseException
in class AbstractField
null
if the field is valid.ParsedField.getParseException()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.