Uses of Class
org.apache.james.mime4j.dom.address.MailboxList
-
-
Uses of MailboxList in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return MailboxList Modifier and Type Method Description MailboxList
Message.Builder. getFrom()
Returns the value of the From header field of this message asMailboxList
object ornull
if it is not present.MailboxList
Message. getFrom()
Returns the value of the From header field of this message asMailboxList
object ornull
if it is not present.private MailboxList
Message.Builder. getMailboxList(java.lang.String fieldName)
-
Uses of MailboxList in org.apache.james.mime4j.dom.address
Fields in org.apache.james.mime4j.dom.address declared as MailboxList Modifier and Type Field Description private MailboxList
Group. mailboxList
Methods in org.apache.james.mime4j.dom.address that return MailboxList Modifier and Type Method Description MailboxList
AddressList. flatten()
Returns a flat list of all mailboxes represented in this address list.MailboxList
Group. getMailboxes()
Returns the mailboxes in this group.Constructors in org.apache.james.mime4j.dom.address with parameters of type MailboxList Constructor Description Group(java.lang.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 MailboxList
MailboxListField. getMailboxList()
-
Uses of MailboxList in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as MailboxList Modifier and Type Field Description private MailboxList
MailboxListFieldImpl. mailboxList
private MailboxList
MailboxListFieldLenientImpl. mailboxList
Methods in org.apache.james.mime4j.field that return MailboxList Modifier and Type Method Description MailboxList
MailboxListFieldImpl. getMailboxList()
MailboxList
MailboxListFieldLenientImpl. getMailboxList()
-
Uses of MailboxList in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return MailboxList Modifier and Type Method Description private MailboxList
Builder. buildGroupBody(ASTgroup_body node, DecodeMonitor monitor)
-
Uses of MailboxList in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return MailboxList Modifier and Type Method Description MailboxList
AbstractMessage. getFrom()
Returns the value of the From header field of this message asMailboxList
object ornull
if it is not present.MailboxList
MessageBuilder. getFrom()
Deprecated.private MailboxList
AbstractMessage. getMailboxList(java.lang.String fieldName)
-