Uses of Class
org.apache.james.mime4j.dom.address.MailboxList
Packages that use MailboxList
Package
Description
-
Uses of MailboxList in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return MailboxListModifier and TypeMethodDescriptionMessage.Builder.getFrom()
Returns the value of the From header field of this message asMailboxList
object ornull
if it is not present.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
(String fieldName) -
Uses of MailboxList in org.apache.james.mime4j.dom.address
Fields in org.apache.james.mime4j.dom.address declared as MailboxListMethods in org.apache.james.mime4j.dom.address that return MailboxListModifier and TypeMethodDescriptionAddressList.flatten()
Returns a flat list of all mailboxes represented in this address list.Group.getMailboxes()
Returns the mailboxes in this group.Constructors in org.apache.james.mime4j.dom.address with parameters of type MailboxList -
Uses of MailboxList in org.apache.james.mime4j.dom.field
Methods in org.apache.james.mime4j.dom.field that return MailboxList -
Uses of MailboxList in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as MailboxListModifier and TypeFieldDescriptionprivate MailboxList
MailboxListFieldImpl.mailboxList
private MailboxList
MailboxListFieldLenientImpl.mailboxList
Methods in org.apache.james.mime4j.field that return MailboxListModifier and TypeMethodDescriptionMailboxListFieldImpl.getMailboxList()
MailboxListFieldLenientImpl.getMailboxList()
-
Uses of MailboxList in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return MailboxListModifier and TypeMethodDescriptionprivate 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 MailboxListModifier and TypeMethodDescriptionAbstractMessage.getFrom()
Returns the value of the From header field of this message asMailboxList
object ornull
if it is not present.MessageBuilder.getFrom()
Deprecated.private MailboxList
AbstractMessage.getMailboxList
(String fieldName)