Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MailConnectException - Exception in org.eclipse.angus.mail.util
-
A MessagingException that indicates a socket connection attempt failed.
- MailConnectException(SocketConnectException) - Constructor for exception org.eclipse.angus.mail.util.MailConnectException
-
Constructs a MailConnectException.
- MailDateFormat - Class in jakarta.mail.internet
-
Formats and parses date specification based on RFC 2822.
- MailDateFormat() - Constructor for class jakarta.mail.internet.MailDateFormat
-
Create a new date format for the RFC2822 specification with lenient parsing.
- MailEvent - Class in jakarta.mail.event
-
Common base class for mail events, defining the dispatch method.
- MailEvent(Object) - Constructor for class jakarta.mail.event.MailEvent
-
Construct a MailEvent referring to the given source.
- mailFrom() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Issue the
MAIL FROM:
command to start sending a message. - MailHandler - Class in org.eclipse.angus.mail.util.logging
-
Handler
that formats log records as an email message. - MailHandler() - Constructor for class org.eclipse.angus.mail.util.logging.MailHandler
-
Creates a
MailHandler
that is configured by theLogManager
configuration properties. - MailHandler(int) - Constructor for class org.eclipse.angus.mail.util.logging.MailHandler
-
Creates a
MailHandler
that is configured by theLogManager
configuration properties but overrides theLogManager
capacity with the given capacity. - MailHandler(Properties) - Constructor for class org.eclipse.angus.mail.util.logging.MailHandler
-
Creates a mail handler with the given mail properties.
- MailSessionDefinition - Annotation Type in jakarta.mail
-
Annotation used by Jakarta EE applications to define a
MailSession
to be registered with JNDI. - MailSessionDefinitions - Annotation Type in jakarta.mail
-
Declares one or more
MailSessionDefinition
annotations. - MailSSLSocketFactory - Class in org.eclipse.angus.mail.util
-
An SSL socket factory that makes it easier to specify trust.
- MailSSLSocketFactory() - Constructor for class org.eclipse.angus.mail.util.MailSSLSocketFactory
-
Initializes a new MailSSLSocketFactory.
- MailSSLSocketFactory(String) - Constructor for class org.eclipse.angus.mail.util.MailSSLSocketFactory
-
Initializes a new MailSSLSocketFactory with a given protocol.
- mark(int) - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
mark
method ofInputStream
. - markSupported() - Method in class jakarta.mail.util.SharedFileInputStream
-
Tests if this input stream supports the
mark
andreset
methods. - match(int) - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Match against the argument
i
. - match(long) - Method in class org.eclipse.angus.mail.gimap.GmailMsgIdTerm
- match(Address) - Method in class jakarta.mail.search.AddressStringTerm
-
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
- match(Address) - Method in class jakarta.mail.search.AddressTerm
-
Match against the argument Address.
- match(ContentType) - Method in class jakarta.mail.internet.ContentType
-
Match with the specified ContentType object.
- match(Message) - Method in class jakarta.mail.search.AndTerm
-
The AND operation.
- match(Message) - Method in class jakarta.mail.search.BodyTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.FlagTerm
-
The comparison method.
- match(Message) - Method in class jakarta.mail.search.FromStringTerm
-
Check whether the address string specified in the constructor is a substring of the From address of this Message.
- match(Message) - Method in class jakarta.mail.search.FromTerm
-
The address comparator.
- match(Message) - Method in class jakarta.mail.search.HeaderTerm
-
The header match method.
- match(Message) - Method in class jakarta.mail.search.MessageIDTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.MessageNumberTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.NotTerm
- match(Message) - Method in class jakarta.mail.search.OrTerm
-
The OR operation.
- match(Message) - Method in class jakarta.mail.search.ReceivedDateTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.RecipientStringTerm
-
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
- match(Message) - Method in class jakarta.mail.search.RecipientTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SearchTerm
-
This method applies a specific match criterion to the given message and returns the result.
- match(Message) - Method in class jakarta.mail.search.SentDateTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SizeTerm
-
The match method.
- match(Message) - Method in class jakarta.mail.search.SubjectTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.gimap.GmailMsgIdTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.gimap.GmailRawSearchTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.gimap.GmailThrIdTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.imap.ModifiedSinceTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.imap.OlderTerm
-
The match method.
- match(Message) - Method in class org.eclipse.angus.mail.imap.YoungerTerm
-
The match method.
- match(SearchTerm) - Method in class jakarta.mail.Message
-
Apply the specified Search criterion to this message.
- match(String) - Method in class jakarta.mail.internet.ContentType
-
Match with the specified content-type string.
- match(String) - Method in class jakarta.mail.search.StringTerm
-
The match method.
- match(Date) - Method in class jakarta.mail.search.DateTerm
-
The date comparison method.
- MAXUID - Static variable in interface jakarta.mail.UIDFolder
-
The largest value possible for a UID, a 32-bit unsigned integer.
- message - Variable in class jakarta.mail.event.StoreEvent
-
The message text to be presented to the user.
- Message - Class in jakarta.mail
-
This class models an email message.
- Message() - Constructor for class jakarta.mail.Message
-
No-arg version of the constructor.
- Message(Folder, int) - Constructor for class jakarta.mail.Message
-
Constructor that takes a Folder and a message number.
- Message(Session) - Constructor for class jakarta.mail.Message
-
Constructor that takes a Session.
- MESSAGE - Static variable in class org.eclipse.angus.mail.imap.IMAPFolder.FetchProfileItem
-
MESSAGE is a fetch profile item that can be included in a
FetchProfile
during a fetch request to a Folder. - MESSAGE_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message has been successfully delivered to all recipients by the transport firing this event.
- MESSAGE_NOT_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message was not sent for some reason.
- MESSAGE_PARTIALLY_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
-
Message was successfully sent to some recipients but not to all.
- Message.RecipientType - Class in jakarta.mail
-
This inner class defines the types of recipients allowed by the Message class.
- MessageAware - Interface in jakarta.mail
-
An interface optionally implemented by
DataSources
to supply information to aDataContentHandler
about the message context in which the data content object is operating. - messageCache - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
- messageCacheLock - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
- messageChanged(MessageChangedEvent) - Method in interface jakarta.mail.event.MessageChangedListener
-
Invoked when a message is changed.
- MessageChangedEvent - Class in jakarta.mail.event
-
This class models Message change events.
- MessageChangedEvent(Object, int, Message) - Constructor for class jakarta.mail.event.MessageChangedEvent
-
Constructor.
- MessageChangedListener - Interface in jakarta.mail.event
-
This is the Listener interface for MessageChanged events
- MessageContext - Class in jakarta.mail
-
The context in which a piece of Message content is contained.
- MessageContext(Part) - Constructor for class jakarta.mail.MessageContext
-
Create a MessageContext object describing the context of the given Part.
- MessageCountAdapter - Class in jakarta.mail.event
-
The adapter which receives MessageCount events.
- MessageCountAdapter() - Constructor for class jakarta.mail.event.MessageCountAdapter
-
Creates a default
MessageCountAdapter
. - MessageCountEvent - Class in jakarta.mail.event
-
This class notifies changes in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class jakarta.mail.event.MessageCountEvent
-
Constructor.
- MessageCountListener - Interface in jakarta.mail.event
-
This is the Listener interface for MessageCount events.
- messageDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messageDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is succesfully delivered.
- messageDSN - Variable in class org.eclipse.angus.mail.dsn.DeliveryStatus
-
The DSN fields for the message.
- MessageHeaders - Class in org.eclipse.angus.mail.dsn
-
A special MimeMessage object that contains only message headers, no content.
- MessageHeaders() - Constructor for class org.eclipse.angus.mail.dsn.MessageHeaders
-
Construct a MessageHeaders object.
- MessageHeaders(InternetHeaders) - Constructor for class org.eclipse.angus.mail.dsn.MessageHeaders
-
Constructs a MessageHeaders object using the given InternetHeaders.
- MessageHeaders(InputStream) - Constructor for class org.eclipse.angus.mail.dsn.MessageHeaders
-
Constructs a MessageHeaders object from the given InputStream.
- MessageIDTerm - Class in jakarta.mail.search
-
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message.
- MessageIDTerm(String) - Constructor for class jakarta.mail.search.MessageIDTerm
-
Constructor.
- messageNotDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messageNotDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is not delivered.
- MessageNumberTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message numbers.
- MessageNumberTerm(int) - Constructor for class jakarta.mail.search.MessageNumberTerm
-
Constructor.
- messagePartiallyDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
- messagePartiallyDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
-
Invoked when a Message is partially delivered.
- MessageRemovedException - Exception in jakarta.mail
-
The exception thrown when an invalid method is invoked on an expunged Message.
- MessageRemovedException() - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with no detail message.
- MessageRemovedException(String) - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with the specified detail message.
- MessageRemovedException(String, Exception) - Constructor for exception jakarta.mail.MessageRemovedException
-
Constructs a MessageRemovedException with the specified detail message and embedded exception.
- messagesAdded(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
- messagesAdded(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
-
Invoked when messages are added into a folder.
- messagesRemoved(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
- messagesRemoved(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
-
Invoked when messages are removed (expunged) from a folder.
- MessageVanishedEvent - Class in org.eclipse.angus.mail.imap
-
This class provides notification of messages that have been removed since the folder was last synchronized.
- MessageVanishedEvent(Folder, long[]) - Constructor for class org.eclipse.angus.mail.imap.MessageVanishedEvent
-
Constructor.
- MessagingException - Exception in jakarta.mail
-
The base class for all exceptions thrown by the Messaging classes
- MessagingException() - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with no detail message.
- MessagingException(String) - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with the specified detail message.
- MessagingException(String, Exception) - Constructor for exception jakarta.mail.MessagingException
-
Constructs a MessagingException with the specified Exception and detail message.
- MethodNotSupportedException - Exception in jakarta.mail
-
The exception thrown when a method is not supported by the implementation
- MethodNotSupportedException() - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with no detail message.
- MethodNotSupportedException(String) - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with the specified detail message.
- MethodNotSupportedException(String, Exception) - Constructor for exception jakarta.mail.MethodNotSupportedException
-
Constructs a MethodNotSupportedException with the specified detail message and embedded exception.
- MIME - Static variable in class jakarta.mail.internet.HeaderTokenizer
-
MIME specials
- MimeBodyPart - Class in jakarta.mail.internet
-
This class represents a MIME body part.
- MimeBodyPart() - Constructor for class jakarta.mail.internet.MimeBodyPart
-
An empty MimeBodyPart object is created.
- MimeBodyPart(InternetHeaders, byte[]) - Constructor for class jakarta.mail.internet.MimeBodyPart
-
Constructs a MimeBodyPart using the given header and content bytes.
- MimeBodyPart(InputStream) - Constructor for class jakarta.mail.internet.MimeBodyPart
-
Constructs a MimeBodyPart by reading and parsing the data from the specified input stream.
- mimeCharset(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Convert a java charset into its MIME charset name.
- MimeMessage - Class in jakarta.mail.internet
-
This class represents a MIME style email message.
- MimeMessage(Folder, int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs an empty MimeMessage object with the given Folder and message number.
- MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage from the given InternetHeaders object and content.
- MimeMessage(Folder, InputStream, int) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
- MimeMessage(MimeMessage) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a new MimeMessage with content initialized from the
source
MimeMessage. - MimeMessage(Session) - Constructor for class jakarta.mail.internet.MimeMessage
-
Default constructor.
- MimeMessage(Session, InputStream) - Constructor for class jakarta.mail.internet.MimeMessage
-
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
- MimeMessage.RecipientType - Class in jakarta.mail.internet
-
This inner class extends the jakarta.mail.Message.RecipientType class to add additional RecipientTypes.
- MimeMultipart - Class in jakarta.mail.internet
-
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.
- MimeMultipart() - Constructor for class jakarta.mail.internet.MimeMultipart
-
Default constructor.
- MimeMultipart(DataSource) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Constructs a MimeMultipart object and its bodyparts from the given DataSource.
- MimeMultipart(BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
- MimeMultipart(String) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the given subtype.
- MimeMultipart(String, BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
-
Construct a MimeMultipart object of the given subtype and with the given body parts.
- MimePart - Interface in jakarta.mail.internet
-
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
- MimePartDataSource - Class in jakarta.mail.internet
-
A utility class that implements a DataSource out of a MimePart.
- MimePartDataSource(MimePart) - Constructor for class jakarta.mail.internet.MimePartDataSource
-
Constructor, that constructs a DataSource from a MimePart.
- MimeUtility - Class in jakarta.mail.internet
-
This is a utility class that provides various MIME related functionality.
- mode - Variable in class jakarta.mail.Folder
-
The open mode of this folder.
- modified - Variable in class jakarta.mail.internet.MimeMessage
-
A flag indicating whether the message has been modified.
- ModifiedSinceTerm - Class in org.eclipse.angus.mail.imap
-
Find messages that have been modified since a given MODSEQ value.
- ModifiedSinceTerm(long) - Constructor for class org.eclipse.angus.mail.imap.ModifiedSinceTerm
-
Constructor.
- moveMessages(Message[], Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Move the specified messages from this folder, to the specified destination.
- moveUIDMessages(Message[], Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Move the specified messages from this folder, to the specified destination.
- msg - Variable in class jakarta.mail.event.MessageChangedEvent
-
The message that changed.
- msg - Variable in class jakarta.mail.event.TransportEvent
-
The Message to which this event applies.
- MSGID - Static variable in class org.eclipse.angus.mail.gimap.GmailFolder.FetchProfileItem
-
MSGID is a fetch profile item that can be included in a
FetchProfile
during a fetch request to a Folder. - msgnum - Variable in class jakarta.mail.Message
-
The number of this message within its folder, or zero if the message was not retrieved from a folder.
- msgs - Variable in class jakarta.mail.event.MessageCountEvent
-
The messages.
- Multipart - Class in jakarta.mail
-
Multipart is a container that holds multiple body parts.
- Multipart() - Constructor for class jakarta.mail.Multipart
-
Default constructor.
- MultipartDataSource - Interface in jakarta.mail
-
MultipartDataSource is a
DataSource
that contains body parts. - MultipartReport - Class in org.eclipse.angus.mail.dsn
-
A multipart/report message content, as defined in RFC 3462.
- MultipartReport() - Constructor for class org.eclipse.angus.mail.dsn.MultipartReport
-
Construct a multipart/report object with no content.
- MultipartReport(DataSource) - Constructor for class org.eclipse.angus.mail.dsn.MultipartReport
-
Constructs a MultipartReport object and its bodyparts from the given DataSource.
- MultipartReport(String, Report) - Constructor for class org.eclipse.angus.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain text and report type (DeliveryStatus or DispositionNotification) to be returned to the user.
- MultipartReport(String, Report, InternetHeaders) - Constructor for class org.eclipse.angus.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain text, report, and headers from the original message to be returned to the user.
- MultipartReport(String, Report, MimeMessage) - Constructor for class org.eclipse.angus.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain text, report, and original message to be returned to the user.
- myRights() - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Get the rights allowed to the currently authenticated user.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form