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.BuilderMessage.Builder.setAddressList(String fieldName, Address address) private Message.BuilderMessage.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.BuilderMessage.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 TypeClassDescriptionclassA named group of zero or more mailboxes.classRepresents a single e-mail address.Subclasses with type arguments of type Address in org.apache.james.mime4j.dom.addressModifier and TypeClassDescriptionclassAn immutable, random-access list of Address objects.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 AddressListFieldCreates a Bcc field for the specified mailbox or group address.static AddressListFieldCreates a Bcc field for the specified mailbox or group addresses.static AddressListFieldCreates a Cc field for the specified mailbox or group address.static AddressListFieldCreates a Cc field for the specified mailbox or group addresses.static AddressListFieldCreates a Reply-To field for the specified mailbox or group address.static AddressListFieldCreates a Reply-To field for the specified mailbox or group addresses.static AddressListFieldCreates a To field for the specified mailbox or group address.static AddressListFieldCreates 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 AddressListFieldFields.addressList(String fieldName, Iterable<? extends Address> addresses) Creates an address-list field from the specified field name and mailbox or group addresses.private static AddressListFieldFields.addressList0(String fieldName, Iterable<? extends Address> addresses) static AddressListFieldCreates a Bcc field for the specified mailbox or group addresses.static AddressListFieldCreates a Cc field for the specified mailbox or group addresses.private static StringFields.encodeAddresses(Iterable<? extends Address> addresses) static AddressListFieldCreates a Reply-To field for the specified mailbox or group addresses.static AddressListFieldCreates 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 TypeMethodDescriptionvoidAddressFormatter.encode(StringBuilder sb, Address address) Returns a string representation of this address that can be used for transport purposes.voidAddressFormatter.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.