A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACL - Class in gnu.mail.providers.imap
-
Deprecated.this API will probably change incompatibly soon
- ACL(String) - Constructor for class gnu.mail.providers.imap.ACL
-
Deprecated.
- ACL(String, Rights) - Constructor for class gnu.mail.providers.imap.ACL
-
Deprecated.
- acquireLock() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Locks this mailbox.
- add(Rights) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- add(Rights.Right) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- add(String) - Method in class javax.mail.FetchProfile
-
Add the specified header name.
- add(String) - Method in class javax.mail.Flags
-
Add the specified user flag.
- add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Add the given item.
- add(Flags) - Method in class javax.mail.Flags
-
Add all the flags from the specified Flags object.
- add(Flags.Flag) - Method in class javax.mail.Flags
-
Add the specified system flag.
- addACL(ACL) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- addBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Adds a body part to this multipart.
- addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
-
Inserts a body part at the specified index.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
-
Add a listener for connection events on this folder.
- addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
-
Adds a listener for connection events on this service.
- ADDED - Static variable in class javax.mail.event.MessageCountEvent
-
Messages were added to the folder.
- addFolderListener(FolderListener) - Method in class javax.mail.Folder
-
Add a listener for folder events on this folder.
- addFolderListener(FolderListener) - Method in class javax.mail.Store
-
Adds a listener for folder events on any folder object obtained from this store.
- addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Adds the specified addresses to From header field.
- addFrom(Address[]) - Method in class javax.mail.Message
-
Adds addresses to the identity of the person sending this message.
- addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Adds the specified header.
- addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Adds the specified header.
- addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Adds the specified header.
- addHeader(String, String) - Method in interface javax.mail.Part
-
Adds the specified value to the existing values for this header name.
- addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
-
Adds an RFC 822 header-line to this InternetHeaders.
- addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
-
Adds an RFC 822 header-line to this part.
- addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
-
Adds an RFC 822 header-line to this message.
- addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
-
Adds an RFC822 header-line.
- addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
-
Add a listener for message changed events on this folder.
- addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
-
Add a listener for message count events on this folder.
- addProvider(Provider) - Method in class javax.mail.Session
-
Adds the specified provider to the session.
- addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Adds the recipient address of the given type.
- addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Adds the given addresses to the recipients of the specified type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Adds the given addresses to the recipients of the specified type.
- addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Adds the recipient addresses of the given type.
- address - Variable in class javax.mail.internet.InternetAddress
-
The string representation of the address.
- address - Variable in class javax.mail.search.AddressTerm
-
The address.
- Address - Class in javax.mail
-
An address representing an endpoint in a messaging system.
- Address() - Constructor for class javax.mail.Address
- AddressException - Exception in javax.mail.internet
-
An exception thrown when an incorrectly formatted address is encountered.
- AddressException() - Constructor for exception javax.mail.internet.AddressException
-
Constructor with no detail message.
- AddressException(String) - Constructor for exception javax.mail.internet.AddressException
-
Constructor with the specified detail message.
- AddressException(String, String) - Constructor for exception javax.mail.internet.AddressException
-
Constructor with the specified detail message and address being parsed.
- AddressException(String, String, int) - Constructor for exception javax.mail.internet.AddressException
-
Constructor with the specified detail message and address being parsed.
- AddressStringTerm - Class in javax.mail.search
-
A string comparison of message addresses.
- AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
-
Constructor.
- AddressTerm - Class in javax.mail.search
-
A comparison of message addresses.
- AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
- addRights(ACL) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- addStatusListener(StatusListener) - Method in class gnu.mail.providers.maildir.MaildirStore
-
Adds a status listener to this store.
- addStatusListener(StatusListener) - Method in class gnu.mail.providers.mbox.MboxStore
-
Adds a status listener to this store.
- addStoreListener(StoreListener) - Method in class javax.mail.Store
-
Adds a listener for store events on this store.
- addTransportListener(TransportListener) - Method in class javax.mail.Transport
-
Adds a listener for transport events.
- ADMINISTER - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- ALERT - Static variable in class javax.mail.event.StoreEvent
-
Indicates that this message is an ALERT.
- ALL - Static variable in class javax.mail.internet.MimeUtility
- AndTerm - Class in javax.mail.search
-
A logical AND of a number of search terms.
- AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
-
Constructor with multiple terms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
-
Constructor with two terms.
- ANSWERED - Static variable in class javax.mail.Flags.Flag
-
This message has been answered.
- appendMessages(Message[]) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Appends the specified set of messages to this folder.
- appendMessages(Message[]) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Appends messages to this folder.
- appendMessages(Message[]) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Appends messages to this folder.
- appendMessages(Message[]) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
NNTP servers are read-only.
- appendMessages(Message[]) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- appendMessages(Message[]) - Method in class gnu.mail.providers.pop3.POP3Folder
-
You can't append messages to a POP3 folder.
- appendMessages(Message[]) - Method in class javax.mail.Folder
-
Appends the specified messages to this folder.
- ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
An ATOM.
- attachFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file as the content for this part.
- attachFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Use the specified file as the content for this part.
- ATTACHMENT - Static variable in interface javax.mail.Part
-
This part should be presented as an attachment.
- AuthenticationFailedException - Exception in javax.mail
-
An exception thrown to indicate that authentication failed during a service's
connect
method. - AuthenticationFailedException() - Constructor for exception javax.mail.AuthenticationFailedException
- AuthenticationFailedException(String) - Constructor for exception javax.mail.AuthenticationFailedException
- Authenticator - Class in javax.mail
-
Callback object that can be used to obtain password information during authentication.
- Authenticator() - Constructor for class javax.mail.Authenticator
B
- BCC - Static variable in class javax.mail.Message.RecipientType
-
"Blind" carbon-copy recipients.
- BodyPart - Class in javax.mail
-
A MIME body part.
- BodyPart() - Constructor for class javax.mail.BodyPart
- BodyTerm - Class in javax.mail.search
-
A textual search of the message content.
- BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
-
Constructor.
C
- CC - Static variable in class javax.mail.Message.RecipientType
-
Carbon-copy recipients.
- clone() - Method in class javax.mail.Flags
- clone() - Method in class javax.mail.internet.InternetAddress
-
Returns a copy of this address.
- close() - Method in class gnu.mail.providers.imap.IMAPStore
-
Closes the connection.
- close() - Method in class gnu.mail.providers.nntp.NNTPStore
-
Close the connection.
- close() - Method in class gnu.mail.providers.nntp.NNTPTransport
-
Close the connection.
- close() - Method in class gnu.mail.providers.pop3.POP3Store
-
Closes the connection.
- close() - Method in class gnu.mail.providers.smtp.SMTPTransport
-
Close this transport.
- close() - Method in class javax.mail.Service
-
Closes this service, terminating any underlying connections.
- close(boolean) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Closes this folder.
- close(boolean) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Closes this folder.
- close(boolean) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Closes this folder.
- close(boolean) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This method has no particular meaning in NNTP.
- close(boolean) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- close(boolean) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Closes this folder.
- close(boolean) - Method in class javax.mail.Folder
-
Closes this folder.
- closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
A service or folder was closed.
- closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
A service or folder was closed.
- CLOSED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was closed.
- COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
A comment.
- comparison - Variable in class javax.mail.search.ComparisonTerm
-
The comparison operator.
- ComparisonTerm - Class in javax.mail.search
-
A comparison for scalar values.
- ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
- connect() - Method in class javax.mail.Service
-
Connects to this service.
- connect(String, int, String, String) - Method in class javax.mail.Service
-
Connects to this service using the specified details.
- connect(String, String) - Method in class javax.mail.Service
-
Connects to this service.
- connect(String, String, String) - Method in class javax.mail.Service
-
Connects to this service using the specified details.
- connection - Variable in class gnu.mail.providers.imap.IMAPStore
-
The connection to the IMAP server.
- connection - Variable in class gnu.mail.providers.smtp.SMTPTransport
-
The connection used to communicate with the server.
- ConnectionAdapter - Class in javax.mail.event
-
An adapter for connection events.
- ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
- ConnectionEvent - Class in javax.mail.event
-
A connection event.
- ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
-
Constructor.
- ConnectionListener - Interface in javax.mail.event
-
A listener for connection events.
- contains(Rights) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- contains(Rights.Right) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- contains(String) - Method in class javax.mail.FetchProfile
-
Indicates whether the fetch profile contains the given header name.
- contains(String) - Method in class javax.mail.Flags
-
Indicates whether the specified user flag is set.
- contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
-
Indicates whether the fetch profile contains the specified item.
- contains(Flags) - Method in class javax.mail.Flags
-
Indicates whether all the flags in the specified Flags object are set in this Flags object.
- contains(Flags.Flag) - Method in class javax.mail.Flags
-
Indicates whether the specified system flag is set.
- content - Variable in class javax.mail.internet.MimeBodyPart
-
The bytes of the content of this part, if the part can be stored in memory.
- content - Variable in class javax.mail.internet.MimeMessage
-
The bytes of the content of this message, if the message can be stored in memory.
- CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
-
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount.
- ContentDisposition - Class in javax.mail.internet
-
A MIME Content-Disposition value.
- ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor for an empty Content-Disposition.
- ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor that parses a Content-Disposition value from an RFC 2045 string representation.
- ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
-
Constructor.
- contentStream - Variable in class javax.mail.internet.MimeBodyPart
-
A SharedInputStream containing the bytes of this part, if it cannot be stored in memory.
- contentStream - Variable in class javax.mail.internet.MimeMessage
-
A SharedInputStream containing the byte content of this message, if the message cannot be stored in memory.
- contentType - Variable in class javax.mail.Multipart
-
The content-type of this multipart object.
- ContentType - Class in javax.mail.internet
-
A MIME Content-Type value.
- ContentType() - Constructor for class javax.mail.internet.ContentType
-
Constructor for an empty Content-Type.
- ContentType(String) - Constructor for class javax.mail.internet.ContentType
-
Constructor that parses a Content-Type value from an RFC 2045 string representation.
- ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
-
Constructor.
- copyMessages(Message[], Folder) - Method in class javax.mail.Folder
-
Copies the specified messages into another folder.
- create(int) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Create this folder.
- create(int) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Creates this folder in the store.
- create(int) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Creates this folder in the store.
- create(int) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
NNTP servers are read-only.
- create(int) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- create(int) - Method in class gnu.mail.providers.pop3.POP3Folder
-
POP3 folders can't be created, deleted, or renamed.
- create(int) - Method in class javax.mail.Folder
-
Create this folder in the store.
- CREATE - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- CREATED - Static variable in class javax.mail.event.FolderEvent
-
The folder was created.
- createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Creates the headers from the given input stream.
- createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Creates headers from the specified input stream.
- createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
-
Creates a MIME body part from the specified input stream.
- createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
-
Creates a MIME body part object from the given headers and byte content.
- createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
-
Creates a new MIME message.
D
- date - Variable in class javax.mail.search.DateTerm
-
The date.
- DateTerm - Class in javax.mail.search
-
A date comparison.
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
-
Constructor.
- debug - Variable in class javax.mail.Service
-
The debug flag for this service.
- decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Decodes the given input stream.
- decodeFrom(String) - Static method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the specified line with any From_ line encoding removed.
- decodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
Decodes headers that are defined as '*text' in RFC 822.
- decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
Decodes the specified string using the RFC 2047 rules for parsing an "encoded-word".
- delete(boolean) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Delete this folder.
- delete(boolean) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Deletes this folder.
- delete(boolean) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Deletes this folder.
- delete(boolean) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
NNTP servers are read-only.
- delete(boolean) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- delete(boolean) - Method in class gnu.mail.providers.pop3.POP3Folder
-
POP3 folders can't be created, deleted, or renamed.
- delete(boolean) - Method in class javax.mail.Folder
-
Deletes this folder.
- DELETE - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- DELETED - Static variable in class javax.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class javax.mail.Flags.Flag
-
This message is marked deleted.
- delimiter - Variable in class gnu.mail.providers.imap.IMAPFolder
- dh - Variable in class javax.mail.internet.MimeBodyPart
-
The data handler managing this part's content.
- dh - Variable in class javax.mail.internet.MimeMessage
-
The data handler managing this message's content.
- disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
A service was disconnected.
- disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
A service was disconnected.
- DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was disconnected (not currently used).
- dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
-
Invokes the appropriate listener method.
- dispatch(Object) - Method in class javax.mail.event.FolderEvent
-
Invokes the appropriate listener method.
- dispatch(Object) - Method in class javax.mail.event.MailEvent
-
Invokes the appropriate method on a listener for this type of event.
- dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
-
Invokes the appropriate listener method.
- dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
-
Invokes the appropriate listener method.
- dispatch(Object) - Method in class javax.mail.event.StoreEvent
-
Invokes the appropriate listener method.
- dispatch(Object) - Method in class javax.mail.event.TransportEvent
-
Invokes the appropriate listener method.
- DRAFT - Static variable in class javax.mail.Flags.Flag
-
This message is a draft.
- ds - Variable in class javax.mail.internet.MimeMultipart
-
The data source supplying the multipart data.
E
- encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes the given output stream.
- encode(OutputStream, String, String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes the given output stream.
- encodedPersonal - Variable in class javax.mail.internet.InternetAddress
-
The RFC 2047 encoded version of the personal name.
- encodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes an RFC 822 "text" token into mail-safe form according to RFC 2047.
- encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes an RFC 822 "text" token into mail-safe form according to RFC 2047.
- encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes an RFC 822 "word" token into mail-safe form according to RFC 2047.
- encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
-
Encodes an RFC 822 "word" token into mail-safe form according to RFC 2047.
- ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
-
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date.
- ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
-
The message's envelope (headers, but not content) changed.
- EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
The end of the input.
- EQ - Static variable in class javax.mail.search.ComparisonTerm
-
The equality operator.
- equals(Object) - Method in class gnu.mail.providers.imap.IMAPFolder
- equals(Object) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- equals(Object) - Method in class gnu.mail.providers.maildir.MaildirMessage
- equals(Object) - Method in class gnu.mail.providers.mbox.MboxMessage
- equals(Object) - Method in class javax.mail.Address
- equals(Object) - Method in class javax.mail.Flags
- equals(Object) - Method in class javax.mail.internet.InternetAddress
- equals(Object) - Method in class javax.mail.internet.NewsAddress
- equals(Object) - Method in class javax.mail.search.AddressStringTerm
- equals(Object) - Method in class javax.mail.search.AddressTerm
- equals(Object) - Method in class javax.mail.search.AndTerm
- equals(Object) - Method in class javax.mail.search.BodyTerm
- equals(Object) - Method in class javax.mail.search.ComparisonTerm
- equals(Object) - Method in class javax.mail.search.DateTerm
- equals(Object) - Method in class javax.mail.search.FlagTerm
- equals(Object) - Method in class javax.mail.search.FromStringTerm
- equals(Object) - Method in class javax.mail.search.FromTerm
- equals(Object) - Method in class javax.mail.search.HeaderTerm
- equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
- equals(Object) - Method in class javax.mail.search.MessageIDTerm
- equals(Object) - Method in class javax.mail.search.MessageNumberTerm
- equals(Object) - Method in class javax.mail.search.NotTerm
- equals(Object) - Method in class javax.mail.search.OrTerm
- equals(Object) - Method in class javax.mail.search.ReceivedDateTerm
- equals(Object) - Method in class javax.mail.search.RecipientStringTerm
- equals(Object) - Method in class javax.mail.search.RecipientTerm
- equals(Object) - Method in class javax.mail.search.SentDateTerm
- equals(Object) - Method in class javax.mail.search.SizeTerm
- equals(Object) - Method in class javax.mail.search.StringTerm
- equals(Object) - Method in class javax.mail.search.SubjectTerm
- equals(Object) - Method in class javax.mail.URLName
-
Compares two URLNames.
- exists() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Indicates whether this folder exists.
- exists() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Indicates whether this folder exists.
- exists() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Indicates whether this folder exists.
- exists() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Indicates whether the newsgroup is present on the server.
- exists() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- exists() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Indicates whether this folder exists.
- exists() - Method in class javax.mail.Folder
-
Indicates whether this folder exists in the Store.
- expunge() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Expunges this folder.
- expunge() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Expunges this folder.
- expunge() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Expunges this folder.
- expunge() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
NNTP servers are read-only.
- expunge() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- expunge() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Expunges this folder.
- expunge() - Method in class javax.mail.Folder
-
Expunges (permanently removing) all the messages marked DELETED.
- expunged - Variable in class javax.mail.Message
-
True if this message has been expunged.
F
- fetch(Message[], FetchProfile) - Method in class gnu.mail.providers.imap.IMAPFolder
-
IMAP fetch routine.
- fetch(Message[], FetchProfile) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Prefetch.
- fetch(Message[], FetchProfile) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Fetches headers and/or content for the specified messages.
- fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
-
Fetches the items specified in the given fetch profile for the specified messages.
- FetchProfile - Class in javax.mail
-
Specification of the facets of a message that are to be preloaded from the server.
- FetchProfile() - Constructor for class javax.mail.FetchProfile
-
Create an empty fetch profile.
- FetchProfile.Item - Class in javax.mail
-
Base class of all the facets of a message that can be fetched.
- FetchProfileItem(String) - Constructor for class javax.mail.UIDFolder.FetchProfileItem
- FLAGGED - Static variable in class javax.mail.Flags.Flag
-
This message is flagged.
- flags - Variable in class javax.mail.internet.MimeMessage
-
The message flags.
- flags - Variable in class javax.mail.search.FlagTerm
-
The flags to test.
- Flags - Class in javax.mail
-
The set of flags on a message.
- Flags() - Constructor for class javax.mail.Flags
-
Construct an empty Flags object.
- Flags(String) - Constructor for class javax.mail.Flags
-
Construct a Flags object containing the given user flag.
- Flags(Flags) - Constructor for class javax.mail.Flags
-
Construct a Flags object containing the given flags.
- Flags(Flags.Flag) - Constructor for class javax.mail.Flags
-
Construct a Flags object containing the given system flag.
- FLAGS - Static variable in class javax.mail.FetchProfile.Item
-
The message flags.
- FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
-
The message's flags changed.
- Flags.Flag - Class in javax.mail
-
An individual system flag.
- FlagTerm - Class in javax.mail.search
-
A comparison of message flags.
- FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
-
Constructor.
- fold(int, String) - Static method in class javax.mail.internet.MimeUtility
-
Folds the specified string such that each line is no longer than 76 characters, whitespace permitting.
- folder - Variable in class javax.mail.event.FolderEvent
-
The folder the event occurred on.
- folder - Variable in class javax.mail.Message
-
The containing folder.
- Folder - Class in javax.mail
-
A folder is a hierarchical messaging container in a store.
- Folder(Store) - Constructor for class javax.mail.Folder
-
Constructor.
- FolderAdapter - Class in javax.mail.event
-
An adapter for folder events.
- FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
- FolderClosedException - Exception in javax.mail
-
An exception thrown when a method is invoked on a closed folder or one of its messages.
- FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
- FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
- folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
A folder was created.
- folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
A folder was created.
- folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
A folder was deleted.
- folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
A folder was deleted.
- FolderEvent - Class in javax.mail.event
-
A folder event.
- 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 for RENAMED events.
- FolderListener - Interface in javax.mail.event
-
A listener for folder events.
- FolderNotFoundException - Exception in javax.mail
-
An exception thrown when a method is invoked on a nonexistent folder.
- FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
- FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
- FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
- FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
- folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
-
A folder was renamed.
- folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
-
A folder was renamed.
- format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
-
Appends the string representation for the specified field to the given string buffer.
- foundFolder(String) - Method in interface gnu.mail.providers.nntp.ListFolderListener
- fromLine - Variable in class gnu.mail.providers.mbox.MboxMessage
-
The From_ line associated with this message.
- fromLine(MboxMessage) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the From_ line for the specified mbox message.
- FromStringTerm - Class in javax.mail.search
-
A string comparison of the From address header.
- FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
-
Constructor.
- FromTerm - Class in javax.mail.search
-
A comparison of the From address.
- FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
-
Constructor.
- fullURL - Variable in class javax.mail.URLName
-
The full version of the URL
G
- GE - Static variable in class javax.mail.search.ComparisonTerm
-
The greater than or equal to operator.
- get(String) - Method in class javax.mail.internet.ParameterList
-
Returns the value of the specified parameter.
- getACL() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- getAddress() - Method in class javax.mail.internet.InternetAddress
-
Returns the email address.
- getAddress() - Method in class javax.mail.search.AddressTerm
-
Returns the address to match.
- getAllHeaderLines() - Method in class gnu.mail.providers.imap.IMAPMessage
- getAllHeaderLines() - Method in class gnu.mail.providers.maildir.MaildirMessage
- getAllHeaderLines() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getAllHeaderLines() - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getAllHeaderLines() - Method in class javax.mail.internet.InternetHeaders
-
Returns all the header-lines.
- getAllHeaderLines() - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the header-lines.
- getAllHeaderLines() - Method in class javax.mail.internet.MimeMessage
-
Returns all the header-lines.
- getAllHeaderLines() - Method in interface javax.mail.internet.MimePart
-
Returns all the header-lines.
- getAllHeaders() - Method in class gnu.mail.providers.imap.IMAPMessage
- getAllHeaders() - Method in class gnu.mail.providers.maildir.MaildirMessage
- getAllHeaders() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getAllHeaders() - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getAllHeaders() - Method in class javax.mail.internet.InternetHeaders
-
Returns all the headers.
- getAllHeaders() - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the headers.
- getAllHeaders() - Method in class javax.mail.internet.MimeMessage
-
Returns all the headers.
- getAllHeaders() - Method in interface javax.mail.Part
-
Returns all the headers from this part.
- getAllRecipients() - Method in class javax.mail.internet.MimeMessage
-
Returns all the recipients.
- getAllRecipients() - Method in class javax.mail.Message
-
Returns all the recipient addresses in the message.
- getBaseType() - Method in class javax.mail.internet.ContentType
-
Returns the MIME type string, without the parameters.
- getBodyPart(int) - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Returns the secified sub-part of the multipart.
- getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
-
Returns the specified body part.
- getBodyPart(int) - Method in class javax.mail.Multipart
-
Get the specified body part.
- getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
-
Returns the specified body part.
- getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
-
Returns the body part identified by the given Content-ID (CID).
- getClassName() - Method in class javax.mail.Provider
-
Returns the name of the class implementing the protocol.
- getComparison() - Method in class javax.mail.search.DateTerm
-
Returns the comparison operator.
- getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
-
Returns the type of comparison.
- getConnection() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns the IMAP connection used by this store.
- getContent() - Method in class gnu.mail.providers.imap.IMAPBodyPart
- getContent() - Method in class gnu.mail.providers.imap.IMAPMessage
- getContent() - Method in class javax.mail.internet.MimeBodyPart
-
Returns this part's content as a Java object.
- getContent() - Method in class javax.mail.internet.MimeMessage
-
Returns this message's content as a Java object.
- getContent() - Method in interface javax.mail.Part
-
Returns the content of this part as a Java object.
- getContentID() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the Content-ID header field.
- getContentID() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the Content-ID header field.
- getContentID() - Method in interface javax.mail.internet.MimePart
-
Returns the value of the Content-ID header field of this part.
- getContentLanguage() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the languages specified in the Content-Language header of this part, as defined by RFC 1766.
- getContentLanguage() - Method in class javax.mail.internet.MimeMessage
-
Returns the languages specified in the Content-Language header field of this message, as defined by RFC 1766.
- getContentLanguage() - Method in interface javax.mail.internet.MimePart
-
Returns the languages specified in the Content-Language header of this part, as defined by RFC 1766.
- getContentMD5() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the Content-MD5 header field.
- getContentMD5() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the Content-MD5 header field.
- getContentMD5() - Method in interface javax.mail.internet.MimePart
-
Returns the value of the Content-MD5 header field of this part.
- getContentStream() - Method in class gnu.mail.providers.imap.IMAPBodyPart
-
Returns the raw content stream.
- getContentStream() - Method in class gnu.mail.providers.imap.IMAPMessage
-
Returns the raw content stream.
- getContentStream() - Method in class gnu.mail.providers.maildir.MaildirMessage
- getContentStream() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getContentStream() - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the content to be read in.
- getContentStream() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the unencoded bytes of the content.
- getContentStream() - Method in class javax.mail.internet.MimeMessage
-
Returns the unencoded bytes of the content.
- getContentType() - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Returns the content type of the body part that contains the multipart.
- getContentType() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the RFC 822 Content-Type header field, or "text/plain" if the header is not available.
- getContentType() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 Content-Type header field, or "text/plain" if the header is not available.
- getContentType() - Method in class javax.mail.internet.MimePartDataSource
- getContentType() - Method in class javax.mail.Multipart
-
Returns the content-type of this multipart.
- getContentType() - Method in interface javax.mail.Part
-
Returns the content-type of the content of this part, or
null
if the content-type could not be determined. - getCount() - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Returns the number of sub-parts of the multipart.
- getCount() - Method in class javax.mail.internet.MimeMultipart
-
Returns the number of component body parts.
- getCount() - Method in class javax.mail.Multipart
-
Returns the number of enclosed body parts.
- getCount() - Method in interface javax.mail.MultipartDataSource
-
Returns the number of body parts.
- getDataHandler() - Method in class gnu.mail.providers.imap.IMAPBodyPart
-
Returns a data handler for this part's content.
- getDataHandler() - Method in class gnu.mail.providers.imap.IMAPMessage
-
Returns a data handler for this message's content.
- getDataHandler() - Method in class gnu.mail.providers.maildir.MaildirMessage
- getDataHandler() - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the content to be read in.
- getDataHandler() - Method in class javax.mail.internet.MimeBodyPart
-
Returns a data handler for accessing this part's content.
- getDataHandler() - Method in class javax.mail.internet.MimeMessage
-
Returns a data handler for accessing this message's content.
- getDataHandler() - Method in interface javax.mail.Part
-
Returns a data handler for the content of this part.
- getDate() - Method in class javax.mail.search.DateTerm
-
Returns the date to compare with.
- getDebug() - Method in class javax.mail.Session
-
Get the debug setting for this Session.
- getDebugOut() - Method in class javax.mail.Session
-
Returns the stream to be used for debugging output.
- getDefaultFolder() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns the root folder.
- getDefaultFolder() - Method in class gnu.mail.providers.maildir.MaildirStore
-
Returns the default folder.
- getDefaultFolder() - Method in class gnu.mail.providers.mbox.MboxStore
-
Returns the default folder.
- getDefaultFolder() - Method in class gnu.mail.providers.nntp.NNTPStore
-
Returns the folder representing the "root" namespace.
- getDefaultFolder() - Method in class gnu.mail.providers.pop3.POP3Store
-
Returns the root folder.
- getDefaultFolder() - Method in class javax.mail.Store
-
Returns a folder that represents the root of the primary namespace presented to the user by this store.
- getDefaultInstance(Properties) - Static method in class javax.mail.Session
-
Get the default Session object.
- getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Returns the default session.
- getDefaultJavaCharset() - Static method in class javax.mail.internet.MimeUtility
-
Returns the default Java charset.
- getDefaultUserName() - Method in class javax.mail.Authenticator
-
Returns the default user name.
- getDeletedMessageCount() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the number of deleted messages in this folder.
- getDeletedMessageCount() - Method in class javax.mail.Folder
-
Returns the number of deleted messages in this folder.
- getDescription() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the Content-Description header field of this part.
- getDescription() - Method in class javax.mail.internet.MimeMessage
-
Returns the Content-Description header field of this message.
- getDescription() - Method in interface javax.mail.Part
-
Returns the description of this part.
- getDisposition() - Method in class javax.mail.internet.ContentDisposition
-
Returns the disposition value.
- getDisposition() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the RFC 822 Content-Disposition header field, or
null
if the header is not available. - getDisposition() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 Content-Disposition header field, or
null
if the header is not available. - getDisposition() - Method in interface javax.mail.Part
-
Returns the disposition of this part.
- getEncoding() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the value of the Content-Transfer-Encoding header field.
- getEncoding() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the Content-Transfer-Encoding header field.
- getEncoding() - Method in interface javax.mail.internet.MimePart
-
Returns the value of the Content-Transfer-Encoding header field of this part.
- getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
-
Returns the Content-Transfer-Encoding that needs to be applied to the given content in order to make it mail safe.
- getEncoding(DataSource) - Static method in class javax.mail.internet.MimeUtility
-
Returns the Content-Transfer-Encoding that should be applied to the input stream of this data source, to make it mail safe.
- getFile() - Method in class javax.mail.URLName
-
Returns the file name of this URLName.
- getFileName() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the filename associated with this body part.
- getFileName() - Method in class javax.mail.internet.MimeMessage
-
Returns the filename associated with this message.
- getFileName() - Method in interface javax.mail.Part
-
Returns the filename associated with this part, if available.
- getFlags() - Method in class gnu.mail.providers.imap.IMAPMessage
- getFlags() - Method in class javax.mail.internet.MimeMessage
-
Returns the flags for this message.
- getFlags() - Method in class javax.mail.Message
-
Returns the flags for this message.
- getFlags() - Method in class javax.mail.search.FlagTerm
-
Returns the flags to test.
- getFolder() - Method in class javax.mail.event.FolderEvent
-
Returns the affected folder.
- getFolder() - Method in exception javax.mail.FolderClosedException
-
Returns the folder.
- getFolder() - Method in exception javax.mail.FolderNotFoundException
-
Returns the folder.
- getFolder() - Method in class javax.mail.Message
-
Returns the folder from which this message was obtained.
- getFolder() - Method in exception javax.mail.ReadOnlyFolderException
-
Returns the folder.
- getFolder(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns a subfolder with the specified name.
- getFolder(String) - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns the folder with the specified name.
- getFolder(String) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the subfolder of this folder with the specified name.
- getFolder(String) - Method in class gnu.mail.providers.maildir.MaildirStore
-
Returns the folder with the specified filename.
- getFolder(String) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the subfolder of this folder with the specified name.
- getFolder(String) - Method in class gnu.mail.providers.mbox.MboxStore
-
Returns the folder with the specified filename.
- getFolder(String) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This folder type does not contain other folders.
- getFolder(String) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
Returns a new Folder object associated with the specified name.
- getFolder(String) - Method in class gnu.mail.providers.nntp.NNTPStore
-
Returns a folder by name.
- getFolder(String) - Method in class gnu.mail.providers.pop3.POP3Folder
-
POP3 folders can't contain subfolders.
- getFolder(String) - Method in class gnu.mail.providers.pop3.POP3Store
-
Returns the folder with the specified name.
- getFolder(String) - Method in class javax.mail.Folder
-
Return a folder corresponding to the given name.
- getFolder(String) - Method in class javax.mail.Store
-
Returns the folder with the given name.
- getFolder(URLName) - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns the folder whose name is the file part of the specified URLName.
- getFolder(URLName) - Method in class gnu.mail.providers.maildir.MaildirStore
-
Returns the folder specified by the filename of the URLName.
- getFolder(URLName) - Method in class gnu.mail.providers.mbox.MboxStore
-
Returns the folder specified by the filename of the URLName.
- getFolder(URLName) - Method in class gnu.mail.providers.nntp.NNTPStore
-
Returns the folder whose name corresponds to the
file
part of the specified URL. - getFolder(URLName) - Method in class gnu.mail.providers.pop3.POP3Store
-
Returns the folder whose name is the file part of the specified URLName.
- getFolder(URLName) - Method in class javax.mail.Session
-
Get a closed Folder object for the given URLName.
- getFolder(URLName) - Method in class javax.mail.Store
-
Returns the folder corresponding to the given URLName.
- getFrom() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 From header field.
- getFrom() - Method in class javax.mail.Message
-
Returns the identity of the person(s) who ordered the sending of this message.
- getFullName() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the full path of this folder.
- getFullName() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the full name of this folder.
- getFullName() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the full name of this folder.
- getFullName() - Method in class gnu.mail.providers.nntp.NNTPFolder
- getFullName() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getFullName() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the full name of this folder.
- getFullName() - Method in class javax.mail.Folder
-
Returns the full name of this folder.
- getGreeting() - Method in class gnu.mail.providers.smtp.SMTPTransport
-
Returns the greeting banner.
- getGroup(boolean) - Method in class javax.mail.internet.InternetAddress
-
Returns the members of a group address.
- getHeader(String) - Method in class gnu.mail.providers.imap.IMAPMessage
-
Returns the specified header field.
- getHeader(String) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getHeader(String) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getHeader(String) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getHeader(String) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the values for the specified header.
- getHeader(String) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the values for the specified header name.
- getHeader(String) - Method in class javax.mail.internet.MimeMessage
-
Returns all the values for the specified header name.
- getHeader(String) - Method in interface javax.mail.Part
-
Returns all the values for the specified header name, or
null
if no such headers are available. - getHeader(String, String) - Method in class gnu.mail.providers.imap.IMAPMessage
-
Returns the specified header field.
- getHeader(String, String) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getHeader(String, String) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getHeader(String, String) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the headers for this header name as a single string, with headers separated by the given delimiter.
- getHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the values for the specified header name as a single string, with headers separated by the given delimiter.
- getHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Returns all the values for the specified header name as a single string, with headers separated by the given delimiter.
- getHeader(String, String) - Method in interface javax.mail.internet.MimePart
-
Returns the values of all header fields for the specified name, returned as a single String with the values separated by the given delimiter.
- getHeaderName() - Method in class javax.mail.search.HeaderTerm
-
Returns the name of the header to compare with.
- getHeaderNames() - Method in class javax.mail.FetchProfile
-
Get the names of the header fields in this profile.
- getHost() - Method in class javax.mail.internet.NewsAddress
-
Returns the hostname of the news server.
- getHost() - Method in class javax.mail.URLName
-
Returns the host of this URLName.
- getIgnoreCase() - Method in class javax.mail.search.StringTerm
-
Indicates whether to ignore case during comparison.
- getInputStream() - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Returns an input stream from which the content of this multipart can be read.
- getInputStream() - Method in class javax.mail.internet.MimeBodyPart
-
Returns a decoded input stream for this part's content.
- getInputStream() - Method in class javax.mail.internet.MimeMessage
-
Returns a decoded input stream for this message's content.
- getInputStream() - Method in class javax.mail.internet.MimePartDataSource
-
Returns an input stream from the MIME part.
- getInputStream() - Method in interface javax.mail.Part
-
Returns an input stream for reading the content of this part.
- getInstance(char) - Static method in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- getInstance(Properties) - Static method in class javax.mail.Session
-
Returns a new Session.
- getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Returns a new session.
- getInvalidAddresses() - Method in class javax.mail.event.TransportEvent
-
Returns the addresses to which this message could not be sent.
- getInvalidAddresses() - Method in exception javax.mail.SendFailedException
-
Returns the addresses to which this message could not be sent.
- getItems() - Method in class javax.mail.FetchProfile
-
Get the items in this profile.
- getLineCount() - Method in class gnu.mail.providers.imap.IMAPBodyPart
-
Returns the number of text lines in the content of this body part.
- getLineCount() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getLineCount() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the number of lines in the content of this body part, or -1 if this number cannot be determined.
- getLineCount() - Method in class javax.mail.internet.MimeMessage
-
Returns the number of lines in the content of this message, or -1 if this number cannot be determined.
- getLineCount() - Method in interface javax.mail.Part
-
Returns the number of lines in the content of this part, or -1 if the number cannot be determined.
- getLocalAddress(Session) - Static method in class javax.mail.internet.InternetAddress
-
Returns an InternetAddress object representing the current user.
- getMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.imap.IMAPMessage
- getMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the header-lines with any of the given names.
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the header-lines with any of the given names.
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
-
Returns all the header-lines with any of the given names.
- getMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
-
Returns all the header-lines with any of the given names.
- getMatchingHeaders(String[]) - Method in class gnu.mail.providers.imap.IMAPMessage
- getMatchingHeaders(String[]) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getMatchingHeaders(String[]) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getMatchingHeaders(String[]) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the headers with any of the given names.
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the headers with any of the given names.
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
-
Returns all the headers with any of the given names.
- getMatchingHeaders(String[]) - Method in interface javax.mail.Part
-
Returns the matching headers from this part.
- getMessage() - Method in class javax.mail.event.MessageChangedEvent
-
Returns the changed message.
- getMessage() - Method in class javax.mail.event.StoreEvent
-
Returns the notification message.
- getMessage() - Method in class javax.mail.event.TransportEvent
-
Returns the message.
- getMessage() - Method in class javax.mail.MessageContext
-
Returns the message that contains the content.
- getMessage() - Method in exception javax.mail.MessagingException
-
Returns the message, including the message from any nested exception.
- getMessage(int) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the specified message number from this folder.
- getMessage(int) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the specified message number from this folder.
- getMessage(int) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the specified message number from this folder.
- getMessage(int) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns the article corresponding to the specified article number.
- getMessage(int) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getMessage(int) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the specified message from this folder.
- getMessage(int) - Method in class javax.mail.Folder
-
Returns the message with the given number.
- getMessageByUID(long) - Method in class gnu.mail.providers.imap.IMAPFolder
- getMessageByUID(long) - Method in interface javax.mail.UIDFolder
-
Returns the message corresponding to the given UID, or
null
if no such message exists. - getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
-
Returns the type of this event.
- getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
-
Returns the message context for the current part.
- getMessageContext() - Method in interface javax.mail.MessageAware
-
Return the message context.
- getMessageCount() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the number of messages in this folder.
- getMessageCount() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the number of messages in this folder.
- getMessageCount() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the number of messages in this folder.
- getMessageCount() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns the number of articles in this newsgroup.
- getMessageCount() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getMessageCount() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the number of messages in this folder.
- getMessageCount() - Method in class javax.mail.Folder
-
Returns the number of messages in this folder.
- getMessageCountByCriteria(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Convenience method for returning the number of messages in the current folder that match the single criteria.
- getMessageId() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getMessageID() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the Message-ID header field.
- getMessageNumber() - Method in class javax.mail.Message
-
Returns the message number for this message within its folder.
- getMessages() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the messages in this folder.
- getMessages() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the messages in this folder.
- getMessages() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns all articles in this group.
- getMessages() - Method in class javax.mail.event.MessageCountEvent
-
Returns the messages that were added or removed.
- getMessages() - Method in class javax.mail.Folder
-
Returns all messages in this folder.
- getMessages(int[]) - Method in class javax.mail.Folder
-
Returns the messages for the specified message numbers.
- getMessages(int, int) - Method in class javax.mail.Folder
-
Returns the messages in the given range (inclusive).
- getMessagesByUID(long[]) - Method in class gnu.mail.providers.imap.IMAPFolder
- getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
-
Returns the messages specified by the given UIDs.
- getMessagesByUID(long, long) - Method in class gnu.mail.providers.imap.IMAPFolder
- getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
-
Returns the messages in the given range.
- getMessageType() - Method in class javax.mail.event.StoreEvent
-
Returns the type of this event.
- getMode() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This folder type is always read-only.
- getMode() - Method in class javax.mail.Folder
-
Return the mode this folder is open in.
- getName() - Method in class gnu.mail.providers.imap.ACL
-
Deprecated.
- getName() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the name of this folder.
- getName() - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Returns the content description of the body part that contains the multipart.
- getName() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the name of this folder.
- getName() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the name of this folder.
- getName() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns the name of the newsgroup, e.g.
- getName() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getName() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the name of this folder.
- getName() - Method in class javax.mail.Folder
-
Returns the name of this folder.
- getName() - Method in class javax.mail.Header
-
Returns the name of this header.
- getName() - Method in class javax.mail.internet.InternetHeaders.InternetHeader
- getName() - Method in class javax.mail.internet.MimePartDataSource
- getNames() - Method in class javax.mail.internet.ParameterList
-
Returns the names of all parameters in this list.
- getNewFolder() - Method in class javax.mail.event.FolderEvent
-
Returns the folder representing the new name, in the case of a RENAMED event.
- getNewMessageCount() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the number of new messages in this folder.
- getNewMessageCount() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the number of new messages in this folder.
- getNewMessageCount() - Method in class javax.mail.Folder
-
Returns the number of new messages in this folder.
- getNewsgroup() - Method in class javax.mail.internet.NewsAddress
-
Returns the newsgroup.
- getNextException() - Method in exception javax.mail.MessagingException
-
Returns the next exception chained to this one.
- getNonMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.imap.IMAPMessage
- getNonMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getNonMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getNonMatchingHeaderLines(String[]) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the header-lines without any of the given names.
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the header-lines without any of the given names.
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
-
Returns all the header-lines without any of the given names.
- getNonMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
-
Returns all the header-lines without any of the given names.
- getNonMatchingHeaders(String[]) - Method in class gnu.mail.providers.imap.IMAPMessage
- getNonMatchingHeaders(String[]) - Method in class gnu.mail.providers.maildir.MaildirMessage
- getNonMatchingHeaders(String[]) - Method in class gnu.mail.providers.nntp.NNTPMessage
- getNonMatchingHeaders(String[]) - Method in class gnu.mail.providers.pop3.POP3Message
-
Causes the headers to be read.
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Returns all the headers without any of the given names.
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
Returns all the headers without any of the given names.
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
-
Returns all the headers without any of the given names.
- getNonMatchingHeaders(String[]) - Method in interface javax.mail.Part
-
Returns the non-matching headers from this part.
- getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
-
Returns the number to compare with.
- getOutputStream() - Method in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
IMAP multiparts are read-only.
- getOutputStream() - Method in class javax.mail.internet.MimePartDataSource
- getParameter(String) - Method in class javax.mail.internet.ContentDisposition
-
Returns the specified parameter value, or
null
if this parameter is not present. - getParameter(String) - Method in class javax.mail.internet.ContentType
-
Returns the specified parameter value.
- getParameterList() - Method in class javax.mail.internet.ContentDisposition
-
Returns the parameters, or
null
if there are no parameters. - getParameterList() - Method in class javax.mail.internet.ContentType
-
Returns the parameters.
- getParent() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the parent folder of this folder.
- getParent() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the parent folder.
- getParent() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the parent folder.
- getParent() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This implementation uses a flat namespace, so the parent of any NNTPFolder is the NNTP root folder.
- getParent() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getParent() - Method in class gnu.mail.providers.pop3.POP3Folder
-
POP3 folders can't have parents.
- getParent() - Method in class javax.mail.BodyPart
-
Returns the containing Multipart object, or
null
if not known. - getParent() - Method in class javax.mail.Folder
-
Returns the parent folder of this folder, or
null
if this folder is the root of a folder hierarchy. - getParent() - Method in class javax.mail.Multipart
-
Returns the part containing this multipart, or
null
if not known. - getPart() - Method in class javax.mail.MessageContext
-
Returns the part containing the content.
- getPassword() - Method in class javax.mail.PasswordAuthentication
-
Returns the password.
- getPassword() - Method in class javax.mail.URLName
-
Returns the password of this URLName.
- getPasswordAuthentication() - Method in class javax.mail.Authenticator
-
Called when password authentication is needed.
- getPasswordAuthentication(URLName) - Method in class javax.mail.Session
-
Return any saved PasswordAuthentication for this(store or transport) URLName.
- getPattern() - Method in class javax.mail.search.StringTerm
-
Returns the pattern to match.
- getPermanentFlags() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the permanent flags for this folder.
- getPermanentFlags() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the permanent flags for this folder.
- getPermanentFlags() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the permanent flags for this folder.
- getPermanentFlags() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns the flags supported by this folder.
- getPermanentFlags() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- getPermanentFlags() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the permanent flags for this folder.
- getPermanentFlags() - Method in class javax.mail.Folder
-
Returns the permanent flags supported by this folder.
- getPersonal() - Method in class javax.mail.internet.InternetAddress
-
Returns the personal name.
- getPersonalNamespaces() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns a list of folders representing personal namespaces.
- getPersonalNamespaces() - Method in class javax.mail.Store
-
Returns the personal namespaces for the authenticated user.
- getPort() - Method in class javax.mail.URLName
-
Returns the port number of this URLName.
- getPos() - Method in exception javax.mail.internet.AddressException
-
Returns the position within
ref
where the error was detected, or -1 ifref
is null. - getPosition() - Method in interface javax.mail.internet.SharedInputStream
-
Returns the current position in the InputStream as an offset from the beginning of the InputStream.
- getPreamble() - Method in class javax.mail.internet.MimeMultipart
-
Returns the preamble text (if any) before the first boundary line in this multipart's body.
- getPrimaryType() - Method in class javax.mail.internet.ContentType
-
Returns the primary type.
- getProperties() - Method in class javax.mail.Session
-
Returns the Properties object associated with this Session.
- getProperty(String) - Method in class javax.mail.Session
-
Returns the value of the specified property.
- getProtocol() - Method in class javax.mail.Provider
-
Returns the protocol implemented by this provider.
- getProtocol() - Method in class javax.mail.URLName
-
Returns the protocol of this URLName.
- getProvider(String) - Method in class javax.mail.Session
-
Returns the default Provider for the protocol specified.
- getProviders() - Method in class javax.mail.Session
-
This method returns an array of all the implementations installed via the javamail.[default.]providers files that can be loaded using the ClassLoader available to this application.
- getQuota() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the quotas for this folder.
- getQuota(String) - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns the quota for the specified quota root.
- getQuota(String) - Method in interface javax.mail.QuotaAwareStore
-
Returns the quotas for the given quota root.
- getRawInputStream() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the unencoded bytes of the content without applying any content transfer decoding.
- getRawInputStream() - Method in class javax.mail.internet.MimeMessage
-
Returns the unencoded bytes of the content without applying any content transfer encoding.
- getReceivedDate() - Method in class gnu.mail.providers.imap.IMAPMessage
-
Returns the date on which this message was received.
- getReceivedDate() - Method in class javax.mail.internet.MimeMessage
-
Returns the date on which this message was received.
- getReceivedDate() - Method in class javax.mail.Message
-
Returns the date this message was received.
- getRecipients(Message.RecipientType) - Method in class javax.mail.internet.MimeMessage
-
Returns the recipients of the given type.
- getRecipients(Message.RecipientType) - Method in class javax.mail.Message
-
Returns all the recipient addresses of the specified type.
- getRecipientType() - Method in class javax.mail.search.RecipientStringTerm
-
Return the recipient type.
- getRecipientType() - Method in class javax.mail.search.RecipientTerm
-
Returns the recipient type.
- getRef() - Method in exception javax.mail.internet.AddressException
-
Returns the address(es) being parsed when the error was detected.
- getRef() - Method in class javax.mail.URLName
-
Returns the reference of this URLName.
- getRemainder() - Method in class javax.mail.internet.HeaderTokenizer
-
Returns the rest of the header.
- getReplyTo() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 Reply-To header field.
- getReplyTo() - Method in class javax.mail.Message
-
Returns the addresses to which replies should be directed.
- getRequestingPort() - Method in class javax.mail.Authenticator
-
Returns the port used in the request.
- getRequestingPrompt() - Method in class javax.mail.Authenticator
-
Returns the user prompt string for the request.
- getRequestingProtocol() - Method in class javax.mail.Authenticator
-
Returns the protocol for the request.
- getRequestingSite() - Method in class javax.mail.Authenticator
-
Returns the IP address of the request host, or null if not available.
- getRights() - Method in class gnu.mail.providers.imap.ACL
-
Deprecated.
- getSender() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 Sender header field.
- getSentDate() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the RFC 822 Date field.
- getSentDate() - Method in class javax.mail.Message
-
Returns the date this message was sent.
- getSeparator() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the path separator charcter.
- getSeparator() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the separator character.
- getSeparator() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the separator character.
- getSeparator() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
If we move away from a flat namespace, this might be useful.
- getSeparator() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
As we're dealing with a flat namespace, the value of this is irrelevant.
- getSeparator() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the path separator charcter.
- getSeparator() - Method in class javax.mail.Folder
-
Return the hierarchy delimiter character for this folder.
- getSession() - Method in class javax.mail.MessageContext
-
Returns the session context.
- getSharedNamespaces() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns a list of folders representing shared namespaces.
- getSharedNamespaces() - Method in class javax.mail.Store
-
Returns the shared namespaces.
- getSize() - Method in class gnu.mail.providers.imap.IMAPBodyPart
-
Returns the content size of this body part in bytes.
- getSize() - Method in class gnu.mail.providers.nntp.NNTPMessage
- getSize() - Method in class gnu.mail.providers.pop3.POP3Message
-
Gets the size of the message.
- getSize() - Method in class javax.mail.internet.MimeBodyPart
-
Returns the size of the content of this body part in bytes, or -1 if the size cannot be determined.
- getSize() - Method in class javax.mail.internet.MimeMessage
-
Returns the size of the content of this message in bytes, or -1 if the size cannot be determined.
- getSize() - Method in interface javax.mail.Part
-
Returns the size of the content of this part in bytes, or -1 if the size cannot be determined.
- getStore() - Method in class javax.mail.Folder
-
Returns the parent store.
- getStore() - Method in class javax.mail.Session
-
Get a Store object that implements this user's desired Store protocol.
- getStore() - Method in exception javax.mail.StoreClosedException
-
Returns the store.
- getStore(String) - Method in class javax.mail.Session
-
Get a Store object that implements the specified protocol.
- getStore(Provider) - Method in class javax.mail.Session
-
Get an instance of the store specified by Provider.
- getStore(URLName) - Method in class javax.mail.Session
-
Get a Store object for the given URLName.
- getSubject() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the Subject header field.
- getSubject() - Method in class javax.mail.Message
-
Returns the subject of this message.
- getSubType() - Method in class javax.mail.internet.ContentType
-
Returns the subtype.
- getSystemFlags() - Method in class javax.mail.Flags
-
Returns the system flags.
- getTerm() - Method in class javax.mail.search.NotTerm
-
Returns the term to negate.
- getTerms() - Method in class javax.mail.search.AndTerm
-
Returns the search terms.
- getTerms() - Method in class javax.mail.search.OrTerm
-
Returns the search terms.
- getTestSet() - Method in class javax.mail.search.FlagTerm
-
Indicates whether to test for the presence or the absence of the specified flags.
- getTransport() - Method in class javax.mail.Session
-
Get a Transport object that implements this user's desired Transport protocol.
- getTransport(String) - Method in class javax.mail.Session
-
Get a Transport object that implements the specified protocol.
- getTransport(Address) - Method in class javax.mail.Session
-
Get a Transport object that can transport a Message to the specified address type.
- getTransport(Provider) - Method in class javax.mail.Session
-
Get an instance of the transport specified in the Provider.
- getTransport(URLName) - Method in class javax.mail.Session
-
Get a Transport object for the given URLName.
- getTrustManager() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns a trust manager used for TLS negotiation.
- getTrustManager() - Method in class gnu.mail.providers.pop3.POP3Store
-
Returns a trust manager used for TLS negotiation.
- getType() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the type of this folder.
- getType() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the type of this folder.
- getType() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the type of this folder.
- getType() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Returns the type of this folder.
- getType() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
This folder contains only folders.
- getType() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the type of this folder.
- getType() - Method in class javax.mail.Address
-
Returns the type of this address.
- getType() - Method in class javax.mail.event.ConnectionEvent
-
Returns the type of this event.
- getType() - Method in class javax.mail.event.FolderEvent
-
Returns the type of this event.
- getType() - Method in class javax.mail.event.MessageCountEvent
-
Returns the type of this event.
- getType() - Method in class javax.mail.event.TransportEvent
-
Returns the type of this event.
- getType() - Method in class javax.mail.Folder
-
Returns the type of this Folder, i.e.
- getType() - Method in class javax.mail.internet.HeaderTokenizer.Token
-
Returns the token type.
- getType() - Method in class javax.mail.internet.InternetAddress
-
Returns the type of this address.
- getType() - Method in class javax.mail.internet.NewsAddress
-
Returns the type of this address.
- getType() - Method in class javax.mail.Provider
-
Returns the provider type.
- getUID() - Method in class gnu.mail.providers.pop3.POP3Message
-
Returns the unique ID for this message.
- getUID(Message) - Method in class gnu.mail.providers.imap.IMAPFolder
- getUID(Message) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the unique ID for the given message, or
null
if not available. - getUID(Message) - Method in interface javax.mail.UIDFolder
-
Returns the UID for the specified message.
- getUIDValidity() - Method in class gnu.mail.providers.imap.IMAPFolder
- getUIDValidity() - Method in interface javax.mail.UIDFolder
-
Returns the UIDValidity value associated with this folder.
- getUnreadMessageCount() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the number of unread messages in this folder.
- getUnreadMessageCount() - Method in class javax.mail.Folder
-
Returns the number of unread messages in this folder.
- getURL() - Method in class javax.mail.URLName
-
Constructs a URL from the URLName.
- getURLName() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Return a URLName representing this folder.
- getURLName() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Return a URLName representing this folder.
- getURLName() - Method in class javax.mail.Folder
-
Return a URLName that can be used as a handle to access this folder.
- getURLName() - Method in class javax.mail.Service
-
Return a URLName representing this service.
- getUserFlags() - Method in class javax.mail.Flags
-
Returns the user flags.
- getUsername() - Method in class javax.mail.URLName
-
Returns the user name of this URLName.
- getUserName() - Method in class javax.mail.PasswordAuthentication
-
Returns the username.
- getUserNamespaces() - Method in class gnu.mail.providers.imap.IMAPStore
-
Returns a list of folders representing other users' namespaces.
- getUserNamespaces(String) - Method in class javax.mail.Store
-
Returns the personal namespaces for the specified user.
- getValidSentAddresses() - Method in class javax.mail.event.TransportEvent
-
Returns the addresses to which this message was delivered succesfully.
- getValidSentAddresses() - Method in exception javax.mail.SendFailedException
-
Returns the addresses to which this message was sent succesfully.
- getValidUnsentAddresses() - Method in class javax.mail.event.TransportEvent
-
Returns the addresses that are valid but to which this message was not delivered.
- getValidUnsentAddresses() - Method in exception javax.mail.SendFailedException
-
Returns the addresses that are valid but to which this message was not sent.
- getValue() - Method in class javax.mail.Header
-
Returns the value of this header.
- getValue() - Method in class javax.mail.internet.HeaderTokenizer.Token
-
Returns the value of the token.
- getValue() - Method in class javax.mail.internet.InternetHeaders.InternetHeader
- getVendor() - Method in class javax.mail.Provider
-
Returns the name of the vendor associated with this implementation.
- getVersion() - Method in class javax.mail.Provider
-
Returns the version of this implementation.
- gnu.mail.providers.imap - package gnu.mail.providers.imap
-
This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501.
- gnu.mail.providers.maildir - package gnu.mail.providers.maildir
- gnu.mail.providers.mbox - package gnu.mail.providers.mbox
-
This is a provider for the UNIX
mbox
mailbox file format, used by many 3rd-party MUAs including Netscape, Mozilla, mutt, elm, and pine. - gnu.mail.providers.nntp - package gnu.mail.providers.nntp
-
This is a provider for the Network News Transfer Protocol (NNTP), as detailed in RFC 977.
- gnu.mail.providers.pop3 - package gnu.mail.providers.pop3
-
This is a provider for the Internet Post Office Protocol, version 3 (POP3), as detailed in RFC 1939.
- gnu.mail.providers.smtp - package gnu.mail.providers.smtp
-
A provider for the Simple Mail Transfer Protocol (SMTP), as detailed in RFC 2821, including support for ESMTP service extensions.
- GT - Static variable in class javax.mail.search.ComparisonTerm
-
The greater than operator.
H
- hashCode() - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- hashCode() - Method in class javax.mail.Flags
- hashCode() - Method in class javax.mail.internet.InternetAddress
- hashCode() - Method in class javax.mail.internet.NewsAddress
- hashCode() - Method in class javax.mail.search.AddressTerm
- hashCode() - Method in class javax.mail.search.AndTerm
- hashCode() - Method in class javax.mail.search.ComparisonTerm
- hashCode() - Method in class javax.mail.search.DateTerm
- hashCode() - Method in class javax.mail.search.FlagTerm
- hashCode() - Method in class javax.mail.search.HeaderTerm
- hashCode() - Method in class javax.mail.search.IntegerComparisonTerm
- hashCode() - Method in class javax.mail.search.NotTerm
- hashCode() - Method in class javax.mail.search.OrTerm
- hashCode() - Method in class javax.mail.search.RecipientStringTerm
- hashCode() - Method in class javax.mail.search.RecipientTerm
- hashCode() - Method in class javax.mail.search.StringTerm
- hashCode() - Method in class javax.mail.URLName
-
Compute the hash code for this URLName.
- hasNewMessages() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Indicates whether this folder contains new messages.
- hasNewMessages() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Indicates whether this folder contains new messages.
- hasNewMessages() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Indicates whether this folder contains new messages.
- hasNewMessages() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Indicates whether there are new articles in this newsgroup.
- hasNewMessages() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- hasNewMessages() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Indicates whether this folder contains new messages.
- hasNewMessages() - Method in class javax.mail.Folder
-
Indicates whether this folder has new messages.
- Header - Class in javax.mail
-
A header is a name/value pair containing metadata about a message's content and/or routing information.
- Header(String, String) - Constructor for class javax.mail.Header
-
Construct a header.
- headerName - Variable in class javax.mail.search.HeaderTerm
-
The header name.
- headers - Variable in class javax.mail.internet.InternetHeaders
-
The list of headers.
- headers - Variable in class javax.mail.internet.MimeBodyPart
-
The headers of this body part.
- headers - Variable in class javax.mail.internet.MimeMessage
-
The message headers.
- headersComplete - Variable in class gnu.mail.providers.imap.IMAPMessage
-
If set, the current set of headers is complete.
- HeaderTerm - Class in javax.mail.search
-
A case-insensitive string comparison of message header values.
- HeaderTerm(String, String) - Constructor for class javax.mail.search.HeaderTerm
-
Constructor.
- HeaderTokenizer - Class in javax.mail.internet
-
A lexer for RFC 822 and MIME headers.
- HeaderTokenizer(String) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer(String, String, boolean) - Constructor for class javax.mail.internet.HeaderTokenizer
-
Constructor.
- HeaderTokenizer.Token - Class in javax.mail.internet
-
A token returned by the lexer.
- HOLDS_FOLDERS - Static variable in class javax.mail.Folder
-
This folder can contain other folders.
- HOLDS_MESSAGES - Static variable in class javax.mail.Folder
-
This folder can contain messages.
- host - Variable in class javax.mail.internet.NewsAddress
-
The hostname of the news server.
I
- ignoreCase - Variable in class javax.mail.search.StringTerm
-
Whether to ignore case during comparison.
- IllegalWriteException - Exception in javax.mail
-
An exception thrown when a modification of a read-only property is attempted.
- IllegalWriteException() - Constructor for exception javax.mail.IllegalWriteException
- IllegalWriteException(String) - Constructor for exception javax.mail.IllegalWriteException
- IMAPBodyPart - Class in gnu.mail.providers.imap
-
A MIME body part of an IMAP multipart message.
- IMAPBodyPart(IMAPMessage, IMAPMultipart, String, InternetHeaders, int, int) - Constructor for class gnu.mail.providers.imap.IMAPBodyPart
-
Called by the IMAPMessage.
- IMAPFolder - Class in gnu.mail.providers.imap
-
The folder class implementing the IMAP4rev1 mail protocol.
- IMAPFolder(Store, String) - Constructor for class gnu.mail.providers.imap.IMAPFolder
-
Constructor.
- IMAPFolder(Store, String, char) - Constructor for class gnu.mail.providers.imap.IMAPFolder
-
Constructor.
- IMAPFolder(Store, String, int, char) - Constructor for class gnu.mail.providers.imap.IMAPFolder
-
Constructor.
- IMAPMessage - Class in gnu.mail.providers.imap
-
The message class implementing the IMAP4 mail protocol.
- IMAPMultipart - Class in gnu.mail.providers.imap
-
An IMAP multipart component.
- IMAPMultipart(IMAPMessage, Part, String) - Constructor for class gnu.mail.providers.imap.IMAPMultipart
-
Called by the IMAPMessage.
- IMAPMultipartDataSource - Class in gnu.mail.providers.imap
-
An IMAP multipart component.
- IMAPMultipartDataSource(IMAPMultipart) - Constructor for class gnu.mail.providers.imap.IMAPMultipartDataSource
-
Called by the IMAPMessage.
- IMAPStore - Class in gnu.mail.providers.imap
-
The storage class implementing the IMAP4rev1 mail protocol.
- IMAPStore(Session, URLName) - Constructor for class gnu.mail.providers.imap.IMAPStore
-
Constructor.
- INLINE - Static variable in interface javax.mail.Part
-
This part should be presented inline.
- INSERT - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- IntegerComparisonTerm - Class in javax.mail.search
-
An integer comparison.
- IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
- internalDate - Variable in class gnu.mail.providers.imap.IMAPMessage
-
If set, this contains the string value of the received date.
- internalDateFormat - Static variable in class gnu.mail.providers.imap.IMAPMessage
-
The date format used to parse IMAP INTERNALDATE values.
- InternetAddress - Class in javax.mail.internet
-
An RFC 822 address.
- InternetAddress() - Constructor for class javax.mail.internet.InternetAddress
-
Constructor for an empty address.
- InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
-
Constructor with an RFC 822 string representation of the address.
- InternetAddress(String, boolean) - Constructor for class javax.mail.internet.InternetAddress
-
Constructor with an RFC 822 string representation of the address.
- InternetAddress(String, String) - Constructor for class javax.mail.internet.InternetAddress
-
Constructor with an address and personal name.
- InternetAddress(String, String, String) - Constructor for class javax.mail.internet.InternetAddress
-
Construct with an address and personal name.
- InternetHeader(String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
- InternetHeader(String, String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
- InternetHeaders - Class in javax.mail.internet
-
A collection of RFC 822 headers.
- InternetHeaders() - Constructor for class javax.mail.internet.InternetHeaders
-
Constructor for an empty InternetHeaders.
- InternetHeaders(InputStream) - Constructor for class javax.mail.internet.InternetHeaders
-
Constructor with an RFC 822 message stream.
- InternetHeaders.InternetHeader - Class in javax.mail.internet
- invalid - Variable in class javax.mail.event.TransportEvent
- invalid - Variable in exception javax.mail.SendFailedException
- isComplete() - Method in class javax.mail.internet.MimeMultipart
-
Indicates whether the final boundary line for this multipart has been parsed.
- isConnected() - Method in class gnu.mail.providers.imap.IMAPStore
-
Uses a NOOP to ensure that the connection to the IMAP server is still valid.
- isConnected() - Method in class gnu.mail.providers.pop3.POP3Store
-
Issues a NOOP to the POP server to determine whether the connection is still alive.
- isConnected() - Method in class javax.mail.Service
-
Indicates whether this service is currently connected.
- isExpunged() - Method in class javax.mail.Message
-
Indicates whether this message is expunged.
- isGroup() - Method in class javax.mail.internet.InternetAddress
-
Indicates whether this address is an RFC 822 group address.
- isMimeType(String) - Method in class javax.mail.internet.MimeBodyPart
-
Indicates whether this part is of the specified MIME type.
- isMimeType(String) - Method in class javax.mail.internet.MimeMessage
-
Indicates whether this message is of the specified MIME type.
- isMimeType(String) - Method in interface javax.mail.Part
-
Is this part of the specified MIME type? This method compares only the primary type and subtype.
- isOpen() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Indicates whether this folder is open.
- isOpen() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Indicates whether this folder is open.
- isOpen() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Indicates whether this folder is open.
- isOpen() - Method in class gnu.mail.providers.nntp.NNTPFolder
- isOpen() - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- isOpen() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Indicates whether this folder is open.
- isOpen() - Method in class javax.mail.Folder
-
Indicates whether this folder is open.
- isRemoved() - Method in class javax.mail.event.MessageCountEvent
-
Indicates whether this event is the result of an explicit expunge, or of an expunge by an external mechanism.
- isSelected(IMAPFolder) - Method in class gnu.mail.providers.imap.IMAPStore
-
Indicates whether the specified folder is selected.
- isSet(Flags.Flag) - Method in class gnu.mail.providers.imap.IMAPMessage
- isSet(Flags.Flag) - Method in class javax.mail.internet.MimeMessage
-
Indicates whether the specified flag is set in this message.
- isSet(Flags.Flag) - Method in class javax.mail.Message
-
Indicates whether the specified flag is set in this message.
- isSubscribed() - Method in class gnu.mail.providers.imap.IMAPFolder
- isSubscribed() - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Indicates if the newsgroup is subscribed.
- isSubscribed() - Method in class javax.mail.Folder
-
Indicates whether this folder is subscribed.
- Item(String) - Constructor for class javax.mail.FetchProfile.Item
J
- javaCharset(String) - Static method in class javax.mail.internet.MimeUtility
-
Converts a MIME charset name into a Java charset name.
- javax.mail - package javax.mail
-
Classes modelling a mail system.
- javax.mail.event - package javax.mail.event
-
Event objects and listener interfaces for JavaMail.
- javax.mail.internet - package javax.mail.internet
-
Classes modelling Internet mail systems.
- javax.mail.search - package javax.mail.search
-
Search expressions for executing searches on the messages in a folder.
K
- KEEP_SEEN - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
L
- LASTUID - Static variable in interface javax.mail.UIDFolder
-
This special value can be used as the end parameter in
getMessages(start, end)
to denote the last UID in this folder. - LE - Static variable in class javax.mail.search.ComparisonTerm
-
The less than or equal to operator.
- limit - Variable in class javax.mail.Quota.Resource
-
The usage limit for the resource.
- line - Variable in class javax.mail.internet.InternetHeaders.InternetHeader
-
The value.
- lines - Variable in class gnu.mail.providers.imap.IMAPBodyPart
-
The number of text lines of this part's content.
- list() - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the subfolders of this folder.
- list() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the subfolders of this folder.
- list() - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the subfolders for this folder.
- list() - Method in class javax.mail.Folder
-
Returns the list of subfolders of this folder.
- list(ListFolderListener) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
Returns the list of folders matching the specified pattern.
- list(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the subfolders for this folder.
- list(String) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Returns the subfolders of this folder matching the specified pattern.
- list(String) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Returns the subfolders of this folder matching the specified pattern.
- list(String) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This folder type does not contain other folders.
- list(String) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
Returns the list of folders matching the specified pattern.
- list(String) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Returns the subfolders for this folder.
- list(String) - Method in class javax.mail.Folder
-
Returns a list of subfolders matching the specified pattern.
- list(String, ListFolderListener) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
Returns the list of folders matching the specified pattern.
- ListFolderListener - Interface in gnu.mail.providers.nntp
- listRights(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- listSubscribed() - Method in class javax.mail.Folder
-
Returns the list of subscribed subfolders of this folder.
- listSubscribed(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Returns the subscribed subfolders for this folder.
- listSubscribed(String) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This folder type does not contain other folders.
- listSubscribed(String) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
Returns the list of subscribed folders matching the specified pattern.
- listSubscribed(String) - Method in class javax.mail.Folder
-
Returns a list of subscribed subfolders matching the specified pattern.
- load(InputStream) - Method in class javax.mail.internet.InternetHeaders
-
Parses the specified RFC 822 message stream, storing the headers in this InternetHeaders.
- localHostName - Variable in class gnu.mail.providers.smtp.SMTPTransport
- LOOKUP - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- LT - Static variable in class javax.mail.search.ComparisonTerm
-
The less than operator.
M
- MailDateFormat - Class in javax.mail.internet
-
A date format that applies the rules specified by the Internet Draft draft-ietf-drums-msg-fmt-08 dated January 26, 2000.
- MailDateFormat() - Constructor for class javax.mail.internet.MailDateFormat
- MaildirFolder - Class in gnu.mail.providers.maildir
-
The folder class implementing a Maildir-format mailbox.
- MaildirFolder(Store, String) - Constructor for class gnu.mail.providers.maildir.MaildirFolder
-
Constructor.
- MaildirFolder(Store, String, boolean, boolean) - Constructor for class gnu.mail.providers.maildir.MaildirFolder
-
Constructor.
- MaildirMessage - Class in gnu.mail.providers.maildir
-
The message class implementing the Maildir mail protocol.
- MaildirStore - Class in gnu.mail.providers.maildir
-
The storage class implementing the Maildir mailbox format.
- MaildirStore(Session, URLName) - Constructor for class gnu.mail.providers.maildir.MaildirStore
-
Constructor.
- MailEvent - Class in javax.mail.event
-
Common base class for mail events, defining the dispatch method.
- MailEvent(Object) - Constructor for class javax.mail.event.MailEvent
- match(int) - Method in class javax.mail.search.IntegerComparisonTerm
- match(String) - Method in class javax.mail.internet.ContentType
-
Returns true if the specified Content-Type matches this Content-Type.
- match(String) - Method in class javax.mail.search.StringTerm
-
Returns true if the specified pattern is a substring of the given string.
- match(Date) - Method in class javax.mail.search.DateTerm
-
Returns true only if this comparison matches the supplied date.
- match(Address) - Method in class javax.mail.search.AddressStringTerm
-
Indicates whether the address pattern specified in the constructor is a substring of the string representation of the given address.
- match(Address) - Method in class javax.mail.search.AddressTerm
-
Returns true if the specified address matches the address specified in this term.
- match(ContentType) - Method in class javax.mail.internet.ContentType
-
Returns true if the specified Content-Type matches this Content-Type.
- match(Message) - Method in class javax.mail.search.AndTerm
-
Returns true only if all the terms match the specified message.
- match(Message) - Method in class javax.mail.search.BodyTerm
-
Returns true only if the search text was found in the message body.
- match(Message) - Method in class javax.mail.search.FlagTerm
-
Returns true if the flags in the specified message match this term.
- match(Message) - Method in class javax.mail.search.FromStringTerm
-
Indicates whether the address pattern specified in the constructor is a substring of the string representation of the From address in the given message.
- match(Message) - Method in class javax.mail.search.FromTerm
-
Returns true if the From address in the given message matches the address specified in this term.
- match(Message) - Method in class javax.mail.search.HeaderTerm
-
Returns true if the header in the specified message matches the pattern specified in this term.
- match(Message) - Method in class javax.mail.search.MessageIDTerm
-
Returns true if the given message's Message-Id matches the Message-Id specified in this term.
- match(Message) - Method in class javax.mail.search.MessageNumberTerm
-
Returns true if the message number of the given message is equal to the message number specified in this term.
- match(Message) - Method in class javax.mail.search.NotTerm
-
Returns true only if the term specified in this term does not match the given message.
- match(Message) - Method in class javax.mail.search.OrTerm
-
Returns true only if any of the terms specified in this term match the given message.
- match(Message) - Method in class javax.mail.search.ReceivedDateTerm
-
Returns true only if the given message's received date matches this term.
- match(Message) - Method in class javax.mail.search.RecipientStringTerm
-
Returns true only if the address specified in this term is a substring of the recipient address in the given message.
- match(Message) - Method in class javax.mail.search.RecipientTerm
-
Returns true only if the recipient address in the given message matches the address specified in this term.
- match(Message) - Method in class javax.mail.search.SearchTerm
-
Indicates whether the given message matches this search term.
- match(Message) - Method in class javax.mail.search.SentDateTerm
-
Returns true only if the given message's sent date matches the specified date using the specified operator.
- match(Message) - Method in class javax.mail.search.SizeTerm
-
Returns true only if the size of the given message matches the specified size using the specified operator.
- match(Message) - Method in class javax.mail.search.SubjectTerm
-
Returns true only if the pattern specified in this term is a substring of the given message's Subject header.
- match(SearchTerm) - Method in class javax.mail.Message
-
Indicates whether the specified search term applies to this message.
- MboxFolder - Class in gnu.mail.providers.mbox
-
The folder class implementing a UNIX mbox-format mailbox.
- MboxFolder(Store, File, boolean) - Constructor for class gnu.mail.providers.mbox.MboxFolder
-
Constructor.
- MboxMessage - Class in gnu.mail.providers.mbox
-
The message class implementing the Mbox mail protocol.
- MboxMessage(MboxFolder, String, InputStream, int) - Constructor for class gnu.mail.providers.mbox.MboxMessage
-
Creates a Mbox message.
- MboxMessage(MboxFolder, MimeMessage, int) - Constructor for class gnu.mail.providers.mbox.MboxMessage
-
Creates a Mbox message.
- MboxStore - Class in gnu.mail.providers.mbox
-
The storage class implementing the Mbox mailbox file format.
- MboxStore(Session, URLName) - Constructor for class gnu.mail.providers.mbox.MboxStore
-
Constructor.
- message - Variable in class gnu.mail.providers.imap.IMAPBodyPart
-
The message this part belongs to.
- message - Variable in class gnu.mail.providers.imap.IMAPMultipart
-
The message this multipart belongs to.
- message - Variable in class javax.mail.event.StoreEvent
-
The message text to be presented to the user.
- Message - Class in javax.mail
-
An abstract mail message, consisting of headers and content.
- Message() - Constructor for class javax.mail.Message
-
Constructor with no folder or session.
- Message(Folder, int) - Constructor for class javax.mail.Message
-
Constructor with a folder and a message number.
- Message(Session) - Constructor for class javax.mail.Message
-
Constructor with a session.
- MESSAGE_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
The message was successfully delivered to all recipients.
- MESSAGE_NOT_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
The message was not sent.
- MESSAGE_PARTIALLY_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
The message was successfully sent to some but not all of the recipients.
- Message.RecipientType - Class in javax.mail
-
The types of recipients to which a message can be sent.
- MessageAware - Interface in javax.mail
-
A data source may implement this interface to supply information to a data content handler about the message context of the data content.
- messageChanged(MessageChangedEvent) - Method in interface javax.mail.event.MessageChangedListener
-
A message was changed.
- MessageChangedEvent - Class in javax.mail.event
-
A message change event.
- MessageChangedEvent(Object, int, Message) - Constructor for class javax.mail.event.MessageChangedEvent
-
Constructor.
- MessageChangedListener - Interface in javax.mail.event
-
A listener for message changed events.
- MessageContext - Class in javax.mail
-
The context of a datum of message content.
- MessageContext(Part) - Constructor for class javax.mail.MessageContext
-
Creates a message context describing the given part.
- messageCount - Variable in class gnu.mail.providers.imap.IMAPFolder
- MessageCountAdapter - Class in javax.mail.event
-
An adapter for message count events.
- MessageCountAdapter() - Constructor for class javax.mail.event.MessageCountAdapter
- MessageCountEvent - Class in javax.mail.event
-
A change in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class javax.mail.event.MessageCountEvent
-
Constructor.
- MessageCountListener - Interface in javax.mail.event
-
A listener for message count events.
- messageDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
A message was delivered successfully.
- messageDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
A message was delivered successfully.
- MessageIDTerm - Class in javax.mail.search
-
A comparison for the RFC822 "Message-Id", a string message identifier for Internet messages that is supposed to be unique per message.
- MessageIDTerm(String) - Constructor for class javax.mail.search.MessageIDTerm
-
Constructor.
- messageNotDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
A message was not delivered.
- messageNotDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
A message was not delivered.
- MessageNumberTerm - Class in javax.mail.search
-
A comparison of message numbers.
- MessageNumberTerm(int) - Constructor for class javax.mail.search.MessageNumberTerm
-
Constructor.
- messagePartiallyDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
A message was partially delivered.
- messagePartiallyDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
A message was partially delivered.
- MessageRemovedException - Exception in javax.mail
-
An exception thrown when an invalid method is invoked on an expunged message.
- MessageRemovedException() - Constructor for exception javax.mail.MessageRemovedException
- MessageRemovedException(String) - Constructor for exception javax.mail.MessageRemovedException
- messagesAdded(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
-
Messages were added into a folder.
- messagesAdded(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
-
Messages were added into a folder.
- messagesRemoved(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
-
Messages were removed (expunged) from a folder.
- messagesRemoved(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
-
Messages were removed (expunged) from a folder.
- MessagingException - Exception in javax.mail
-
A general messaging exception.
- MessagingException() - Constructor for exception javax.mail.MessagingException
-
Constructs a messaging exception with no detail message.
- MessagingException(String) - Constructor for exception javax.mail.MessagingException
-
Constructs a messaging exception with the specified detail message.
- MessagingException(String, Exception) - Constructor for exception javax.mail.MessagingException
-
Constructs a messaging exception with the specified exception and detail message.
- MethodNotSupportedException - Exception in javax.mail
-
An exception thrown when an operation is not supported by the implementation.
- MethodNotSupportedException() - Constructor for exception javax.mail.MethodNotSupportedException
- MethodNotSupportedException(String) - Constructor for exception javax.mail.MethodNotSupportedException
- MIME - Static variable in class javax.mail.internet.HeaderTokenizer
-
MIME specials.
- MimeBodyPart - Class in javax.mail.internet
-
A MIME body part.
- MimeBodyPart() - Constructor for class javax.mail.internet.MimeBodyPart
-
Constructor for an empty MIME body part.
- MimeBodyPart(InputStream) - Constructor for class javax.mail.internet.MimeBodyPart
-
Constructor with an input stream.
- MimeBodyPart(InternetHeaders, byte[]) - Constructor for class javax.mail.internet.MimeBodyPart
-
Constructor with headers and byte content.
- mimeCharset(String) - Static method in class javax.mail.internet.MimeUtility
-
Converts a Java charset name into a MIME charset name.
- MimeMessage - Class in javax.mail.internet
-
A MIME mail message.
- MimeMessage(Folder, int) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor with a parent folder and message number.
- MimeMessage(Folder, InputStream, int) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor with a parent folder, message number, and RFC 822 input stream.
- MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor with a parent folder, message number, headers and byte content.
- MimeMessage(MimeMessage) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor with an existing message.
- MimeMessage(Session) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor for an empty message.
- MimeMessage(Session, InputStream) - Constructor for class javax.mail.internet.MimeMessage
-
Constructor with an input stream contining an RFC 822 message.
- MimeMessage.RecipientType - Class in javax.mail.internet
-
Additional recipient types specific to internet messages.
- MimeMultipart - Class in javax.mail.internet
-
A MIME multipart container.
- MimeMultipart() - Constructor for class javax.mail.internet.MimeMultipart
-
Constructor for an empty MIME multipart of type "multipart/mixed".
- MimeMultipart(String) - Constructor for class javax.mail.internet.MimeMultipart
-
Constructor for an empty MIME multipart of the given subtype.
- MimeMultipart(DataSource) - Constructor for class javax.mail.internet.MimeMultipart
-
Constructor with a given data source.
- MimePart - Interface in javax.mail.internet
-
A MIME part is an Entity as defined by MIME (RFC2045, Section 2.4).
- MimePartDataSource - Class in javax.mail.internet
-
A data source that manages content for a MIME part.
- MimePartDataSource(MimePart) - Constructor for class javax.mail.internet.MimePartDataSource
-
Constructor with a MIME part.
- MimeUtility - Class in javax.mail.internet
-
This is a utility class providing micellaneous MIME-related functionality.
- mode - Variable in class javax.mail.Folder
-
The folder mode: Folder.READ_ONLY, Folder.READ_WRITE, or -1 if not known.
- modified - Variable in class javax.mail.internet.MimeMessage
-
Indicates whether the message has been modified.
- msg - Variable in class javax.mail.event.MessageChangedEvent
-
The message that changed.
- msg - Variable in class javax.mail.event.TransportEvent
- msgnum - Variable in class javax.mail.Message
-
The number of this message within its folder, starting from 1, or 0 if the message was not retrieved from a folder.
- msgs - Variable in class javax.mail.event.MessageCountEvent
-
The messages.
- multipart - Variable in class gnu.mail.providers.imap.IMAPMultipartDataSource
-
The multipart object this data source is associated with.
- Multipart - Class in javax.mail
-
A multipart is a container for multiple body parts.
- Multipart() - Constructor for class javax.mail.Multipart
-
Constructor for an empty multipart of type "multipart/mixed".
- MultipartDataSource - Interface in javax.mail
-
A data source that contains body parts.
- myRights() - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
N
- name - Variable in class javax.mail.internet.InternetHeaders.InternetHeader
-
The name.
- name - Variable in class javax.mail.Quota.Resource
-
The resource name.
- NE - Static variable in class javax.mail.search.ComparisonTerm
-
The not equal to operator.
- newFolder - Variable in class javax.mail.event.FolderEvent
-
The folder representing the new name, in the case of a RENAMED event.
- newMessageCount - Variable in class gnu.mail.providers.imap.IMAPFolder
- NewsAddress - Class in javax.mail.internet
-
An RFC 1036 newsgroup address.
- NewsAddress() - Constructor for class javax.mail.internet.NewsAddress
-
Constructor for an empty news address.
- NewsAddress(String) - Constructor for class javax.mail.internet.NewsAddress
-
Constructor with the given newsgroup.
- NewsAddress(String, String) - Constructor for class javax.mail.internet.NewsAddress
-
Constructor with the given newsgroup and host.
- newsgroup - Variable in class javax.mail.internet.NewsAddress
-
The name of the newsgroup.
- NEWSGROUPS - Static variable in class javax.mail.internet.MimeMessage.RecipientType
-
The "Newsgroups" (Usenet news) recipient type.
- newStream(long, long) - Method in interface javax.mail.internet.SharedInputStream
-
Returns a new InputStream representing a subset of the data from this InputStream, from
start
(inclusive) up toend
(exclusive). - next() - Method in class javax.mail.internet.HeaderTokenizer
-
Returns the next token.
- NNTPFolder - Class in gnu.mail.providers.nntp
-
A JavaMail folder delegate for an NNTP newsgroup.
- NNTPMessage - Class in gnu.mail.providers.nntp
-
A JavaMail MIME message delegate for an NNTP article.
- NNTPRootFolder - Class in gnu.mail.providers.nntp
-
The "root" folder of the NNTP newsgroup list.
- NNTPStore - Class in gnu.mail.providers.nntp
-
An NNTP store provider.
- NNTPStore(Session, URLName) - Constructor for class gnu.mail.providers.nntp.NNTPStore
-
Constructor.
- NNTPTransport - Class in gnu.mail.providers.nntp
-
An NNTP transport provider.
- NNTPTransport(Session, URLName) - Constructor for class gnu.mail.providers.nntp.NNTPTransport
-
Constructor.
- NoSuchProviderException - Exception in javax.mail
-
An exception thrown on an attempt to instantiate a provider that doesn't exist.
- NoSuchProviderException() - Constructor for exception javax.mail.NoSuchProviderException
- NoSuchProviderException(String) - Constructor for exception javax.mail.NoSuchProviderException
- NOTICE - Static variable in class javax.mail.event.StoreEvent
-
Indicates that this message is a NOTICE.
- notification(StoreEvent) - Method in interface javax.mail.event.StoreListener
-
The store generated a notification event.
- notifyConnectionListeners(int) - Method in class javax.mail.Folder
-
Notify all connection listeners.
- notifyConnectionListeners(int) - Method in class javax.mail.Service
-
Notify all connection listeners.
- notifyFolderListeners(int) - Method in class javax.mail.Folder
-
Notify all folder listeners registered on this Folder and this folder's store.
- notifyFolderListeners(int, Folder) - Method in class javax.mail.Store
-
Notifies all folder listeners.
- notifyFolderRenamedListeners(Folder) - Method in class javax.mail.Folder
-
Notify all folder listeners registered on this folder and this folder's store about the renaming of this folder.
- notifyFolderRenamedListeners(Folder, Folder) - Method in class javax.mail.Store
-
Notifies all folder listeners about the renaming of a folder.
- notifyMessageAddedListeners(Message[]) - Method in class javax.mail.Folder
-
Notify all message count listeners about the addition of messages into this folder.
- notifyMessageChangedListeners(int, Message) - Method in class javax.mail.Folder
-
Notify all message changed event listeners.
- notifyMessageRemovedListeners(boolean, Message[]) - Method in class javax.mail.Folder
-
Notify all message count listeners about the removal of messages from this folder.
- notifyStoreListeners(int, String) - Method in class javax.mail.Store
-
Notifies all store event listeners.
- notifyTransportListeners(int, Address[], Address[], Address[], Message) - Method in class javax.mail.Transport
-
Notifies all transport listeners.
- NotTerm - Class in javax.mail.search
-
Provides the logical negation of the target term.
- NotTerm(SearchTerm) - Constructor for class javax.mail.search.NotTerm
- number - Variable in class javax.mail.search.IntegerComparisonTerm
-
The number.
O
- open(int) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Opens this folder.
- open(int) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Opens this folder.
- open(int) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Opens this folder.
- open(int) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
This method has no particular meaning in NNTP.
- open(int) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- open(int) - Method in class gnu.mail.providers.pop3.POP3Folder
-
Opens this folder.
- open(int) - Method in class javax.mail.Folder
-
Opens this folder.
- opened(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
A service or folder was opened.
- opened(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
A service or folder was opened.
- OPENED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was opened.
- OrTerm - Class in javax.mail.search
-
A logical OR of a number of search terms.
- OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
-
Constructor with multiple search terms.
- OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
-
Constructor with two operands.
P
- ParameterList - Class in javax.mail.internet
-
A list of MIME parameters.
- ParameterList() - Constructor for class javax.mail.internet.ParameterList
-
Constructor for an empty parameter list.
- ParameterList(String) - Constructor for class javax.mail.internet.ParameterList
-
Constructor with a parameter-list string.
- parent - Variable in class javax.mail.BodyPart
-
The Multipart object containing this BodyPart.
- parent - Variable in class javax.mail.Multipart
-
The part containing this multipart, if known.
- parse() - Method in class javax.mail.internet.MimeMultipart
-
Parses the body parts from this multipart's data source.
- parse(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Parses the given input stream, setting the headers and content fields appropriately.
- parse(String) - Static method in class javax.mail.internet.InternetAddress
-
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
- parse(String) - Static method in class javax.mail.internet.NewsAddress
-
Parses the given comma-separated sequence of newsgroups into NewsAddresses.
- parse(String, boolean) - Static method in class javax.mail.internet.InternetAddress
-
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
- parse(String, ParsePosition) - Method in class javax.mail.internet.MailDateFormat
-
Parses the given date in the format specified by draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- parsed - Variable in class javax.mail.internet.MimeMultipart
-
Indicates whether the data from the input stream has been parsed yet.
- ParseException - Exception in javax.mail.internet
-
An exception thrown to indicate an error parsing RFC822 or MIME headers.
- ParseException() - Constructor for exception javax.mail.internet.ParseException
-
Constructor with no detail message.
- ParseException(String) - Constructor for exception javax.mail.internet.ParseException
-
Constructor with the specified detail message.
- parseHeader(String, boolean) - Static method in class javax.mail.internet.InternetAddress
-
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
- parseString(String) - Method in class javax.mail.URLName
-
Method which does all of the work of parsing the string.
- part - Variable in class javax.mail.internet.MimePartDataSource
-
The part.
- Part - Interface in javax.mail
-
A part consists of a set of attributes and a content.
- parts - Variable in class javax.mail.Multipart
-
Vector of body parts.
- PasswordAuthentication - Class in javax.mail
-
Container for a username/password combination.
- PasswordAuthentication(String, String) - Constructor for class javax.mail.PasswordAuthentication
-
Creates a new password authentication
- path - Variable in class gnu.mail.providers.imap.IMAPFolder
-
The folder path.
- pattern - Variable in class javax.mail.search.StringTerm
-
The pattern to match.
- peek() - Method in class javax.mail.internet.HeaderTokenizer
-
Peeks at the next token.
- permanentFlags - Variable in class gnu.mail.providers.imap.IMAPFolder
- personal - Variable in class javax.mail.internet.InternetAddress
-
The personal name.
- POP3Folder - Class in gnu.mail.providers.pop3
-
The folder class implementing the POP3 mail protocol.
- POP3Folder(Store, int) - Constructor for class gnu.mail.providers.pop3.POP3Folder
-
Constructor.
- POP3Message - Class in gnu.mail.providers.pop3
-
The message class implementing the POP3 mail protocol.
- POP3Store - Class in gnu.mail.providers.pop3
-
The storage class implementing the POP3 mail protocol.
- POP3Store(Session, URLName) - Constructor for class gnu.mail.providers.pop3.POP3Store
-
Constructor.
- pos - Variable in exception javax.mail.internet.AddressException
-
The index in
ref
where the error occurred, or -1 if not known. - POST - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- printStackTrace(PrintStream) - Method in exception javax.mail.MessagingException
- printStackTrace(PrintWriter) - Method in exception javax.mail.MessagingException
- processAlerts() - Method in class gnu.mail.providers.imap.IMAPStore
-
Process any alerts supplied by the server.
- processStatusEvent(StatusEvent) - Method in class gnu.mail.providers.maildir.MaildirStore
-
Processes a status event.
- processStatusEvent(StatusEvent) - Method in class gnu.mail.providers.mbox.MboxStore
-
Processes a status event.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.imap.IMAPStore
-
Connects to the IMAP server and authenticates with the specified parameters.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.maildir.MaildirStore
-
There isn't a protocol to implement, so this method just returns.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.mbox.MboxStore
-
There isn't a protocol to implement, so this method just returns.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.nntp.NNTPStore
-
Performs the protocol connection.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.nntp.NNTPTransport
-
Performs the protocol connection.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.pop3.POP3Store
-
Connects to the POP3 server and authenticates with the specified parameters.
- protocolConnect(String, int, String, String) - Method in class gnu.mail.providers.smtp.SMTPTransport
-
Connects to the SMTP server.
- protocolConnect(String, int, String, String) - Method in class javax.mail.Service
-
Provider implementation for a service.
- Provider - Class in javax.mail
-
A description of a messaging implementation that can store or send messages.
- Provider(Provider.Type, String, String, String, String) - Constructor for class javax.mail.Provider
-
Creates a new provider of the given type and protocol.
- Provider.Type - Class in javax.mail
-
A provider type (STORE or TRANSPORT).
Q
- queueEvent(MailEvent, Vector) - Method in class javax.mail.Service
-
Adds the event and vector of listeners to be notified.
- Quota - Class in javax.mail
-
A set of quotas for a given quota root.
- Quota(String) - Constructor for class javax.mail.Quota
-
Constructor.
- Quota.Resource - Class in javax.mail
-
An individual quota resource.
- QuotaAwareStore - Interface in javax.mail
-
Interface implemented by mail stores that support quotas.
- quotaRoot - Variable in class javax.mail.Quota
-
The quota root.
- quote(String, String) - Static method in class javax.mail.internet.MimeUtility
-
Quotes the specified word, if it contains any characters from the given "specials" list.
- QUOTEDSTRING - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
A quoted-string.
R
- READ - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- READ_ONLY - Static variable in class javax.mail.Folder
-
This folder is read only.
- READ_WRITE - Static variable in class javax.mail.Folder
-
This folder can be modified.
- ReadOnlyFolderException - Exception in javax.mail
-
An exception thrown when an attempt is made to open a folder in read-write mode when the folder can only be opened read-only.
- ReadOnlyFolderException(Folder) - Constructor for exception javax.mail.ReadOnlyFolderException
- ReadOnlyFolderException(Folder, String) - Constructor for exception javax.mail.ReadOnlyFolderException
- readResolve() - Method in class javax.mail.internet.MimeMessage.RecipientType
- readResolve() - Method in class javax.mail.Message.RecipientType
- ReceivedDateTerm - Class in javax.mail.search
-
A comparison of message received dates.
- ReceivedDateTerm(int, Date) - Constructor for class javax.mail.search.ReceivedDateTerm
-
Constructor.
- RECENT - Static variable in class javax.mail.Flags.Flag
-
This message is recent.
- RecipientStringTerm - Class in javax.mail.search
-
A string comparison of the recipient headers in a message.
- RecipientStringTerm(Message.RecipientType, String) - Constructor for class javax.mail.search.RecipientStringTerm
-
Constructor.
- RecipientTerm - Class in javax.mail.search
-
A comparison of recipient headers in a message.
- RecipientTerm(Message.RecipientType, Address) - Constructor for class javax.mail.search.RecipientTerm
-
Constructor.
- RecipientType(String) - Constructor for class javax.mail.internet.MimeMessage.RecipientType
- RecipientType(String) - Constructor for class javax.mail.Message.RecipientType
- ref - Variable in exception javax.mail.internet.AddressException
-
The address(es) being parsed.
- releaseLock() - Method in class gnu.mail.providers.mbox.MboxFolder
-
Unlocks this mailbox.
- remove(Rights) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- remove(Rights.Right) - Method in class gnu.mail.providers.imap.Rights
-
Deprecated.
- remove(String) - Method in class javax.mail.Flags
-
Remove the specified user flag.
- remove(String) - Method in class javax.mail.internet.ParameterList
-
Removes the specified parameter from this list.
- remove(Flags) - Method in class javax.mail.Flags
-
Remove all flags in the given Flags object from this Flags object.
- remove(Flags.Flag) - Method in class javax.mail.Flags
-
Remove the specified system flag.
- removeACL(String) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- removeBodyPart(int) - Method in class javax.mail.Multipart
-
Removes the body part at the specified index.
- removeBodyPart(BodyPart) - Method in class javax.mail.Multipart
-
Removes the specified body part from this multipart.
- removeConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
-
Remove a connection event listener.
- removeConnectionListener(ConnectionListener) - Method in class javax.mail.Service
-
Removes a connection event listener.
- removed - Variable in class javax.mail.event.MessageCountEvent
-
If true, this event is the result of an explicit expunge by this client.
- REMOVED - Static variable in class javax.mail.event.MessageCountEvent
-
Messages were removed from the folder.
- removeFolderListener(FolderListener) - Method in class javax.mail.Folder
-
Remove a folder event listener.
- removeFolderListener(FolderListener) - Method in class javax.mail.Store
-
Removes a folder event listener.
- removeHeader(String) - Method in class javax.mail.internet.InternetHeaders
-
Removes all headers matching the given name.
- removeHeader(String) - Method in class javax.mail.internet.MimeBodyPart
-
Removes all headers with the specified name.
- removeHeader(String) - Method in class javax.mail.internet.MimeMessage
-
Removes all headers with the specified name.
- removeHeader(String) - Method in interface javax.mail.Part
-
Removes all headers of the specified name.
- removeMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
-
Remove a message changed event listener.
- removeMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
-
Remove a message count event listener.
- removeRights(ACL) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Deprecated.this API will probably change incompatibly soon
- removeStatusListener(StatusListener) - Method in class gnu.mail.providers.maildir.MaildirStore
-
Removes a status listener from this store.
- removeStatusListener(StatusListener) - Method in class gnu.mail.providers.mbox.MboxStore
-
Removes a status listener from this store.
- removeStoreListener(StoreListener) - Method in class javax.mail.Store
-
Removes a store events listener.
- removeTransportListener(TransportListener) - Method in class javax.mail.Transport
-
Removes a transport event listener.
- RENAMED - Static variable in class javax.mail.event.FolderEvent
-
The folder was renamed.
- renameTo(Folder) - Method in class gnu.mail.providers.imap.IMAPFolder
-
Rename this folder.
- renameTo(Folder) - Method in class gnu.mail.providers.maildir.MaildirFolder
-
Renames this folder.
- renameTo(Folder) - Method in class gnu.mail.providers.mbox.MboxFolder
-
Renames this folder.
- renameTo(Folder) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
NNTP servers are read-only.
- renameTo(Folder) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
- renameTo(Folder) - Method in class gnu.mail.providers.pop3.POP3Folder
-
POP3 folders can't be created, deleted, or renamed.
- renameTo(Folder) - Method in class javax.mail.Folder
-
Renames this folder.
- reply(boolean) - Method in class javax.mail.internet.MimeMessage
-
Returns a new message suitable for a reply to this message.
- reply(boolean) - Method in class javax.mail.Message
-
Returns a new message suitable for a reply to this message.
- requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class javax.mail.Session
-
Call back to the application to get the needed user name and password.
- Resource(String, long, long) - Constructor for class javax.mail.Quota.Resource
-
Constructor.
- resources - Variable in class javax.mail.Quota
-
The resources associated with this quota.
- RFC822 - Static variable in class javax.mail.internet.HeaderTokenizer
-
RFC 822 specials.
- Rights - Class in gnu.mail.providers.imap
-
Deprecated.this API will probably change incompatibly soon
- Rights() - Constructor for class gnu.mail.providers.imap.Rights
-
Deprecated.
- Rights(Rights) - Constructor for class gnu.mail.providers.imap.Rights
-
Deprecated.
- Rights(Rights.Right) - Constructor for class gnu.mail.providers.imap.Rights
-
Deprecated.
- Rights(String) - Constructor for class gnu.mail.providers.imap.Rights
-
Deprecated.
- Rights.Right - Class in gnu.mail.providers.imap
-
Deprecated.
- root - Variable in class gnu.mail.providers.imap.IMAPStore
-
Folder representing the root namespace of the IMAP connection.
S
- saveChanges() - Method in class gnu.mail.providers.nntp.NNTPMessage
- saveChanges() - Method in class javax.mail.internet.MimeMessage
-
Saves any changes to this message.
- saveChanges() - Method in class javax.mail.Message
-
Save any changes made to this message into its underlying store, if the message was obtained from a folder.
- saved - Variable in class javax.mail.internet.MimeMessage
-
Indicates whether we do not need to call
saveChanges
on the message. - saveFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Saves the content of this part to the specified file.
- saveFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Saves the content of this part to the specified file.
- search(SearchTerm) - Method in class gnu.mail.providers.imap.IMAPFolder
-
IMAP search function.
- search(SearchTerm) - Method in class javax.mail.Folder
-
Searches this folder for messages matching the specified search term.
- search(SearchTerm, Message[]) - Method in class gnu.mail.providers.imap.IMAPFolder
-
IMAP search function.
- search(SearchTerm, Message[]) - Method in class javax.mail.Folder
-
Searches the given messages for those matching the specified search term.
- SearchException - Exception in javax.mail.search
-
An exception thrown to indicate that a search expression could not be handled by the store implementation.
- SearchException() - Constructor for exception javax.mail.search.SearchException
-
Constructor with no detail message.
- SearchException(String) - Constructor for exception javax.mail.search.SearchException
-
Constructor with the specified detail message.
- SearchTerm - Class in javax.mail.search
-
A search expression is represented as a tree of search terms.
- SearchTerm() - Constructor for class javax.mail.search.SearchTerm
- section - Variable in class gnu.mail.providers.imap.IMAPBodyPart
-
The section used to refer to this part.
- SEEN - Static variable in class javax.mail.Flags.Flag
-
This message is seen.
- selected - Variable in class gnu.mail.providers.imap.IMAPStore
-
The currently selected folder.
- send(Message) - Static method in class javax.mail.Transport
-
Sends the specified message.
- send(Message, Address[]) - Static method in class javax.mail.Transport
-
Sends the message to the specified addresses, ignoring any recipients specified in the message itself.
- SendFailedException - Exception in javax.mail
-
An exception thrown when a message cannot be sent.
- SendFailedException() - Constructor for exception javax.mail.SendFailedException
- SendFailedException(String) - Constructor for exception javax.mail.SendFailedException
- SendFailedException(String, Exception) - Constructor for exception javax.mail.SendFailedException
- SendFailedException(String, Exception, Address[], Address[], Address[]) - Constructor for exception javax.mail.SendFailedException
-
Creates a send failed exception with the specified string and addresses.
- sendMessage(Message, Address[]) - Method in class gnu.mail.providers.nntp.NNTPTransport
-
Post an article.
- sendMessage(Message, Address[]) - Method in class gnu.mail.providers.smtp.SMTPTransport
-
Send the specified message to the server.
- sendMessage(Message, Address[]) - Method in class javax.mail.Transport
-
Sends the message to the specified list of addresses.
- SentDateTerm - Class in javax.mail.search
-
A comparison of message sent dates.
- SentDateTerm(int, Date) - Constructor for class javax.mail.search.SentDateTerm
-
Constructor.
- Service - Class in javax.mail
-
An abstract messaging service (store or transport).
- Service(Session, URLName) - Constructor for class javax.mail.Service
-
Constructor.
- session - Variable in class javax.mail.Message
-
The session in scope for this message.
- session - Variable in class javax.mail.Service
-
The session context for this service.
- Session - Class in javax.mail
-
A session represents the context of a messaging transaction.
- set - Variable in class javax.mail.search.FlagTerm
-
Indicates whether to test for the presence or absence of the specified flag.
- set(String, String) - Method in class javax.mail.internet.ParameterList
-
Sets the specified parameter.
- set(String, String, String) - Method in class javax.mail.internet.ParameterList
-
Sets the specified parameter.
- setAddress(String) - Method in class javax.mail.internet.InternetAddress
-
Sets the email address.
- setCalendar(Calendar) - Method in class javax.mail.internet.MailDateFormat
-
Don't allow setting the calendar.
- setConnected(boolean) - Method in class javax.mail.Service
-
Sets the connection state of this service.
- setContent(Object, String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part using the specified Java object and MIME type.
- setContent(Object, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this message using the specified Java object and MIME type.
- setContent(Object, String) - Method in interface javax.mail.Part
-
Sets the content of this part using the specified object.
- setContent(Multipart) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part to be the specified multipart.
- setContent(Multipart) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this message to be the specified multipart.
- setContent(Multipart) - Method in interface javax.mail.Part
-
Sets the multipart content of this part.
- setContentID(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-ID header field of this part.
- setContentID(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-ID header field of this message.
- setContentLanguage(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-Language header of this part.
- setContentLanguage(String[]) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-Language header of this message.
- setContentLanguage(String[]) - Method in interface javax.mail.internet.MimePart
-
Sets the Content-Language header of this part.
- setContentMD5(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-MD5 header field of this part.
- setContentMD5(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-MD5 header field of this message.
- setContentMD5(String) - Method in interface javax.mail.internet.MimePart
-
Sets the Content-MD5 header value for this part.
- setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part using the specified data handler.
- setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this part using the specified data handler.
- setDataHandler(DataHandler) - Method in interface javax.mail.Part
-
Sets the content of this part using the specified data handler.
- setDebug(boolean) - Method in class javax.mail.Session
-
Set the debug setting for this Session.
- setDebugOut(PrintStream) - Method in class javax.mail.Session
-
Set the stream to be used for debugging output for this session.
- setDescription(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-Description header field for this part.
- setDescription(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-Description header field for this message.
- setDescription(String) - Method in interface javax.mail.Part
-
Sets the description of this part.
- setDescription(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-Description header field for this part.
- setDescription(String, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-Description header field for this message.
- setDisposition(String) - Method in class javax.mail.internet.ContentDisposition
-
Sets the disposition value.
- setDisposition(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the Content-Disposition header field of this part.
- setDisposition(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Content-Disposition header field of this message.
- setDisposition(String) - Method in interface javax.mail.Part
-
Sets the disposition of this part.
- setExpunged(boolean) - Method in class gnu.mail.providers.maildir.MaildirMessage
-
Allow MaildirFolder access to set the expunged flag after expunge.
- setExpunged(boolean) - Method in class gnu.mail.providers.mbox.MboxMessage
-
Allow MboxFolder access to set the expunged flag after expunge.
- setExpunged(boolean) - Method in class javax.mail.Message
-
Sets the expunged flag for this message.
- setFileName(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the filename associated with this body part.
- setFileName(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the filename associated with this part.
- setFileName(String) - Method in interface javax.mail.Part
-
Sets the filename associated with this part.
- setFlag(Flags.Flag, boolean) - Method in class javax.mail.Message
-
Sets the specified flag on this message to the given value.
- setFlags(int[], Flags, boolean) - Method in class javax.mail.Folder
-
Sets the specified flags on each of the specified messages.
- setFlags(int, int, Flags, boolean) - Method in class javax.mail.Folder
-
Set the specified flags on the given range of messages (inclusive).
- setFlags(Flags, boolean) - Method in class gnu.mail.providers.imap.IMAPMessage
-
Set the specified flags.
- setFlags(Flags, boolean) - Method in class gnu.mail.providers.maildir.MaildirMessage
-
Set the specified flags(reflected in the
info
field). - setFlags(Flags, boolean) - Method in class gnu.mail.providers.mbox.MboxMessage
-
Set the specified flags(reflected in the
Status
header). - setFlags(Flags, boolean) - Method in class gnu.mail.providers.nntp.NNTPMessage
- setFlags(Flags, boolean) - Method in class gnu.mail.providers.pop3.POP3Message
-
Set flags (but only DELETED is supported) add or remove the message from the folder deleted message list.
- setFlags(Flags, boolean) - Method in class javax.mail.internet.MimeMessage
-
Sets the flags for this message.
- setFlags(Flags, boolean) - Method in class javax.mail.Message
-
Sets the specified flags on this message to the given value.
- setFlags(Message[], Flags, boolean) - Method in class javax.mail.Folder
-
Sets the specified flags on each specified message.
- setFrom() - Method in class javax.mail.internet.MimeMessage
-
Sets the RFC 822 From header field using the value of the
InternetAddress.getLocalAddress
method. - setFrom() - Method in class javax.mail.Message
-
Sets the identity of the person sending this message, as obtained from the property "mail.user".
- setFrom(Address) - Method in class javax.mail.internet.MimeMessage
-
Sets the RFC 822 From header field.
- setFrom(Address) - Method in class javax.mail.Message
-
Sets the identity of the person sending this message.
- setHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Sets the specified header.
- setHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the specified header.
- setHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the specified header.
- setHeader(String, String) - Method in interface javax.mail.Part
-
Sets the value for the specified header name.
- setHost(String) - Method in class javax.mail.internet.NewsAddress
-
Sets the hostname of the news server.
- setMessageNumber(int) - Method in class javax.mail.Message
-
Sets the message number for this message.
- setMultipartDataSource(MultipartDataSource) - Method in class javax.mail.Multipart
-
Configures this multipart from the given data source.
- setNewsgroup(String) - Method in class javax.mail.internet.NewsAddress
-
Sets the newsgroup.
- setNextException(Exception) - Method in exception javax.mail.MessagingException
-
Adds an exception to the end of the chain.
- setNumberFormat(NumberFormat) - Method in class javax.mail.internet.MailDateFormat
-
Don't allow setting the NumberFormat.
- setParameter(String, String) - Method in class javax.mail.internet.ContentDisposition
-
Sets the specified parameter.
- setParameter(String, String) - Method in class javax.mail.internet.ContentType
-
Sets the specified parameter.
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentDisposition
-
Sets the parameters.
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentType
-
Sets the parameters.
- setParent(Part) - Method in class javax.mail.Multipart
-
Sets the parent of this multipart.
- setPasswordAuthentication(URLName, PasswordAuthentication) - Method in class javax.mail.Session
-
Save a PasswordAuthentication for this(store or transport) URLName.
- setPersonal(String) - Method in class javax.mail.internet.InternetAddress
-
Sets the personal name.
- setPersonal(String, String) - Method in class javax.mail.internet.InternetAddress
-
Sets the personal name.
- setPreamble(String) - Method in class javax.mail.internet.MimeMultipart
-
Sets the preamble text to be emitted before the first boundary line.
- setPrimaryType(String) - Method in class javax.mail.internet.ContentType
-
Sets the primary type.
- setProtocolForAddress(String, String) - Method in class javax.mail.Session
-
Sets the default transport protocol for the given address type.
- setProvider(Provider) - Method in class javax.mail.Session
-
Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.
- setQuota(String, Quota.Resource[]) - Method in class gnu.mail.providers.imap.IMAPStore
-
Sets the quota resource set for the specified quota root.
- setQuota(Quota) - Method in interface javax.mail.QuotaAwareStore
-
Sets the quotas for the quota root specified in the quota argument.
- setRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Sets the recipient address of the specified type.
- setRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the recipients of the given type.
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Sets the recipients of the given type.
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Sets the recipient addresses of the specified type.
- setReplyTo(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Sets the RFC 822 Reply-To header field.
- setReplyTo(Address[]) - Method in class javax.mail.Message
-
Sets the addresses to which replies should be directed.
- setResourceLimit(String, long) - Method in class javax.mail.Quota
-
Sets a resource limit.
- setRights(Rights) - Method in class gnu.mail.providers.imap.ACL
-
Deprecated.
- setSelected(IMAPFolder) - Method in class gnu.mail.providers.imap.IMAPStore
-
Sets the selected folder.
- setSender(Address) - Method in class javax.mail.internet.MimeMessage
-
Sets the RFC 822 Sender header field.
- setSentDate(Date) - Method in class javax.mail.internet.MimeMessage
-
Sets the RFC 822 Date header field.
- setSentDate(Date) - Method in class javax.mail.Message
-
Sets the date this message was sent.
- setSubject(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Subject header field.
- setSubject(String) - Method in class javax.mail.Message
-
Sets the subject of this message.
- setSubject(String, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the Subject header field.
- setSubscribed(boolean) - Method in class gnu.mail.providers.imap.IMAPFolder
- setSubscribed(boolean) - Method in class gnu.mail.providers.nntp.NNTPFolder
-
Subscribes or unsubscribes to this newsgroup.
- setSubscribed(boolean) - Method in class gnu.mail.providers.nntp.NNTPRootFolder
-
This folder is always "subscribed".
- setSubscribed(boolean) - Method in class javax.mail.Folder
-
Subscribe to or unsubscribe from this folder.
- setSubType(String) - Method in class javax.mail.internet.ContentType
-
Sets the subtype.
- setSubType(String) - Method in class javax.mail.internet.MimeMultipart
-
Sets the subtype.
- setText(String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part using the specified text, and with a MIME type of "text/plain".
- setText(String) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this message using the specified text, and with a MIME type of "text/plain".
- setText(String) - Method in interface javax.mail.internet.MimePart
-
Sets the content of this message using the specified text, and with a MIME type of "text/plain".
- setText(String) - Method in interface javax.mail.Part
-
Sets the textual content of this part, using a MIME type of
text/plain
. - setText(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part using the specified text, and with a MIME type of "text/plain".
- setText(String, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this message using the specified text, and with a MIME type of "text/plain".
- setText(String, String) - Method in interface javax.mail.internet.MimePart
-
Sets the content of this message using the specified text, and with a MIME type of "text/plain".
- setText(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
Sets the content of this part using the specified text, and with a text MIME type of the specified subtype.
- setText(String, String, String) - Method in class javax.mail.internet.MimeMessage
-
Sets the content of this message using the specified text, and with a text MIME type of the specified subtype.
- setText(String, String, String) - Method in interface javax.mail.internet.MimePart
-
Sets the content of this message using the specified text, and with a text MIME type of the specified subtype.
- setURLName(URLName) - Method in class gnu.mail.providers.mbox.MboxStore
-
Sets the correct form of the URLName.
- setURLName(URLName) - Method in class javax.mail.Service
-
Set the URLName representing this service.
- SharedInputStream - Interface in javax.mail.internet
-
An InputStream backed by data that can be shared by multiple readers.
- size - Variable in class gnu.mail.providers.imap.IMAPBodyPart
-
The size of this part's content in bytes.
- size() - Method in class javax.mail.internet.ParameterList
-
Returns the number of parameters in this list.
- SizeTerm - Class in javax.mail.search
-
A comparison of message sizes.
- SizeTerm(int, int) - Constructor for class javax.mail.search.SizeTerm
-
Constructor.
- SMTPTransport - Class in gnu.mail.providers.smtp
-
This transport handles communications with an SMTP server.
- SMTPTransport(Session, URLName) - Constructor for class gnu.mail.providers.smtp.SMTPTransport
-
Creates a new
SMTPTransport
instance. - STATUS - Static variable in class gnu.mail.providers.mbox.MboxMessage
-
Status header key.
- store - Variable in class javax.mail.Folder
-
The parent store.
- Store - Class in javax.mail
-
A message store that can be used to save and retrieve messages.
- Store(Session, URLName) - Constructor for class javax.mail.Store
-
Constructor.
- STORE - Static variable in class javax.mail.Provider.Type
- StoreClosedException - Exception in javax.mail
-
An exception thrown when a method is invoked on a message or folder whose owner store has been closed for some reason.
- StoreClosedException(Store) - Constructor for exception javax.mail.StoreClosedException
- StoreClosedException(Store, String) - Constructor for exception javax.mail.StoreClosedException
- StoreEvent - Class in javax.mail.event
-
A store notification event.
- StoreEvent(Store, int, String) - Constructor for class javax.mail.event.StoreEvent
-
Constructor.
- StoreListener - Interface in javax.mail.event
-
A listener for store notifications.
- StringTerm - Class in javax.mail.search
-
A comparison of string values.
- StringTerm(String) - Constructor for class javax.mail.search.StringTerm
- StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
- SubjectTerm - Class in javax.mail.search
-
A comparison of message subject headers.
- SubjectTerm(String) - Constructor for class javax.mail.search.SubjectTerm
-
Constructor.
- subscribed - Variable in class gnu.mail.providers.imap.IMAPFolder
T
- term - Variable in class javax.mail.search.NotTerm
-
The search term to negate.
- terms - Variable in class javax.mail.search.AndTerm
-
The target terms.
- terms - Variable in class javax.mail.search.OrTerm
-
The target terms.
- TO - Static variable in class javax.mail.Message.RecipientType
-
Primary recipients.
- Token(int, String) - Constructor for class javax.mail.internet.HeaderTokenizer.Token
-
Constructor.
- toString() - Method in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- toString() - Method in class javax.mail.Address
- toString() - Method in class javax.mail.Folder
-
Returns the value of Folder.getFullName(), or, if that is null, returns the default toString().
- toString() - Method in exception javax.mail.internet.AddressException
- toString() - Method in class javax.mail.internet.ContentDisposition
-
Returns an RFC 2045 string representation of this Content-Disposition.
- toString() - Method in class javax.mail.internet.ContentType
-
Returns an RFC 2045 string representation of this Content-Type.
- toString() - Method in class javax.mail.internet.InternetAddress
-
Returns the RFC 822 / RFC 2047 string representation of this address.
- toString() - Method in class javax.mail.internet.NewsAddress
-
Returns an RFC 1036 string representation of this address.
- toString() - Method in class javax.mail.internet.ParameterList
-
Returns the MIME string representation of this parameter list.
- toString() - Method in class javax.mail.Message.RecipientType
- toString() - Method in class javax.mail.Provider
- toString() - Method in class javax.mail.Service
-
Returns
getURLName.toString
if this service has a URLName, otherwise returns the defaulttoString
. - toString() - Method in class javax.mail.URLName
-
Constructs a string representation of this URLName.
- toString(int) - Method in class javax.mail.internet.ParameterList
-
Returns the MIME string representation of this parameter list.
- toString(Address[]) - Static method in class javax.mail.internet.InternetAddress
-
Converts the given array of InternetAddresses into a comma-separated sequence of address strings.
- toString(Address[]) - Static method in class javax.mail.internet.NewsAddress
-
Converts the given array of NewsAddresses into a comma-separated sequence of address strings.
- toString(Address[], int) - Static method in class javax.mail.internet.InternetAddress
-
Converts the given array of InternetAddresses into a comma-separated sequence of address strings.
- toUnicodeString() - Method in class javax.mail.internet.InternetAddress
-
Returns the RFC 822 string representation of this address.
- Transport - Class in javax.mail
-
A message transport mechanism that can be used to deliver messages.
- Transport(Session, URLName) - Constructor for class javax.mail.Transport
-
Constructor.
- TRANSPORT - Static variable in class javax.mail.Provider.Type
- TransportAdapter - Class in javax.mail.event
-
An adapter for transport events.
- TransportAdapter() - Constructor for class javax.mail.event.TransportAdapter
- TransportEvent - Class in javax.mail.event
-
A transport event.
- TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class javax.mail.event.TransportEvent
-
Constructor.
- TransportListener - Interface in javax.mail.event
-
A listener for transport events.
- type - Variable in class gnu.mail.providers.imap.IMAPFolder
-
The type of this folder (HOLDS_MESSAGES or HOLDS_FOLDERS).
- type - Variable in class javax.mail.event.ConnectionEvent
-
The event type.
- type - Variable in class javax.mail.event.FolderEvent
-
The event type.
- type - Variable in class javax.mail.event.MessageChangedEvent
-
The event type.
- type - Variable in class javax.mail.event.MessageCountEvent
-
The event type.
- type - Variable in class javax.mail.event.StoreEvent
-
The event type.
- type - Variable in class javax.mail.event.TransportEvent
-
The event type.
- type - Variable in class javax.mail.Message.RecipientType
-
The type of recipient.
- type - Variable in class javax.mail.search.RecipientTerm
-
The recipient type.
U
- uid - Variable in class gnu.mail.providers.imap.IMAPMessage
-
The UID associated with this message.
- UID - Static variable in class javax.mail.UIDFolder.FetchProfileItem
-
Indicates the the UIDs of the messages should be prefetched.
- UIDFolder - Interface in javax.mail
-
A folder that supports permanent references to messages in the form of a long integer (i.e.
- UIDFolder.FetchProfileItem - Class in javax.mail
-
A fetch profile item for fetching UIDs.
- uidValidity - Variable in class gnu.mail.providers.imap.IMAPFolder
- unfold(String) - Static method in class javax.mail.internet.MimeUtility
-
Unfolds a folded header.
- updateHeaders() - Method in class gnu.mail.providers.mbox.MboxMessage
-
Updates the status header from the current flags.
- updateHeaders() - Method in class javax.mail.internet.MimeBodyPart
-
Updates the headers of this part, based on the content.
- updateHeaders() - Method in class javax.mail.internet.MimeMessage
-
Updates the headers of this part, based on the content.
- updateHeaders() - Method in class javax.mail.internet.MimeMultipart
-
Updates the headers of this part to be consistent with its content.
- updateMessageId() - Method in class javax.mail.internet.MimeMessage
-
Updates the Message-ID header.
- url - Variable in class javax.mail.Service
-
The URLName of this service.
- URLName - Class in javax.mail
-
The name of a URL.
- URLName(String) - Constructor for class javax.mail.URLName
-
Construct a URLName from the string.
- URLName(String, String, int, String, String, String) - Constructor for class javax.mail.URLName
-
Creates a URLName object from the specified protocol, host, port number, file, username, and password.
- URLName(URL) - Constructor for class javax.mail.URLName
-
Construct a URLName from a java.net.URL object.
- usage - Variable in class javax.mail.Quota.Resource
-
The current resource usage.
- USER - Static variable in class javax.mail.Flags.Flag
-
Special flag that indicates whether this folder supports user defined flags.
V
- validate() - Method in class javax.mail.internet.InternetAddress
-
Validate this address according to the syntax rules of RFC 822.
- validSent - Variable in class javax.mail.event.TransportEvent
- validSent - Variable in exception javax.mail.SendFailedException
- validUnsent - Variable in class javax.mail.event.TransportEvent
- validUnsent - Variable in exception javax.mail.SendFailedException
W
- WRITE - Static variable in class gnu.mail.providers.imap.Rights.Right
-
Deprecated.
- writeTo(OutputStream) - Method in class gnu.mail.providers.imap.IMAPMessage
- writeTo(OutputStream) - Method in class gnu.mail.providers.pop3.POP3Message
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeBodyPart
-
Writes this body part to the specified stream in RFC 822 format.
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeMessage
-
Writes this message to the specified stream in RFC 822 format.
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeMultipart
-
Writes this multipart to the specified output stream.
- writeTo(OutputStream) - Method in class javax.mail.Multipart
-
Writes this multipart to the specified byte stream.
- writeTo(OutputStream) - Method in interface javax.mail.Part
-
Writes this part to the specified byte stream.
- writeTo(OutputStream, String[]) - Method in class gnu.mail.providers.imap.IMAPMessage
- writeTo(OutputStream, String[]) - Method in class gnu.mail.providers.pop3.POP3Message
- writeTo(OutputStream, String[]) - Method in class javax.mail.internet.MimeMessage
-
Writes this message to the specified stream in RFC 822 format, without the specified headers.
All Classes All Packages