Uses of Class
org.apache.james.mime4j.dom.address.MailboxList
-
Packages that use MailboxList Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.dom.address org.apache.james.mime4j.dom.field org.apache.james.mime4j.field org.apache.james.mime4j.message -
-
Uses of MailboxList in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return MailboxList Modifier and Type Method Description MailboxListMessage.Builder. getFrom()Returns the value of the From header field of this message asMailboxListobject ornullif it is not present.MailboxListMessage. getFrom()Returns the value of the From header field of this message asMailboxListobject ornullif it is not present. -
Uses of MailboxList in org.apache.james.mime4j.dom.address
Methods in org.apache.james.mime4j.dom.address that return MailboxList Modifier and Type Method Description MailboxListAddressList. flatten()Returns a flat list of all mailboxes represented in this address list.MailboxListGroup. getMailboxes()Returns the mailboxes in this group.Constructors in org.apache.james.mime4j.dom.address with parameters of type MailboxList Constructor Description Group(String name, MailboxList mailboxes) -
Uses of MailboxList in org.apache.james.mime4j.dom.field
Methods in org.apache.james.mime4j.dom.field that return MailboxList Modifier and Type Method Description MailboxListMailboxListField. getMailboxList() -
Uses of MailboxList in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return MailboxList Modifier and Type Method Description MailboxListMailboxListFieldImpl. getMailboxList()MailboxListMailboxListFieldLenientImpl. getMailboxList() -
Uses of MailboxList in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return MailboxList Modifier and Type Method Description MailboxListAbstractMessage. getFrom()Returns the value of the From header field of this message asMailboxListobject ornullif it is not present.MailboxListMessageBuilder. getFrom()Deprecated.
-