Uses of Class
org.apache.james.mime4j.dom.address.Mailbox
Packages that use Mailbox
Package
Description
-
Uses of Mailbox in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return MailboxModifier and TypeMethodDescriptionprivate Mailbox
Message.Builder.getMailbox
(String fieldName) Message.Builder.getSender()
Returns the value of the Sender header field of this message asMailbox
object ornull
if it is not present.Message.getSender()
Returns the value of the Sender header field of this message asMailbox
object ornull
if it is not present.Methods in org.apache.james.mime4j.dom that return types with arguments of type MailboxMethods in org.apache.james.mime4j.dom with parameters of type MailboxModifier and TypeMethodDescriptionSets From header field of this message to the specified mailbox address.Sets From header field of this message to the specified mailbox addresses.private Message.Builder
Message.Builder.setMailbox
(String fieldName, Mailbox mailbox) private Message.Builder
Message.Builder.setMailboxList
(String fieldName, Mailbox mailbox) private Message.Builder
Message.Builder.setMailboxList
(String fieldName, Mailbox... mailboxes) Sets Sender header field of this message to the specified mailbox address.Method parameters in org.apache.james.mime4j.dom with type arguments of type MailboxModifier and TypeMethodDescriptionMessage.Builder.setFrom
(Collection<Mailbox> from) Sets From header field of this message to the specified mailbox addresses.private Message.Builder
Message.Builder.setMailboxList
(String fieldName, Collection<Mailbox> mailboxes) -
Uses of Mailbox in org.apache.james.mime4j.dom.address
Fields in org.apache.james.mime4j.dom.address with type parameters of type MailboxMethods in org.apache.james.mime4j.dom.address that return MailboxMethod parameters in org.apache.james.mime4j.dom.address with type arguments of type MailboxModifier and TypeMethodDescription(package private) final void
Address.addMailboxesTo
(List<Mailbox> results) Adds any mailboxes represented by this address into the given List.protected abstract void
Address.doAddMailboxesTo
(List<Mailbox> results) Adds any mailboxes represented by this address into the given List.protected void
Group.doAddMailboxesTo
(List<Mailbox> results) protected final void
Mailbox.doAddMailboxesTo
(List<Mailbox> results) Constructors in org.apache.james.mime4j.dom.address with parameters of type MailboxModifierConstructorDescription(package private)
Creates a named mailbox based on an unnamed mailbox.MailboxList
(Mailbox... mailboxes) Constructor parameters in org.apache.james.mime4j.dom.address with type arguments of type MailboxModifierConstructorDescriptionGroup
(String name, Collection<Mailbox> mailboxes) MailboxList
(List<Mailbox> mailboxes) MailboxList
(List<Mailbox> mailboxes, boolean dontCopy) -
Uses of Mailbox in org.apache.james.mime4j.dom.field
Methods in org.apache.james.mime4j.dom.field that return Mailbox -
Uses of Mailbox in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as MailboxModifier and TypeFieldDescriptionprivate Mailbox
MailboxFieldImpl.mailbox
private Mailbox
MailboxFieldLenientImpl.mailbox
Methods in org.apache.james.mime4j.field that return MailboxModifier and TypeMethodDescriptionMailboxFieldImpl.getMailbox()
MailboxFieldLenientImpl.getMailbox()
Methods in org.apache.james.mime4j.field with parameters of type MailboxModifier and TypeMethodDescriptionstatic MailboxListField
Creates a From field for the specified mailbox address.static MailboxListField
Creates a From field for the specified mailbox addresses.static MailboxField
Creates a mailbox field from the specified field name and mailbox address.private static MailboxField
static MailboxField
Creates a Sender field for the specified mailbox address.Method parameters in org.apache.james.mime4j.field with type arguments of type MailboxModifier and TypeMethodDescriptionstatic MailboxListField
Creates a From field for the specified mailbox addresses.static MailboxListField
Fields.mailboxList
(String fieldName, Iterable<Mailbox> mailboxes) Creates a mailbox-list field from the specified field name and mailbox addresses.private static MailboxListField
Fields.mailboxList0
(String fieldName, Iterable<Mailbox> mailboxes) -
Uses of Mailbox in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return MailboxModifier and TypeMethodDescriptionprivate Mailbox
Builder.buildAddrSpec
(DomainList route, ASTaddr_spec node) private Mailbox
Builder.buildAddrSpec
(ASTaddr_spec node) private Mailbox
Builder.buildAngleAddr
(ASTangle_addr node) Builder.buildMailbox
(ASTmailbox node, DecodeMonitor monitor) private Mailbox
Builder.buildNameAddr
(ASTname_addr node, DecodeMonitor monitor) private Mailbox
LenientAddressParser.createMailbox
(String localPart) private Mailbox
LenientAddressParser.createMailbox
(String name, DomainList route, String localPart, String domain) AddressParser.parseMailbox
(CharSequence text) Parses the specified raw string into a mailbox address.DefaultAddressParser.parseMailbox
(CharSequence text) DefaultAddressParser.parseMailbox
(CharSequence text, DecodeMonitor monitor) Parses the specified raw string into a mailbox address.LenientAddressParser.parseMailbox
(CharSequence text) LenientAddressParser.parseMailbox
(ByteSequence buf, ParserCursor cursor, BitSet delimiters) (package private) Mailbox
LenientAddressParser.parseMailboxAddress
(String openingText, ByteSequence buf, ParserCursor cursor) Methods in org.apache.james.mime4j.field.address that return types with arguments of type MailboxModifier and TypeMethodDescriptionLenientAddressParser.parseMailboxes
(ByteSequence buf, ParserCursor cursor, BitSet delimiters) Methods in org.apache.james.mime4j.field.address with parameters of type MailboxModifier and TypeMethodDescriptionvoid
AddressFormatter.encode
(StringBuilder sb, Mailbox mailbox) void
AddressFormatter.format
(StringBuilder sb, Mailbox mailbox, boolean includeRoute) -
Uses of Mailbox in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return MailboxModifier and TypeMethodDescriptionprivate Mailbox
AbstractMessage.getMailbox
(String fieldName) AbstractMessage.getSender()
Returns the value of the Sender header field of this message asMailbox
object ornull
if it is not present.MessageBuilder.getSender()
Deprecated.Methods in org.apache.james.mime4j.message with parameters of type MailboxModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Method parameters in org.apache.james.mime4j.message with type arguments of type Mailbox