Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACL - Class in org.eclipse.angus.mail.imap
-
An access control list entry for a particular authentication identifier (user or group).
- ACL(String) - Constructor for class org.eclipse.angus.mail.imap.ACL
-
Construct an ACL entry for the given identifier and with no rights.
- ACL(String, Rights) - Constructor for class org.eclipse.angus.mail.imap.ACL
-
Construct an ACL entry for the given identifier with the given rights.
- add(FetchProfile.Item) - Method in class jakarta.mail.FetchProfile
-
Add the given special item as one of the attributes to be prefetched.
- add(Flags) - Method in class jakarta.mail.Flags
-
Add all the flags in the given Flags object to this Flags object.
- add(Flags.Flag) - Method in class jakarta.mail.Flags
-
Add the specified system flag to this Flags object.
- add(String) - Method in class jakarta.mail.FetchProfile
-
Add the specified header-field to the list of attributes to be prefetched.
- add(String) - Method in class jakarta.mail.Flags
-
Add the specified user flag to this Flags object.
- add(Rights) - Method in class org.eclipse.angus.mail.imap.Rights
-
Add all the rights in the given Rights object to this Rights object.
- add(Rights.Right) - Method in class org.eclipse.angus.mail.imap.Rights
-
Add the specified right to this Rights object.
- addACL(ACL) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Add an access control list entry to the access control list for this folder.
- addBodyPart(BodyPart) - Method in class jakarta.mail.internet.MimeMultipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart) - Method in class jakarta.mail.Multipart
-
Adds a Part to the multipart.
- addBodyPart(BodyPart) - Method in class org.eclipse.angus.mail.dsn.MultipartReport
-
Adds a Part to the multipart.
- addBodyPart(BodyPart, int) - Method in class jakarta.mail.internet.MimeMultipart
-
Adds a BodyPart at position
index
. - addBodyPart(BodyPart, int) - Method in class jakarta.mail.Multipart
-
Adds a BodyPart at position
index
. - addBodyPart(BodyPart, int) - Method in class org.eclipse.angus.mail.dsn.MultipartReport
-
Adds a BodyPart at position
index
. - addConnectionListener(ConnectionListener) - Method in class jakarta.mail.Folder
-
Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) - Method in class jakarta.mail.Service
-
Add a listener for Connection events on this service.
- ADDED - Static variable in class jakarta.mail.event.MessageCountEvent
-
The messages were added to their folder
- addFolderListener(FolderListener) - Method in class jakarta.mail.Folder
-
Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) - Method in class jakarta.mail.Store
-
Add a listener for Folder events on any Folder object obtained from this Store.
- addFrom(Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Add the specified addresses to the existing "From" field.
- addFrom(Address[]) - Method in class jakarta.mail.Message
-
Add these addresses to the existing "From" attribute
- addFrom(Address[]) - Method in class org.eclipse.angus.mail.imap.IMAPMessage
- addHeader(String, String) - Method in class jakarta.mail.internet.InternetHeaders
-
Add a header with the specified name and value to the header list.
- addHeader(String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class jakarta.mail.internet.MimeMessage
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in interface jakarta.mail.Part
-
Add this value to the existing values for this header_name.
- addHeader(String, String) - Method in class org.eclipse.angus.mail.imap.IMAPMessage
- addHeader(String, String) - Method in class org.eclipse.angus.mail.pop3.POP3Message
-
Add this value to the existing values for this header_name.
- addHeaderLine(String) - Method in class jakarta.mail.internet.InternetHeaders
-
Add an RFC822 header line to the header store.
- addHeaderLine(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Add a header line to this body part
- addHeaderLine(String) - Method in class jakarta.mail.internet.MimeMessage
-
Add a raw RFC 822 header-line.
- addHeaderLine(String) - Method in interface jakarta.mail.internet.MimePart
-
Add a raw RFC822 header-line.
- addHeaderLine(String) - Method in class org.eclipse.angus.mail.imap.IMAPMessage
- addHeaderLine(String) - Method in class org.eclipse.angus.mail.pop3.POP3Message
-
Add a raw RFC822 header-line.
- addMessageChangedListener(MessageChangedListener) - Method in class jakarta.mail.Folder
-
Add a listener for MessageChanged events on this Folder.
- addMessageCountListener(MessageCountListener) - Method in class jakarta.mail.Folder
-
Add a listener for MessageCount events on this Folder.
- addMessageCountListener(MessageCountListener) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
- addMessages(Message[]) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Append the given messages into this folder.
- addProvider(Provider) - Method in class jakarta.mail.Session
-
Add a provider to the session.
- addr - Variable in exception org.eclipse.angus.mail.smtp.SMTPAddressFailedException
- addr - Variable in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
- addr - Variable in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
- addr - Variable in exception org.eclipse.angus.mail.smtp.SMTPSendFailedException
- addRecipient(Message.RecipientType, Address) - Method in class jakarta.mail.Message
-
Add this recipient address to the existing ones of the given type.
- addRecipientDSN(InternetHeaders) - Method in class org.eclipse.angus.mail.dsn.DeliveryStatus
-
Add deliver status notification information for another recipient.
- addRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, Address[]) - Method in class jakarta.mail.Message
-
Add these recipient addresses to the existing ones of the given type.
- addRecipients(Message.RecipientType, Address[]) - Method in class org.eclipse.angus.mail.imap.IMAPMessage
- addRecipients(Message.RecipientType, String) - Method in class jakarta.mail.internet.MimeMessage
-
Add the given addresses to the specified recipient type.
- address - Variable in class jakarta.mail.internet.InternetAddress
-
The email address.
- address - Variable in class jakarta.mail.search.AddressTerm
-
The address.
- Address - Class in jakarta.mail
-
This abstract class models the addresses in a message.
- Address() - Constructor for class jakarta.mail.Address
-
Creates a default
Address
. - AddressException - Exception in jakarta.mail.internet
-
The exception thrown when a wrongly formatted address is encountered.
- AddressException() - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with no detail message.
- AddressException(String) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message.
- AddressException(String, String) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressException(String, String, int) - Constructor for exception jakarta.mail.internet.AddressException
-
Constructs an AddressException with the specified detail message and reference info.
- AddressStringTerm - Class in jakarta.mail.search
-
This abstract class implements string comparisons for Message addresses.
- AddressStringTerm(String) - Constructor for class jakarta.mail.search.AddressStringTerm
-
Constructor.
- AddressTerm - Class in jakarta.mail.search
-
This class implements Message Address comparisons.
- AddressTerm(Address) - Constructor for class jakarta.mail.search.AddressTerm
-
Constructor.
- addRights(ACL) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Add the rights specified in the ACL to the entry for the identifier specified in the ACL.
- addStoreListener(StoreListener) - Method in class jakarta.mail.Store
-
Add a listener for StoreEvents on this Store.
- addTransportListener(TransportListener) - Method in class jakarta.mail.Transport
-
Add a listener for Transport events.
- ADMINISTER - Static variable in class org.eclipse.angus.mail.imap.Rights.Right
-
Administer - perform SETACL.
- ALERT - Static variable in class jakarta.mail.event.StoreEvent
-
Indicates that this message is an ALERT.
- ALL - Static variable in class jakarta.mail.internet.MimeUtility
- allowEmpty - Variable in class jakarta.mail.internet.MimeMultipart
-
Flag corresponding to the "mail.mime.multipart.allowempty" property, set in the
MimeMultipart.initializeProperties()
method called from constructors and the parse method. - AndTerm - Class in jakarta.mail.search
-
This class implements the logical AND operator on individual SearchTerms.
- AndTerm(SearchTerm[]) - Constructor for class jakarta.mail.search.AndTerm
-
Constructor that takes an array of SearchTerms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class jakarta.mail.search.AndTerm
-
Constructor that takes two terms.
- ANSWERED - Static variable in class jakarta.mail.Flags.Flag
-
This message has been answered.
- appendMessages(Message[]) - Method in class jakarta.mail.Folder
-
Append given Messages to this folder.
- appendMessages(Message[]) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Append the given messages into this folder.
- appendMessages(Message[]) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
-
Always throws
MethodNotSupportedException
because the POP3 protocol doesn't support appending messages. - appendUIDMessages(Message[]) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Append the given messages into this folder.
- apply(Throwable) - Method in class org.eclipse.angus.mail.util.logging.CompactFormatter
-
Chooses a single throwable from the cause chain that will be formatted.
- apply(Throwable) - Method in class org.eclipse.angus.mail.util.logging.SeverityComparator
-
Identifies a single throwable that best describes the given throwable and the entire cause chain.
- apply(LogRecord, LogRecord) - Method in class org.eclipse.angus.mail.util.logging.CollectorFormatter
-
Used to choose the collected LogRecord.
- applyLocalizedPattern(String) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- applyPattern(String) - Method in class jakarta.mail.internet.MailDateFormat
-
This method always throws an UnsupportedOperationException and should not be used because RFC 2822 mandates a specific pattern.
- applyThenCompare(Throwable, Throwable) - Method in class org.eclipse.angus.mail.util.logging.SeverityComparator
-
Reduces
each throwable chain argument then compare each throwable result. - ARRIVAL - Static variable in class org.eclipse.angus.mail.imap.SortTerm
-
Sort by message arrival date and time.
- ATOM - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating an ATOM.
- attachFile(File) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(File, String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- attachFile(String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file to provide the data for this part.
- attachFile(String, String, String) - Method in class jakarta.mail.internet.MimeBodyPart
-
Use the specified file with the specified Content-Type and Content-Transfer-Encoding to provide the data for this part.
- ATTACHMENT - Static variable in interface jakarta.mail.Part
-
This part should be presented as an attachment.
- attributes - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
- AuthenticationFailedException - Exception in jakarta.mail
-
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
- AuthenticationFailedException() - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException.
- AuthenticationFailedException(String) - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message.
- AuthenticationFailedException(String, Exception) - Constructor for exception jakarta.mail.AuthenticationFailedException
-
Constructs an AuthenticationFailedException with the specified detail message and embedded exception.
- Authenticator - Class in jakarta.mail
-
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
- Authenticator() - Constructor for class jakarta.mail.Authenticator
-
Creates a default
Authenticator
. - authorizationID - Variable in class org.eclipse.angus.mail.imap.IMAPStore
- available() - Method in class jakarta.mail.util.SharedFileInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
- availableFlags - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form