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 MailboxMessage.Builder.getMailbox(String fieldName) Message.Builder.getSender()Returns the value of the Sender header field of this message asMailboxobject ornullif it is not present.Message.getSender()Returns the value of the Sender header field of this message asMailboxobject ornullif 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.BuilderMessage.Builder.setMailbox(String fieldName, Mailbox mailbox) private Message.BuilderMessage.Builder.setMailboxList(String fieldName, Mailbox mailbox) private Message.BuilderMessage.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.BuilderMessage.Builder.setMailboxList(String fieldName, Collection<Mailbox> mailboxes) -
Uses of Mailbox in org.apache.james.mime4j.dom.address
Subclasses with type arguments of type Mailbox in org.apache.james.mime4j.dom.addressModifier and TypeClassDescriptionclassAn immutable, random-access list of Mailbox objects.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 voidAddress.addMailboxesTo(List<Mailbox> results) Adds any mailboxes represented by this address into the given List.protected abstract voidAddress.doAddMailboxesTo(List<Mailbox> results) Adds any mailboxes represented by this address into the given List.protected voidGroup.doAddMailboxesTo(List<Mailbox> results) protected final voidMailbox.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 MailboxMailboxFieldImpl.mailboxprivate MailboxMailboxFieldLenientImpl.mailboxMethods 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 MailboxListFieldCreates a From field for the specified mailbox address.static MailboxListFieldCreates a From field for the specified mailbox addresses.static MailboxFieldCreates a mailbox field from the specified field name and mailbox address.private static MailboxFieldstatic MailboxFieldCreates a Sender field for the specified mailbox address.Method parameters in org.apache.james.mime4j.field with type arguments of type MailboxModifier and TypeMethodDescriptionstatic MailboxListFieldCreates a From field for the specified mailbox addresses.static MailboxListFieldFields.mailboxList(String fieldName, Iterable<Mailbox> mailboxes) Creates a mailbox-list field from the specified field name and mailbox addresses.private static MailboxListFieldFields.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 MailboxBuilder.buildAddrSpec(DomainList route, ASTaddr_spec node) private MailboxBuilder.buildAddrSpec(ASTaddr_spec node) private MailboxBuilder.buildAngleAddr(ASTangle_addr node) Builder.buildMailbox(ASTmailbox node, DecodeMonitor monitor) private MailboxBuilder.buildNameAddr(ASTname_addr node, DecodeMonitor monitor) private MailboxLenientAddressParser.createMailbox(String localPart) private MailboxLenientAddressParser.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) MailboxLenientAddressParser.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 TypeMethodDescriptionvoidAddressFormatter.encode(StringBuilder sb, Mailbox mailbox) voidAddressFormatter.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 MailboxAbstractMessage.getMailbox(String fieldName) AbstractMessage.getSender()Returns the value of the Sender header field of this message asMailboxobject ornullif 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