Uses of Class
org.apache.james.mime4j.dom.address.Mailbox
-
-
Uses of Mailbox in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return Mailbox Modifier and Type Method Description private MailboxMessage.Builder. getMailbox(java.lang.String fieldName)MailboxMessage.Builder. getSender()Returns the value of the Sender header field of this message asMailboxobject ornullif it is not present.MailboxMessage. 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 Mailbox Modifier and Type Method Description private java.util.List<Mailbox>Message.Builder. parseMailboxes(java.lang.String... mailboxes)Methods in org.apache.james.mime4j.dom with parameters of type Mailbox Modifier and Type Method Description Message.BuilderMessage.Builder. setFrom(Mailbox from)Sets From header field of this message to the specified mailbox address.Message.BuilderMessage.Builder. setFrom(Mailbox... from)Sets From header field of this message to the specified mailbox addresses.private Message.BuilderMessage.Builder. setMailbox(java.lang.String fieldName, Mailbox mailbox)private Message.BuilderMessage.Builder. setMailboxList(java.lang.String fieldName, Mailbox mailbox)private Message.BuilderMessage.Builder. setMailboxList(java.lang.String fieldName, Mailbox... mailboxes)Message.BuilderMessage.Builder. setSender(Mailbox sender)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 Mailbox Modifier and Type Method Description Message.BuilderMessage.Builder. setFrom(java.util.Collection<Mailbox> from)Sets From header field of this message to the specified mailbox addresses.private Message.BuilderMessage.Builder. setMailboxList(java.lang.String fieldName, java.util.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 Mailbox Modifier and Type Field Description private java.util.List<Mailbox>MailboxList. mailboxesMethods in org.apache.james.mime4j.dom.address that return Mailbox Modifier and Type Method Description MailboxMailboxList. get(int index)Gets an address.Method parameters in org.apache.james.mime4j.dom.address with type arguments of type Mailbox Modifier and Type Method Description (package private) voidAddress. addMailboxesTo(java.util.List<Mailbox> results)Adds any mailboxes represented by this address into the given List.protected abstract voidAddress. doAddMailboxesTo(java.util.List<Mailbox> results)Adds any mailboxes represented by this address into the given List.protected voidGroup. doAddMailboxesTo(java.util.List<Mailbox> results)protected voidMailbox. doAddMailboxesTo(java.util.List<Mailbox> results)Constructors in org.apache.james.mime4j.dom.address with parameters of type Mailbox Constructor Description Group(java.lang.String name, Mailbox... mailboxes)Mailbox(java.lang.String name, Mailbox baseMailbox)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 Mailbox Constructor Description Group(java.lang.String name, java.util.Collection<Mailbox> mailboxes)MailboxList(java.util.List<Mailbox> mailboxes)MailboxList(java.util.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 Modifier and Type Method Description MailboxMailboxField. getMailbox() -
Uses of Mailbox in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as Mailbox Modifier and Type Field Description private MailboxMailboxFieldImpl. mailboxprivate MailboxMailboxFieldLenientImpl. mailboxMethods in org.apache.james.mime4j.field that return Mailbox Modifier and Type Method Description MailboxMailboxFieldImpl. getMailbox()MailboxMailboxFieldLenientImpl. getMailbox()Methods in org.apache.james.mime4j.field with parameters of type Mailbox Modifier and Type Method Description static MailboxListFieldFields. from(Mailbox mailbox)Creates a From field for the specified mailbox address.static MailboxListFieldFields. from(Mailbox... mailboxes)Creates a From field for the specified mailbox addresses.static MailboxFieldFields. mailbox(java.lang.String fieldName, Mailbox mailbox)Creates a mailbox field from the specified field name and mailbox address.private static MailboxFieldFields. mailbox0(java.lang.String fieldName, Mailbox mailbox)static MailboxFieldFields. sender(Mailbox mailbox)Creates a Sender field for the specified mailbox address.Method parameters in org.apache.james.mime4j.field with type arguments of type Mailbox Modifier and Type Method Description static MailboxListFieldFields. from(java.lang.Iterable<Mailbox> mailboxes)Creates a From field for the specified mailbox addresses.static MailboxListFieldFields. mailboxList(java.lang.String fieldName, java.lang.Iterable<Mailbox> mailboxes)Creates a mailbox-list field from the specified field name and mailbox addresses.private static MailboxListFieldFields. mailboxList0(java.lang.String fieldName, java.lang.Iterable<Mailbox> mailboxes) -
Uses of Mailbox in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return Mailbox Modifier and Type Method Description private MailboxBuilder. buildAddrSpec(DomainList route, ASTaddr_spec node)private MailboxBuilder. buildAddrSpec(ASTaddr_spec node)private MailboxBuilder. buildAngleAddr(ASTangle_addr node)MailboxBuilder. buildMailbox(ASTmailbox node, DecodeMonitor monitor)private MailboxBuilder. buildNameAddr(ASTname_addr node, DecodeMonitor monitor)private MailboxLenientAddressParser. createMailbox(java.lang.String localPart)private MailboxLenientAddressParser. createMailbox(java.lang.String name, DomainList route, java.lang.String localPart, java.lang.String domain)MailboxAddressParser. parseMailbox(java.lang.CharSequence text)Parses the specified raw string into a mailbox address.MailboxDefaultAddressParser. parseMailbox(java.lang.CharSequence text)MailboxDefaultAddressParser. parseMailbox(java.lang.CharSequence text, DecodeMonitor monitor)Parses the specified raw string into a mailbox address.MailboxLenientAddressParser. parseMailbox(java.lang.CharSequence text)MailboxLenientAddressParser. parseMailbox(ByteSequence buf, ParserCursor cursor, java.util.BitSet delimiters)(package private) MailboxLenientAddressParser. parseMailboxAddress(java.lang.String openingText, ByteSequence buf, ParserCursor cursor)Methods in org.apache.james.mime4j.field.address that return types with arguments of type Mailbox Modifier and Type Method Description (package private) java.util.List<Mailbox>LenientAddressParser. parseMailboxes(ByteSequence buf, ParserCursor cursor, java.util.BitSet delimiters)Methods in org.apache.james.mime4j.field.address with parameters of type Mailbox Modifier and Type Method Description voidAddressFormatter. encode(java.lang.StringBuilder sb, Mailbox mailbox)java.lang.StringAddressFormatter. encode(Mailbox mailbox)voidAddressFormatter. format(java.lang.StringBuilder sb, Mailbox mailbox, boolean includeRoute)java.lang.StringAddressFormatter. format(Mailbox mailbox, boolean includeRoute) -
Uses of Mailbox in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return Mailbox Modifier and Type Method Description private MailboxAbstractMessage. getMailbox(java.lang.String fieldName)MailboxAbstractMessage. getSender()Returns the value of the Sender header field of this message asMailboxobject ornullif it is not present.MailboxMessageBuilder. getSender()Deprecated.Methods in org.apache.james.mime4j.message with parameters of type Mailbox Modifier and Type Method Description MessageBuilderMessageBuilder. setFrom(Mailbox from)Deprecated.MessageBuilderMessageBuilder. setFrom(Mailbox... from)Deprecated.MessageBuilderMessageBuilder. setSender(Mailbox sender)Deprecated.Method parameters in org.apache.james.mime4j.message with type arguments of type Mailbox Modifier and Type Method Description MessageBuilderMessageBuilder. setFrom(java.util.Collection<Mailbox> from)Deprecated.
-