public class MailboxListFieldImpl extends AbstractField implements MailboxListField
From or Resent-From.| Modifier and Type | Field and Description |
|---|---|
private MailboxList |
mailboxList |
private boolean |
parsed |
private ParseException |
parseException |
static FieldParser<MailboxListField> |
PARSER |
monitor, rawField| Constructor and Description |
|---|
MailboxListFieldImpl(Field rawField,
DecodeMonitor monitor) |
| 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.
|
private void |
parse() |
getBody, getName, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidFieldprivate boolean parsed
private MailboxList mailboxList
private ParseException parseException
public static final FieldParser<MailboxListField> PARSER
MailboxListFieldImpl(Field rawField, DecodeMonitor monitor)
public MailboxList getMailboxList()
getMailboxList in interface MailboxListFieldMailboxListField.getMailboxList()public ParseException getParseException()
ParsedFieldnull if the field is valid
and no errors were encountered.getParseException in interface ParsedFieldgetParseException in class AbstractFieldnull if the field is valid.ParsedField.getParseException()private void parse()