Uses of Class javax.mail.Address

Uses in package javax.mail.event

Constructors with parameter type javax.mail.Address

TransportEvent.TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
Constructor.

Fields of type javax.mail.Address

Address[]
Address[]
Address[]

Methods with return type javax.mail.Address

Address[]
Returns the addresses to which this message could not be sent.
Address[]
Returns the addresses to which this message was delivered succesfully.
Address[]
Returns the addresses that are valid but to which this message was not delivered.

Uses in package javax.mail.internet

Classes derived from javax.mail.Address

class
An RFC 822 address.
class
An RFC 1036 newsgroup address.

Methods with parameter type javax.mail.Address

void
Adds the specified addresses to From header field.
void
Adds the given addresses to the recipients of the specified type.
void
Sets the RFC 822 From header field.
void
Sets the recipients of the given type.
void
Sets the RFC 822 Reply-To header field.
void
Sets the RFC 822 Sender header field.
String
Converts the given array of InternetAddresses into a comma-separated sequence of address strings.
String
Converts the given array of NewsAddresses into a comma-separated sequence of address strings.
String
InternetAddress.toString(Address[] addresses, int used)
Converts the given array of InternetAddresses into a comma-separated sequence of address strings.

Methods with return type javax.mail.Address

Address[]
Returns all the recipients.
Address[]
Returns the value of the RFC 822 From header field.
Address[]
Returns the recipients of the given type.
Address[]
Returns the value of the RFC 822 Reply-To header field.
Address
Returns the value of the RFC 822 Sender header field.

Uses in package javax.mail.search

Constructors with parameter type javax.mail.Address

Constructor.
Constructor.

Fields of type javax.mail.Address

Address
The address.

Methods with parameter type javax.mail.Address

boolean
Indicates whether the address pattern specified in the constructor is a substring of the string representation of the given address.
boolean
Returns true if the specified address matches the address specified in this term.

Methods with return type javax.mail.Address

Address
Returns the address to match.

Uses in package gnu.mail.providers.smtp

Methods with parameter type javax.mail.Address

void
SMTPTransport.sendMessage(Message message, Address[] addresses)
Send the specified message to the server.

Uses in package gnu.mail.providers.nntp

Methods with parameter type javax.mail.Address

void
NNTPTransport.sendMessage(Message message, Address[] addresses)
Post an article.

Uses in package javax.mail

Constructors with parameter type javax.mail.Address

SendFailedException.SendFailedException(String message, Exception exception, Address[] validSent, Address[] validUnsent, Address[] invalid)
Creates a send failed exception with the specified string and addresses.

Fields of type javax.mail.Address

Address[]
Address[]
Address[]

Methods with parameter type javax.mail.Address

void
Message.addFrom(Address[] addresses)
Adds addresses to the identity of the person sending this message.
void
Adds the recipient address of the given type.
void
Adds the recipient addresses of the given type.
Transport
Get a Transport object that can transport a Message to the specified address type.
void
Transport.notifyTransportListeners(int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
Notifies all transport listeners.
void
Transport.send(Message msg, Address[] addresses)
Sends the message to the specified addresses, ignoring any recipients specified in the message itself.
void
Transport.sendMessage(Message msg, Address[] addresses)
Sends the message to the specified list of addresses.
void
Sets the identity of the person sending this message.
void
Sets the recipient address of the specified type.
void
Sets the recipient addresses of the specified type.
void
Message.setReplyTo(Address[] addresses)
Sets the addresses to which replies should be directed.

Methods with return type javax.mail.Address

Address[]
Returns all the recipient addresses in the message.
Address[]
Returns the identity of the person(s) who ordered the sending of this message.
Address[]
Returns the addresses to which this message could not be sent.
Address[]
Returns all the recipient addresses of the specified type.
Address[]
Returns the addresses to which replies should be directed.
Address[]
Returns the addresses to which this message was sent succesfully.
Address[]
Returns the addresses that are valid but to which this message was not sent.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved