Uses of Class javax.mail.Message

Uses in package gnu.mail.providers.imap

Classes derived from javax.mail.Message

class
The message class implementing the IMAP4 mail protocol.

Methods with parameter type javax.mail.Message

void
Appends the specified set of messages to this folder.
void
IMAP fetch routine.
Message[]
IMAP search function.

Methods with return type javax.mail.Message

Message[]
Expunges this folder.
Message
IMAPFolder.getMessage(int msgnum)
Returns the specified message number from this folder.
Message[]
IMAP search function.
Message[]
IMAP search function.

Uses in package javax.mail

Methods with parameter type javax.mail.Message

void
Append given Messages to this folder.
void
Folder.copyMessages(Message[] msgs, Folder folder)
Copy the specified Messages from this Folder into another Folder.
void
Prefetch the items specified in the FetchProfile for the given Messages.
long
Get the UID for the specified message.
void
Notify all MessageCountListeners about the addition of messages into this folder.
void
Notify all MessageChangedListeners.
void
Folder.notifyMessageRemovedListeners(boolean removed, Message[] msgs)
Notify all MessageCountListeners about the removal of messages from this Folder.
void
Transport.notifyTransportListeners(int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
Notify all TransportListeners.
Message[]
Search the given array of messages for those that match the specified search criterion.
void
Send a message.
void
Transport.send(Message msg, Address[] addresses)
Send the message to the specified addresses, ignoring any recipients specified in the message itself.
void
Transport.sendMessage(Message msg, Address[] addresses)
Send the Message to the specified list of addresses.
void
Folder.setFlags(Message[] msgs, Flags flag, boolean value)
Set the specified flags on the messages specified in the array.

Methods with return type javax.mail.Message

Message[]
Expunge (permanently remove) messages marked DELETED.
Message
Return the Message that contains the content.
Message
Folder.getMessage(int msgnum)
Get the Message object corresponding to the given message number.
Message
Get the Message corresponding to the given UID.
Message[]
Get all Message objects from this Folder.
Message[]
Folder.getMessages(int start, int end)
Get the Message objects for message numbers ranging from start through end, both start and end inclusive.
Message[]
Folder.getMessages(msgnums[] )
Get the Message objects for message numbers specified in the array.
Message[]
UIDFolder.getMessagesByUID(long start, long end)
Get the Messages specified by the given range.
Message[]
Get the Messages specified by the given array of UIDs.
Message
Message.reply(boolean replyToAll)
Get a new Message suitable for a reply to this message.
Message[]
Search this Folder for messages matching the specified search criterion.
Message[]
Search the given array of messages for those that match the specified search criterion.

Uses in package gnu.mail.providers.mbox

Classes derived from javax.mail.Message

class
The message class implementing the Mbox mail protocol.

Methods with parameter type javax.mail.Message

void
Appends messages to this folder.

Methods with return type javax.mail.Message

Message[]
Expunges this folder.
Message
MboxFolder.getMessage(int msgnum)
Returns the specified message number from this folder.
Message[]
Returns the messages in this folder.

Uses in package javax.mail.search

Methods with parameter type javax.mail.Message

boolean
The AND operation.
boolean
The match method.
boolean
The comparison method.
boolean
Check whether the address string specified in the constructor is a substring of the From address of this Message.
boolean
The address comparator.
boolean
The header match method.
boolean
The match method.
boolean
The match method.
boolean
boolean
The OR operation.
boolean
The match method.
boolean
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
boolean
The match method.
boolean
This method applies a specific match criterion to the given message and returns the result.
boolean
The match method.
boolean
The match method.
boolean
The match method.

Uses in package gnu.mail.providers.maildir

Classes derived from javax.mail.Message

class
The message class implementing the Maildir mail protocol.

Methods with parameter type javax.mail.Message

void
Appends messages to this folder.

Methods with return type javax.mail.Message

Message[]
Expunges this folder.
Message
Returns the specified message number from this folder.
Message[]
Returns the messages in this folder.

Uses in package gnu.mail.providers.pop3

Classes derived from javax.mail.Message

class
The message class implementing the POP3 mail protocol.

Methods with parameter type javax.mail.Message

void
You can't append messages to a POP3 folder.
void
Fetches headers and/or content for the specified messages.

Methods with return type javax.mail.Message

Message[]
Expunges this folder.
Message
POP3Folder.getMessage(int msgnum)
Returns the specified message from this folder.

Uses in package gnu.mail.providers.smtp

Methods with parameter type javax.mail.Message

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

Uses in package javax.mail.internet

Classes derived from javax.mail.Message

class
This class represents a MIME style email message.

Methods with return type javax.mail.Message

Message
MimeMessage.reply(boolean replyToAll)
Get a new Message suitable for a reply to this message.

Uses in package gnu.mail.providers.nntp

Classes derived from javax.mail.Message

class
A JavaMail MIME message delegate for an NNTP article.

Methods with parameter type javax.mail.Message

void
NNTP servers are read-only.
void
Prefetch.
void
NNTPTransport.sendMessage(Message message, Address[] addresses)
Post an article.

Methods with return type javax.mail.Message

Message[]
NNTP servers are read-only.
Message
NNTPFolder.getMessage(int msgnum)
Returns the article corresponding to the specified article number.
Message[]
Returns all articles in this group.

Uses in package javax.mail.event

Constructors with parameter type javax.mail.Message

MessageChangedEvent.MessageChangedEvent(Object source, int type, Message msg)
Constructor.
MessageCountEvent.MessageCountEvent(Folder source, int type, boolean removed, Message[] msgs)
Constructor.
TransportEvent.TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
Constructor.

Fields of type javax.mail.Message

Message
The message that changed.
Message
Message[]
The messages.

Methods with return type javax.mail.Message

Message
Return the changed Message.
Message
Get the Message object associated with this Transport Event.
Message[]
Return the array of messages added or removed.

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