A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- fetch(int, int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
- fetch(int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
- fetch(MessageSet[], String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
- 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 jakarta.mail.Folder
-
Prefetch the items specified in the FetchProfile for the given Messages.
- fetchBody(int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch given BODY section.
- fetchBody(int, String, boolean) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
- fetchBody(int, String, int, int) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Partial FETCH of given BODY section.
- fetchBody(int, String, int, int, boolean, ByteArray) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
- fetchBody(int, String, int, int, ByteArray) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Partial FETCH of given BODY section.
- fetchBodyStructure(int) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the BODYSTRUCTURE of the specified message.
- fetchFlags(int) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the FLAGS for the given message.
- fetchItem(FetchItem) - Method in class com.sun.mail.imap.IMAPMessage
-
Fetch an individual item for the current message.
- FetchItem - Class in com.sun.mail.imap.protocol
-
Metadata describing a FETCH item.
- FetchItem(String, FetchProfile.Item) - Constructor for class com.sun.mail.imap.protocol.FetchItem
- fetchMODSEQ(int) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the IMAP MODSEQ for the given message.
- FetchProfile - Class in jakarta.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 jakarta.mail.FetchProfile
-
Create an empty FetchProfile.
- FetchProfile.Item - Class in jakarta.mail
-
This inner class is the base class of all items that can be requested in a FetchProfile.
- FetchProfileCondition(FetchProfile, FetchItem[]) - Constructor for class com.sun.mail.imap.IMAPMessage.FetchProfileCondition
-
Create a FetchProfileCondition to determine if we need to fetch any of the information specified in the FetchProfile.
- FetchProfileItem(String) - Constructor for class com.sun.mail.imap.IMAPFolder.FetchProfileItem
- FetchProfileItem(String) - Constructor for class jakarta.mail.UIDFolder.FetchProfileItem
- FetchResponse - Class in com.sun.mail.imap.protocol
-
This class represents a FETCH response obtained from the input stream of an IMAP server.
- FetchResponse(Protocol) - Constructor for class com.sun.mail.imap.protocol.FetchResponse
- FetchResponse(IMAPResponse) - Constructor for class com.sun.mail.imap.protocol.FetchResponse
- FetchResponse(IMAPResponse, FetchItem[]) - Constructor for class com.sun.mail.imap.protocol.FetchResponse
-
Construct a FetchResponse that handles the additional FetchItems.
- fetchRFC822(int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the specified RFC822 Data item.
- fetchSectionBody(int, String, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the given body section of the given message, using the body string "body".
- fetchSequenceNumber(long) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Get the sequence number for the given UID.
- fetchSequenceNumbers(long[]) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Get the sequence numbers for UIDs specified in the array.
- fetchSequenceNumbers(long, long) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Get the sequence numbers for UIDs ranging from start till end.
- fetchUID(int) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Fetch the IMAP UID for the given message.
- finalize() - Method in class com.sun.mail.iap.Protocol
-
Finalizer.
- 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 jakarta.mail.Folder
- finalize() - Method in class jakarta.mail.Service
-
Stop the event dispatcher thread so the queue can be garbage collected.
- finalize() - Method in class jakarta.mail.util.SharedFileInputStream
-
Force this stream to close.
- fine(String) - Method in class com.sun.mail.util.MailLogger
-
Log a message at the FINE level.
- finer(String) - Method in class com.sun.mail.util.MailLogger
-
Log a message at the FINER level.
- finest(String) - Method in class com.sun.mail.util.MailLogger
-
Log a message at the FINEST level.
- finish(String) - Method in class com.sun.mail.util.logging.CollectorFormatter
-
Applied to the head, format, and tail returned by the target formatter.
- finishBdat() - Method in class com.sun.mail.smtp.SMTPTransport
-
Terminate the sent data.
- finishData() - Method in class com.sun.mail.smtp.SMTPTransport
-
Terminate the sent data.
- first - Variable in class com.sun.mail.imap.protocol.MailboxInfo
-
The first unseen message.
- flag(FlagTerm) - Method in class com.sun.mail.imap.protocol.SearchSequence
- FLAGGED - Static variable in class jakarta.mail.Flags.Flag
-
This message is flagged.
- flags - Variable in class jakarta.mail.internet.MimeMessage
-
The Flags for this message.
- Flags - Class in jakarta.mail
-
The Flags class represents the set of flags on a Message.
- Flags() - Constructor for class jakarta.mail.Flags
-
Construct an empty Flags object.
- Flags(Flags) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given flags.
- Flags(Flags.Flag) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given system flag.
- Flags(String) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given user flag.
- FLAGS - Class in com.sun.mail.imap.protocol
-
This class
- FLAGS - Static variable in class jakarta.mail.FetchProfile.Item
-
This is the Flags item.
- FLAGS(IMAPResponse) - Constructor for class com.sun.mail.imap.protocol.FLAGS
-
Constructor.
- FLAGS_CHANGED - Static variable in class jakarta.mail.event.MessageChangedEvent
-
The message's flags changed.
- Flags.Flag - Class in jakarta.mail
-
This inner class represents an individual system flag.
- FlagTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message Flags.
- FlagTerm(Flags, boolean) - Constructor for class jakarta.mail.search.FlagTerm
-
Constructor.
- flush() - Method in class com.sun.mail.imap.protocol.BASE64MailboxEncoder
- flush() - Method in class com.sun.mail.smtp.SMTPOutputStream
-
Override flush method in FilterOutputStream.
- flush() - Method in class com.sun.mail.util.BASE64EncoderStream
-
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.
- flush() - Method in class com.sun.mail.util.logging.MailHandler
-
Pushes any buffered records to the email server as normal priority.
- flush() - Method in class com.sun.mail.util.QPEncoderStream
-
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.
- flush() - Method in class com.sun.mail.util.UUEncoderStream
- fold(int, String) - Static method in class jakarta.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 jakarta.mail.event.FolderEvent
-
The folder the event occurred on.
- folder - Variable in class jakarta.mail.Message
-
The containing folder, if this message is obtained from a folder
- Folder - Class in jakarta.mail
-
Folder is an abstract class that represents a folder for mail messages.
- Folder(Store) - Constructor for class jakarta.mail.Folder
-
Constructor that takes a Store object.
- FolderAdapter - Class in jakarta.mail.event
-
The adapter which receives Folder events.
- FolderAdapter() - Constructor for class jakarta.mail.event.FolderAdapter
-
Creates a default
FolderAdapter. - FolderClosedException - Exception in jakarta.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 jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException.
- FolderClosedException(Folder, String) - Constructor for exception jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message.
- FolderClosedException(Folder, String, Exception) - Constructor for exception jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message and embedded exception.
- folderCreated(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderCreated(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a Folder is created.
- folderDeleted(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderDeleted(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a folder is deleted.
- FolderEvent - Class in jakarta.mail.event
-
This class models Folder existence events.
- FolderEvent(Object, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderEvent(Object, Folder, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderListener - Interface in jakarta.mail.event
-
This is the Listener interface for Folder events.
- FolderNotFoundException - Exception in jakarta.mail
-
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
- FolderNotFoundException() - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with no detail message.
- FolderNotFoundException(Folder) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException.
- FolderNotFoundException(Folder, String) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message.
- FolderNotFoundException(Folder, String, Exception) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and embedded exception.
- FolderNotFoundException(String, Folder) - Constructor for exception jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
- folderRenamed(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderRenamed(FolderEvent) - Method in interface jakarta.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) - Static method in class com.sun.mail.imap.protocol.INTERNALDATE
-
Format given Date object into INTERNALDATE string
- format(Date, StringBuffer, FieldPosition) - Method in class jakarta.mail.internet.MailDateFormat
-
Formats the given date in the format specified by RFC 2822 in the current TimeZone.
- format(LogRecord) - Method in class com.sun.mail.util.logging.CollectorFormatter
-
Accumulates log records which will be used to produce the final output.
- format(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Format the given log record and returns the formatted string.
- formatBackTrace(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the back trace for the given log record.
- formatError(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the thrown property of a LogRecord as an error message.
- formatLevel(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the level property of the given log record.
- formatLoggerName(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the logger name property of the given log record.
- formatMessage(Throwable) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the message from the thrown property of the log record.
- formatMessage(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats message for the log record.
- formatSource(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the source from the given log record.
- formatThreadID(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the thread id property of the given log record.
- formatThrown(LogRecord) - Method in class com.sun.mail.util.logging.CompactFormatter
-
Formats the thrown property of a LogRecord.
- from - Variable in class com.sun.mail.imap.protocol.ENVELOPE
- from() - Method in annotation type jakarta.mail.MailSessionDefinition
-
From address for the user.
- from(String, String) - Method in class com.sun.mail.imap.protocol.SearchSequence
- FROM - Static variable in class com.sun.mail.imap.SortTerm
-
Sort by first From email address.
- FromStringTerm - Class in jakarta.mail.search
-
This class implements string comparisons for the From Address header.
- FromStringTerm(String) - Constructor for class jakarta.mail.search.FromStringTerm
-
Constructor.
- FromTerm - Class in jakarta.mail.search
-
This class implements comparisons for the From Address header.
- FromTerm(Address) - Constructor for class jakarta.mail.search.FromTerm
-
Constructor
- fullName - Variable in class com.sun.mail.imap.IMAPFolder
- fullURL - Variable in class jakarta.mail.URLName
-
The full version of the URL
All Classes All Packages