Uses of Class
org.apache.james.mime4j.dom.address.Address
Packages that use Address
Package
Description
-
Uses of Address in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return types with arguments of type AddressMethods in org.apache.james.mime4j.dom with parameters of type AddressModifier and TypeMethodDescriptionprivate Message.Builder
Message.Builder.setAddressList
(String fieldName, Address address) private Message.Builder
Message.Builder.setAddressList
(String fieldName, Address... addresses) Sets Bcc header field of this message to the specified address.Sets Bcc header field of this message to the specified addresses.Sets Cc header field of this message to the specified address.Sets Cc header field of this message to the specified addresses.Message.Builder.setReplyTo
(Address replyTo) Sets Reply-To header field of this message to the specified address.Message.Builder.setReplyTo
(Address... replyTo) Sets Reply-To header field of this message to the specified addresses.Sets To header field of this message to the specified address.Sets To header field of this message to the specified addresses.Method parameters in org.apache.james.mime4j.dom with type arguments of type AddressModifier and TypeMethodDescriptionprivate Message.Builder
Message.Builder.setAddressList
(String fieldName, Collection<? extends Address> addresses) Message.Builder.setBcc
(Collection<? extends Address> bcc) Sets Bcc header field of this message to the specified addresses.Message.Builder.setCc
(Collection<? extends Address> cc) Sets Cc header field of this message to the specified addresses.Message.Builder.setReplyTo
(Collection<? extends Address> replyTo) Sets Reply-To header field of this message to the specified addresses.Message.Builder.setTo
(Collection<? extends Address> to) Sets To header field of this message to the specified addresses. -
Uses of Address in org.apache.james.mime4j.dom.address
Subclasses of Address in org.apache.james.mime4j.dom.addressModifier and TypeClassDescriptionclass
A named group of zero or more mailboxes.class
Represents a single e-mail address.Fields in org.apache.james.mime4j.dom.address with type parameters of type AddressMethods in org.apache.james.mime4j.dom.address that return AddressConstructors in org.apache.james.mime4j.dom.address with parameters of type AddressConstructor parameters in org.apache.james.mime4j.dom.address with type arguments of type AddressModifierConstructorDescriptionAddressList
(List<? extends Address> addresses) AddressList
(List<? extends Address> addresses, boolean dontCopy) -
Uses of Address in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field with parameters of type AddressModifier and TypeMethodDescriptionstatic AddressListField
Creates a Bcc field for the specified mailbox or group address.static AddressListField
Creates a Bcc field for the specified mailbox or group addresses.static AddressListField
Creates a Cc field for the specified mailbox or group address.static AddressListField
Creates a Cc field for the specified mailbox or group addresses.static AddressListField
Creates a Reply-To field for the specified mailbox or group address.static AddressListField
Creates a Reply-To field for the specified mailbox or group addresses.static AddressListField
Creates a To field for the specified mailbox or group address.static AddressListField
Creates a To field for the specified mailbox or group addresses.Method parameters in org.apache.james.mime4j.field with type arguments of type AddressModifier and TypeMethodDescriptionstatic AddressListField
Fields.addressList
(String fieldName, Iterable<? extends Address> addresses) Creates an address-list field from the specified field name and mailbox or group addresses.private static AddressListField
Fields.addressList0
(String fieldName, Iterable<? extends Address> addresses) static AddressListField
Creates a Bcc field for the specified mailbox or group addresses.static AddressListField
Creates a Cc field for the specified mailbox or group addresses.private static String
Fields.encodeAddresses
(Iterable<? extends Address> addresses) static AddressListField
Creates a Reply-To field for the specified mailbox or group addresses.static AddressListField
Creates a To field for the specified mailbox or group addresses. -
Uses of Address in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return AddressModifier and TypeMethodDescriptionBuilder.buildAddress
(ASTaddress node, DecodeMonitor monitor) AddressParser.parseAddress
(CharSequence text) Parses the specified raw string into an address.DefaultAddressParser.parseAddress
(CharSequence text) DefaultAddressParser.parseAddress
(CharSequence text, DecodeMonitor monitor) Parses the specified raw string into an address.LenientAddressParser.parseAddress
(CharSequence text) LenientAddressParser.parseAddress
(ByteSequence buf, ParserCursor cursor, BitSet delimiters) Methods in org.apache.james.mime4j.field.address with parameters of type AddressModifier and TypeMethodDescriptionvoid
AddressFormatter.encode
(StringBuilder sb, Address address) Returns a string representation of this address that can be used for transport purposes.void
AddressFormatter.format
(StringBuilder sb, Address address, boolean includeRoute) Formats the address as a human readable string, not including the route. -
Uses of Address in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with parameters of type AddressModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.MessageBuilder.setReplyTo
(Address replyTo) Deprecated.MessageBuilder.setReplyTo
(Address... replyTo) Deprecated.Deprecated.Deprecated.Method parameters in org.apache.james.mime4j.message with type arguments of type AddressModifier and TypeMethodDescriptionMessageBuilder.setBcc
(Collection<? extends Address> bcc) Deprecated.MessageBuilder.setCc
(Collection<? extends Address> cc) Deprecated.MessageBuilder.setReplyTo
(Collection<? extends Address> replyTo) Deprecated.MessageBuilder.setTo
(Collection<? extends Address> to) Deprecated.