Frames | No Frames |
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. |
Methods with parameter type javax.mail.Message | |
void | Append given Messages to this folder. |
void | 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 | 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 | Send the message to the specified addresses, ignoring any recipients
specified in the message itself. |
void | Send the Message to the specified list of addresses. |
void | 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 | UIDFolder.getMessageByUID(long uid) 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[] | UIDFolder.getMessagesByUID(long[] uids) Get the Messages specified by the given array of UIDs. |
Message | 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. |
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. |
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. |
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 | MaildirFolder.getMessage(int msgnum) Returns the specified message number from this folder. |
Message[] | Returns the messages in this folder. |
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. |
Methods with parameter type javax.mail.Message | |
void | Send the specified message to the server. |
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. |
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 | 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. |
Constructors with parameter type javax.mail.Message | |
Constructor. | |
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. |