- fetch(Message[], FetchProfile) - Method in class com.sun.mail.imap.IMAPFolder
-
Prefetch attributes, based on the given FetchProfile.
- fetch(Message[], FetchProfile) - Method in class com.sun.mail.pop3.POP3Folder
-
Prefetch information about POP3 messages.
- fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
-
Prefetch the items specified in the FetchProfile for the
given Messages.
- fetchItem(FetchItem) - Method in class com.sun.mail.imap.IMAPMessage
-
Fetch an individual item for the current message.
- FetchProfile - Class in javax.mail
-
Clients use a FetchProfile to list the Message attributes that
it wishes to prefetch from the server for a range of messages.
- FetchProfile() - Constructor for class javax.mail.FetchProfile
-
Create an empty FetchProfile.
- FetchProfile.Item - Class in javax.mail
-
This inner class is the base class of all items that
can be requested in a FetchProfile.
- FetchProfile.Item(String) - Constructor for class javax.mail.FetchProfile.Item
-
Constructor for an item.
- finalize() - Method in class com.sun.mail.imap.IMAPStore
-
- finalize() - Method in class com.sun.mail.pop3.POP3Folder
-
Close the folder when we're finalized.
- finalize() - Method in class com.sun.mail.pop3.POP3Store
-
- finalize() - Method in class com.sun.mail.smtp.SMTPTransport
-
- finalize() - Method in class javax.mail.Folder
-
- finalize() - Method in class javax.mail.Service
-
Stop the event dispatcher thread so the queue can be garbage collected.
- finalize() - Method in class javax.mail.util.SharedFileInputStream
-
Force this stream to close.
- finishData() - Method in class com.sun.mail.smtp.SMTPTransport
-
Terminate the sent data.
- FLAGGED - Static variable in class javax.mail.Flags.Flag
-
This message is flagged.
- FLAGS - Static variable in class javax.mail.FetchProfile.Item
-
This is the Flags item.
- Flags - Class in javax.mail
-
The Flags class represents the set of flags on a Message.
- Flags() - Constructor for class javax.mail.Flags
-
Construct an empty Flags object.
- Flags(Flags) - Constructor for class javax.mail.Flags
-
Construct a Flags object initialized with the given flags.
- Flags(Flags.Flag) - Constructor for class javax.mail.Flags
-
Construct a Flags object initialized with the given system flag.
- Flags(String) - Constructor for class javax.mail.Flags
-
Construct a Flags object initialized with the given user flag.
- flags - Variable in class javax.mail.internet.MimeMessage
-
The Flags for this message.
- flags - Variable in class javax.mail.search.FlagTerm
-
Flags object containing the flags to test.
- Flags.Flag - Class in javax.mail
-
This inner class represents an individual system flag.
- FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
-
The message's flags changed.
- FlagTerm - Class in javax.mail.search
-
This class implements comparisons for Message Flags.
- FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
-
Constructor.
- flush() - Method in class com.sun.mail.util.logging.MailHandler
-
Pushes any buffered records to the email server as normal priority.
- fold(int, String) - Static method in class javax.mail.internet.MimeUtility
-
Fold a string at linear whitespace so that each line is no longer
than 76 characters, if possible.
- folder - Variable in class javax.mail.event.FolderEvent
-
The folder the event occurred on.
- Folder - Class in javax.mail
-
Folder is an abstract class that represents a folder for mail
messages.
- Folder(Store) - Constructor for class javax.mail.Folder
-
Constructor that takes a Store object.
- folder - Variable in class javax.mail.Message
-
The containing folder, if this message is obtained from a folder
- FolderAdapter - Class in javax.mail.event
-
The adapter which receives Folder events.
- FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
-
- FolderClosedException - Exception in javax.mail
-
This exception is thrown when a method is invoked on a Messaging object
and the Folder that owns that object has died due to some reason.
- FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
-
Constructor
- FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
-
Constructor
- folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
- folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
Invoked when a Folder is created.
- folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
- folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
Invoked when a folder is deleted.
- FolderEvent - Class in javax.mail.event
-
This class models Folder existence events.
- FolderEvent(Object, Folder, int) - Constructor for class javax.mail.event.FolderEvent
-
Constructor.
- FolderEvent(Object, Folder, Folder, int) - Constructor for class javax.mail.event.FolderEvent
-
Constructor.
- FolderListener - Interface in javax.mail.event
-
This is the Listener interface for Folder events.
- FolderNotFoundException - Exception in javax.mail
-
This exception is thrown by Folder methods, when those
methods are invoked on a non existent folder.
- FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
-
Constructs a MessagingException with no detail message.
- FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
-
Constructs a MessagingException with the specified folder.
- FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
-
Constructs a MessagingException with the specified folder and
the specified detail message.
- FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
-
Constructs a MessagingException with the specified detail message
and the specified folder.
- folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
- folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
Invoked when a folder is renamed.
- forceCheckExpunged() - Method in class com.sun.mail.imap.IMAPMessage
-
Do a NOOP to force any untagged EXPUNGE responses
and then check if this message is expunged.
- forceClose() - Method in class com.sun.mail.imap.IMAPFolder
-
Close this folder without waiting for the server.
- format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
-
Formats the given date in the format specified by
draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- FROM - Static variable in class com.sun.mail.imap.SortTerm
-
Sort by first From email address.
- FromStringTerm - Class in javax.mail.search
-
This class implements string comparisons for the From Address
header.
- FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
-
Constructor.
- FromTerm - Class in javax.mail.search
-
This class implements comparisons for the From Address header.
- FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
-
Constructor
- fullName - Variable in class com.sun.mail.imap.IMAPFolder
-
- fullURL - Variable in class javax.mail.URLName
-
The full version of the URL