A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- MailboxInfo - Class in org.eclipse.angus.mail.imap.protocol
-
Information collected when opening a mailbox.
- MailboxInfo(Response[]) - Constructor for class org.eclipse.angus.mail.imap.protocol.MailboxInfo
-
Collect the information about this mailbox from the responses to a SELECT or EXAMINE.
- 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
-
Handlerthat formats log records as an email message. - MailHandler() - Constructor for class org.eclipse.angus.mail.util.logging.MailHandler
-
Creates a
MailHandlerthat is configured by theLogManagerconfiguration properties. - MailHandler(int) - Constructor for class org.eclipse.angus.mail.util.logging.MailHandler
-
Creates a
MailHandlerthat is configured by theLogManagerconfiguration properties but overrides theLogManagercapacity 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.
- MailLogger - Class in org.eclipse.angus.mail.util
-
A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger.
- MailLogger(Class<?>, String, boolean, PrintStream) - Constructor for class org.eclipse.angus.mail.util.MailLogger
-
Construct a new MailLogger using the specified class' package name as the Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
- MailLogger(Class<?>, String, Session) - Constructor for class org.eclipse.angus.mail.util.MailLogger
-
Deprecated.
- MailLogger(Class<?>, String, String, boolean, PrintStream) - Constructor for class org.eclipse.angus.mail.util.MailLogger
-
Construct a new MailLogger using the specified class' package name combined with the specified subname as the Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
- MailLogger(String, String, boolean, PrintStream) - Constructor for class org.eclipse.angus.mail.util.MailLogger
-
Construct a new MailLogger using the specified Logger name, debug prefix (e.g., "DEBUG"), debug flag, and PrintStream.
- MailLogger(String, String, Session) - Constructor for class org.eclipse.angus.mail.util.MailLogger
-
Deprecated.
- MailSessionDefinition - Annotation Type in jakarta.mail
-
Annotation used by Jakarta EE applications to define a
MailSessionto be registered with JNDI. - MailSessionDefinitions - Annotation Type in jakarta.mail
-
Declares one or more
MailSessionDefinitionannotations. - 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.
- MailStreamProvider - Class in org.eclipse.angus.mail.util
-
Contains the required encoders/decoders and streams required by the API.
- MailStreamProvider() - Constructor for class org.eclipse.angus.mail.util.MailStreamProvider
-
Public constructor.
- mark(int) - Method in class jakarta.mail.util.SharedFileInputStream
-
See the general contract of the
markmethod ofInputStream. - markSupported() - Method in class jakarta.mail.util.SharedFileInputStream
-
Tests if this input stream supports the
markandresetmethods. - markSupported() - Method in class org.eclipse.angus.mail.util.BASE64DecoderStream
-
Tests if this input stream supports marks.
- markSupported() - Method in class org.eclipse.angus.mail.util.QPDecoderStream
-
Tests if this input stream supports marks.
- markSupported() - Method in class org.eclipse.angus.mail.util.UUDecoderStream
- match(int) - Method in class jakarta.mail.search.IntegerComparisonTerm
-
Match against the argument
i. - 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.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.
- mbox - Variable in class org.eclipse.angus.mail.imap.protocol.Status
- MD4 - Class in org.eclipse.angus.mail.auth
-
The MD4 class is used to compute an MD4 message digest over a given buffer of bytes.
- MD4() - Constructor for class org.eclipse.angus.mail.auth.MD4
-
Standard constructor, creates a new MD4 instance.
- md5 - Variable in class org.eclipse.angus.mail.imap.protocol.BODYSTRUCTURE
- 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
FetchProfileduring 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_rfc822 - Class in org.eclipse.angus.mail.handlers
- message_rfc822() - Constructor for class org.eclipse.angus.mail.handlers.message_rfc822
-
Creates a default
message_rfc822. - 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
DataSourcesto supply information to aDataContentHandlerabout the message context in which the data content object is operating. - messageCache - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
- MessageCache - Class in org.eclipse.angus.mail.imap
-
A cache of IMAPMessage objects along with the mapping from message number to IMAP sequence number.
- 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.
- messageid(MessageIDTerm, String) - Method in class org.eclipse.angus.mail.imap.protocol.SearchSequence
- messageId - Variable in class org.eclipse.angus.mail.imap.protocol.ENVELOPE
- 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.
- MessageSet - Class in org.eclipse.angus.mail.imap.protocol
-
This class holds the 'start' and 'end' for a range of messages.
- MessageSet() - Constructor for class org.eclipse.angus.mail.imap.protocol.MessageSet
- MessageSet(int, int) - Constructor for class org.eclipse.angus.mail.imap.protocol.MessageSet
- 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
sourceMimeMessage. - 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.
- mode - Variable in class org.eclipse.angus.mail.imap.protocol.MailboxInfo
-
Folder.READ_WRITE or Folder.READ_ONLY, set by IMAPProtocol.
- modified - Variable in class jakarta.mail.internet.MimeMessage
-
A flag indicating whether the message has been modified.
- modifiedSince(ModifiedSinceTerm) - Method in class org.eclipse.angus.mail.imap.protocol.SearchSequence
-
Generate argument for ModifiedSinceTerm.
- 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.
- modseq - Variable in class org.eclipse.angus.mail.imap.protocol.MODSEQ
- MODSEQ - Class in org.eclipse.angus.mail.imap.protocol
-
This class represents the MODSEQ data item.
- MODSEQ(FetchResponse) - Constructor for class org.eclipse.angus.mail.imap.protocol.MODSEQ
-
Constructor.
- move(int, int, String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
MOVE command.
- move(MessageSet[], String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
MOVE command.
- moveMessages(Message[], Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Move the specified messages from this folder, to the specified destination.
- moveuid(int, int, String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
MOVE Command, return uid from COPYUID response code.
- moveuid(MessageSet[], String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
MOVE Command, return uid from COPYUID response code.
- 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.
- msgno - Variable in class org.eclipse.angus.mail.imap.protocol.BODYSTRUCTURE
- msgno - Variable in class org.eclipse.angus.mail.imap.protocol.ENVELOPE
- msgno - Variable in class org.eclipse.angus.mail.imap.protocol.FLAGS
- msgno - Variable in class org.eclipse.angus.mail.imap.protocol.INTERNALDATE
- msgno - Variable in class org.eclipse.angus.mail.imap.protocol.RFC822SIZE
- 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.
- multipart_mixed - Class in org.eclipse.angus.mail.handlers
- multipart_mixed() - Constructor for class org.eclipse.angus.mail.handlers.multipart_mixed
-
Creates a default
multipart_mixed. - MultipartDataSource - Interface in jakarta.mail
-
MultipartDataSource is a
DataSourcethat contains body parts. - myRights() - Method in class org.eclipse.angus.mail.imap.IMAPFolder
-
Get the rights allowed to the currently authenticated user.
- myRights(String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
MYRIGHTS Command.
All Classes All Packages