org.apache.james.mime4j.field
Class MailboxListField

java.lang.Object
  extended by org.apache.james.mime4j.field.Field
      extended by org.apache.james.mime4j.field.MailboxListField

public class MailboxListField
extends Field


Nested Class Summary
static class MailboxListField.Parser
           
 
Field Summary
 
Fields inherited from class org.apache.james.mime4j.field.Field
BCC, CC, CONTENT_TRANSFER_ENCODING, CONTENT_TYPE, DATE, FROM, REPLY_TO, RESENT_BCC, RESENT_CC, RESENT_DATE, RESENT_FROM, RESENT_SENDER, RESENT_TO, SENDER, SUBJECT, TO
 
Constructor Summary
protected MailboxListField(java.lang.String name, java.lang.String body, java.lang.String raw, MailboxList mailboxList, ParseException parseException)
           
 
Method Summary
 MailboxList getMailboxList()
           
 ParseException getParseException()
           
 
Methods inherited from class org.apache.james.mime4j.field.Field
getBody, getName, getParser, getRaw, isContentType, isFrom, isSubject, isTo, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailboxListField

protected MailboxListField(java.lang.String name,
                           java.lang.String body,
                           java.lang.String raw,
                           MailboxList mailboxList,
                           ParseException parseException)
Method Detail

getMailboxList

public MailboxList getMailboxList()

getParseException

public ParseException getParseException()


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.