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 Mailbox
Message.Builder. getMailbox(java.lang.String fieldName)
Mailbox
Message.Builder. getSender()
Returns the value of the Sender header field of this message asMailbox
object ornull
if it is not present.Mailbox
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 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.Builder
Message.Builder. setFrom(Mailbox from)
Sets From header field of this message to the specified mailbox address.Message.Builder
Message.Builder. setFrom(Mailbox... from)
Sets From header field of this message to the specified mailbox addresses.private Message.Builder
Message.Builder. setMailbox(java.lang.String fieldName, Mailbox mailbox)
private Message.Builder
Message.Builder. setMailboxList(java.lang.String fieldName, Mailbox mailbox)
private Message.Builder
Message.Builder. setMailboxList(java.lang.String fieldName, Mailbox... mailboxes)
Message.Builder
Message.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.Builder
Message.Builder. setFrom(java.util.Collection<Mailbox> from)
Sets From header field of this message to the specified mailbox addresses.private Message.Builder
Message.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. mailboxes
Methods in org.apache.james.mime4j.dom.address that return Mailbox Modifier and Type Method Description Mailbox
MailboxList. 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) void
Address. addMailboxesTo(java.util.List<Mailbox> results)
Adds any mailboxes represented by this address into the given List.protected abstract void
Address. doAddMailboxesTo(java.util.List<Mailbox> results)
Adds any mailboxes represented by this address into the given List.protected void
Group. doAddMailboxesTo(java.util.List<Mailbox> results)
protected void
Mailbox. 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 Mailbox
MailboxField. 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 Mailbox
MailboxFieldImpl. mailbox
private Mailbox
MailboxFieldLenientImpl. mailbox
Methods in org.apache.james.mime4j.field that return Mailbox Modifier and Type Method Description Mailbox
MailboxFieldImpl. getMailbox()
Mailbox
MailboxFieldLenientImpl. getMailbox()
Methods in org.apache.james.mime4j.field with parameters of type Mailbox Modifier and Type Method Description static MailboxListField
Fields. from(Mailbox mailbox)
Creates a From field for the specified mailbox address.static MailboxListField
Fields. from(Mailbox... mailboxes)
Creates a From field for the specified mailbox addresses.static MailboxField
Fields. mailbox(java.lang.String fieldName, Mailbox mailbox)
Creates a mailbox field from the specified field name and mailbox address.private static MailboxField
Fields. mailbox0(java.lang.String fieldName, Mailbox mailbox)
static MailboxField
Fields. 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 MailboxListField
Fields. from(java.lang.Iterable<Mailbox> mailboxes)
Creates a From field for the specified mailbox addresses.static MailboxListField
Fields. 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 MailboxListField
Fields. 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 Mailbox
Builder. buildAddrSpec(DomainList route, ASTaddr_spec node)
private Mailbox
Builder. buildAddrSpec(ASTaddr_spec node)
private Mailbox
Builder. buildAngleAddr(ASTangle_addr node)
Mailbox
Builder. buildMailbox(ASTmailbox node, DecodeMonitor monitor)
private Mailbox
Builder. buildNameAddr(ASTname_addr node, DecodeMonitor monitor)
private Mailbox
LenientAddressParser. createMailbox(java.lang.String localPart)
private Mailbox
LenientAddressParser. createMailbox(java.lang.String name, DomainList route, java.lang.String localPart, java.lang.String domain)
Mailbox
AddressParser. parseMailbox(java.lang.CharSequence text)
Parses the specified raw string into a mailbox address.Mailbox
DefaultAddressParser. parseMailbox(java.lang.CharSequence text)
Mailbox
DefaultAddressParser. parseMailbox(java.lang.CharSequence text, DecodeMonitor monitor)
Parses the specified raw string into a mailbox address.Mailbox
LenientAddressParser. parseMailbox(java.lang.CharSequence text)
Mailbox
LenientAddressParser. parseMailbox(ByteSequence buf, ParserCursor cursor, java.util.BitSet delimiters)
(package private) Mailbox
LenientAddressParser. 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 void
AddressFormatter. encode(java.lang.StringBuilder sb, Mailbox mailbox)
java.lang.String
AddressFormatter. encode(Mailbox mailbox)
void
AddressFormatter. format(java.lang.StringBuilder sb, Mailbox mailbox, boolean includeRoute)
java.lang.String
AddressFormatter. 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 Mailbox
AbstractMessage. getMailbox(java.lang.String fieldName)
Mailbox
AbstractMessage. getSender()
Returns the value of the Sender header field of this message asMailbox
object ornull
if it is not present.Mailbox
MessageBuilder. getSender()
Deprecated.Methods in org.apache.james.mime4j.message with parameters of type Mailbox Modifier and Type Method Description MessageBuilder
MessageBuilder. setFrom(Mailbox from)
Deprecated.MessageBuilder
MessageBuilder. setFrom(Mailbox... from)
Deprecated.MessageBuilder
MessageBuilder. setSender(Mailbox sender)
Deprecated.Method parameters in org.apache.james.mime4j.message with type arguments of type Mailbox Modifier and Type Method Description MessageBuilder
MessageBuilder. setFrom(java.util.Collection<Mailbox> from)
Deprecated.
-