- datalen - Variable in class javax.mail.util.SharedFileInputStream
-
The size of the file subset represented by this stream instance.
- date - Variable in class javax.mail.search.DateTerm
-
- DateTerm - Class in javax.mail.search
-
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
-
- debug - Variable in class javax.mail.Service
-
Debug flag for this service, set from the Session's debug flag.
- decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
- decode(byte[]) - Static method in class org.apache.geronimo.mail.util.Base64
-
decode the base 64 encoded input data.
- decode(String) - Static method in class org.apache.geronimo.mail.util.Base64
-
decode the base 64 encoded String data - whitespace will be ignored.
- decode(String, OutputStream) - Static method in class org.apache.geronimo.mail.util.Base64
-
decode the base 64 encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.Base64
-
decode the base 64 encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
decode the base 64 encoded byte data writing it to the given output stream,
whitespace characters will be ignored.
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
decode the base 64 encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, byte[]) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
decode the base 64 encoded byte data writing it to the provided byte array buffer.
- decode(byte[], int, int, OutputStream) - Method in interface org.apache.geronimo.mail.util.Encoder
-
- decode(String, OutputStream) - Method in interface org.apache.geronimo.mail.util.Encoder
-
- decode(byte[]) - Static method in class org.apache.geronimo.mail.util.Hex
-
decode the Hex encoded input data.
- decode(String) - Static method in class org.apache.geronimo.mail.util.Hex
-
decode the Hex encoded String data - whitespace will be ignored.
- decode(String, OutputStream) - Static method in class org.apache.geronimo.mail.util.Hex
-
decode the Hex encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.HexEncoder
-
decode the Hex encoded byte data writing it to the given output stream,
whitespace characters will be ignored.
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.HexEncoder
-
decode the Hex encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[]) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
decode the Q-P encoded input data.
- decode(String) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
decode the UUEncided String data.
- decode(String, OutputStream) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
decode the Q-P encoded encoded String data writing it to the given output stream.
- decode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
decode the base Q-P encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
decode the uuencoded byte data writing it to the given output stream
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
decode the UUEncoded String data writing it to the given output stream.
- decode(InputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
-
decode the RFC2231 encoded byte data writing it to the given output stream
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
-
decode the RFC2231 encoded String data writing it to the given output stream.
- decode(String) - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
-
Decode an RFC2231 encoded string.
- decode(byte[]) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
decode the UUEncoded input data.
- decode(String) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
decode the UUEncided String data.
- decode(String, OutputStream) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
decode the UUEncoded encoded String data writing it to the given output stream.
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.UUEncoder
-
decode the uuencoded byte data writing it to the given output stream
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.UUEncoder
-
decode the UUEncoded String data writing it to the given output stream.
- decode(byte[]) - Static method in class org.apache.geronimo.mail.util.XText
-
decode the xtext encoded input data.
- decode(String) - Static method in class org.apache.geronimo.mail.util.XText
-
decode the xtext encoded String data - whitespace will be ignored.
- decode(String, OutputStream) - Static method in class org.apache.geronimo.mail.util.XText
-
decode the xtext encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.XTextEncoder
-
decode the xtext encoded byte data writing it to the given output stream
- decode(String, OutputStream) - Method in class org.apache.geronimo.mail.util.XTextEncoder
-
decode the xtext encoded String data writing it to the given output stream.
- decodedChars - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- decodedChars - Variable in class org.apache.geronimo.mail.util.UUDecoderStream
-
- decodedCount - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- decodedCount - Variable in class org.apache.geronimo.mail.util.UUDecoderStream
-
- decodedIndex - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- decodedIndex - Variable in class org.apache.geronimo.mail.util.UUDecoderStream
-
- decoder - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- decoder - Variable in class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
-
- decoder - Variable in class org.apache.geronimo.mail.util.UUDecoderStream
-
- decodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
Decode a string of text obtained from a mail header into
it's proper form.
- decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
Parse a string using the RFC 2047 rules for an "encoded-word"
type.
- decodeWord(byte[], OutputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
Decode a byte array of data.
- decodeWord(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
decode the uuencoded byte data writing it to the given output stream
- decodingTable - Variable in class org.apache.geronimo.mail.util.Base64Encoder
-
- decodingTable - Variable in class org.apache.geronimo.mail.util.HexEncoder
-
- decodingTable - Static variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
- decodingTable - Variable in class org.apache.geronimo.mail.util.RFC2231Encoder
-
- decodingTable - Variable in class org.apache.geronimo.mail.util.XTextEncoder
-
- DEFAULT_LINEBREAK - Static variable in class org.apache.geronimo.mail.util.Base64EncoderStream
-
- DEFAULT_LINEBREAK - Static variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
-
- DEFAULT_MODE - Static variable in class org.apache.geronimo.mail.util.UUEncoderStream
-
- DEFAULT_NAME - Static variable in class org.apache.geronimo.mail.util.UUEncoderStream
-
- DEFAULT_SPECIALS - Variable in class org.apache.geronimo.mail.util.RFC2231Encoder
-
- deferredWhitespace - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
- delete(boolean) - Method in class javax.mail.Folder
-
Delete this folder and possibly any subfolders.
- DELETED - Static variable in class javax.mail.event.FolderEvent
-
- DELETED - Static variable in class javax.mail.Flags.Flag
-
Flag that indicates that the message has been marked for deletion and
should be removed on a subsequent expunge operation; has a bit value of 2.
- dh - Variable in class javax.mail.internet.MimeBodyPart
-
The DataHandler
for this Message's content.
- dh - Variable in class javax.mail.internet.MimeMessage
-
The DataHandler
for this Message's content.
- disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
- DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was disconnected.
- disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Called when a connection is disconnected.
- dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
-
- dispatch(Object) - Method in class javax.mail.event.FolderEvent
-
- dispatch(Object) - Method in class javax.mail.event.MailEvent
-
- dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
-
- dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
-
- dispatch(Object) - Method in class javax.mail.event.StoreEvent
-
- dispatch(Object) - Method in class javax.mail.event.TransportEvent
-
- DRAFT - Static variable in class javax.mail.Flags.Flag
-
Flag that indicates that the message is a draft; has a bit value of 4.
- ds - Variable in class javax.mail.internet.MimeMultipart
-
DataSource that provides our InputStream.
- encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Wrap an encoder around a given output stream.
- encode(OutputStream, String, String) - Static method in class javax.mail.internet.MimeUtility
-
Wrap an encoder around a given output stream.
- encode(byte[]) - Static method in class org.apache.geronimo.mail.util.Base64
-
encode the input data producing a base 64 encoded byte array.
- encode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.Base64
-
Encode the byte data to base 64 writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.geronimo.mail.util.Base64
-
Encode the byte data to base 64 writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
encode the input data producing a base 64 output stream.
- encode(InputStream, StringBuffer, int) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
encode the input data producing a base 64 output stream.
- encode(byte[], int, int, OutputStream) - Method in interface org.apache.geronimo.mail.util.Encoder
-
- encode(byte[]) - Static method in class org.apache.geronimo.mail.util.Hex
-
encode the input data producing a Hex encoded byte array.
- encode(byte[], int, int) - Static method in class org.apache.geronimo.mail.util.Hex
-
encode the input data producing a Hex encoded byte array.
- encode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.Hex
-
Hex encode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.geronimo.mail.util.Hex
-
Hex encode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.HexEncoder
-
encode the input data producing a Hex output stream.
- encode(byte[]) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
encode the input data producing a Q-P encoded byte array.
- encode(byte[], int, int) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
encode the input data producing a Q-P encoded byte array.
- encode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
Q-P encode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.geronimo.mail.util.QuotedPrintable
-
Q-P encode the byte data writing it to the given output stream.
- encode(byte[], int, int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
encode the input data producing a UUEncoded output stream.
- encode(int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
- encode(byte[], int, int, String) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
encode the input data producing a UUEncoded output stream.
- encode(PushbackInputStream, StringBuffer, String, int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
encode the input data producing a UUEncoded output stream.
- encode(int, String) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
Specialized version of the decoder that handles encoding of
RFC 2047 encoded word values.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
encode the input data producing a UUEncoded output stream.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
-
encode the input data producing an RFC2231 output stream.
- encode(String, String, String) - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
-
Encode a string as an RFC2231 encoded parameter, using the
given character set and language.
- encode(byte[]) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
encode the input data producing a UUEncoded byte array.
- encode(byte[], int, int) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
encode the input data producing a UUEncoded byte array.
- encode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
UUEncode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.geronimo.mail.util.UUEncode
-
UUEncode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.UUEncoder
-
encode the input data producing a UUEncoded output stream.
- encode(byte[]) - Static method in class org.apache.geronimo.mail.util.XText
-
encode the input data producing an xtext encoded byte array.
- encode(byte[], int, int) - Static method in class org.apache.geronimo.mail.util.XText
-
encode the input data producing an xtext encoded byte array.
- encode(byte[], OutputStream) - Static method in class org.apache.geronimo.mail.util.XText
-
xtext encode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Static method in class org.apache.geronimo.mail.util.XText
-
extext encode the byte data writing it to the given output stream.
- encode(byte[], int, int, OutputStream) - Method in class org.apache.geronimo.mail.util.XTextEncoder
-
encode the input data producing an XText output stream.
- encodedChars - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- encodedPersonal - Variable in class javax.mail.internet.InternetAddress
-
The personal name in RFC2047 format.
- encoder - Variable in class org.apache.geronimo.mail.util.Base64EncoderStream
-
- Encoder - Interface in org.apache.geronimo.mail.util
-
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
- encoder - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
-
- encoder - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
-
- encodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
- encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
-
- encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
- encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
-
- encodeWord(InputStream, String, OutputStream, boolean) - Method in class org.apache.geronimo.mail.util.Base64Encoder
-
Perform RFC-2047 word encoding using Base64 data encoding.
- encodeWord(InputStream, String, String, OutputStream, boolean) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
Perform RFC-2047 word encoding using Q-P data encoding.
- encodingTable - Variable in class org.apache.geronimo.mail.util.Base64Encoder
-
- encodingTable - Variable in class org.apache.geronimo.mail.util.HexEncoder
-
- encodingTable - Static variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
-
- encodingTable - Variable in class org.apache.geronimo.mail.util.RFC2231Encoder
-
- encodingTable - Variable in class org.apache.geronimo.mail.util.XTextEncoder
-
- ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
-
Item for fetching information about the envelope of the message.
- ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
-
The messages envelope changed.
- EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
-
- EQ - Static variable in class javax.mail.search.ComparisonTerm
-
- equals(Object) - Method in class javax.mail.Address
-
Subclasses must provide a suitable implementation of equals().
- equals(Object) - Method in class javax.mail.Flags
-
Equality is defined as true if the other object is a instanceof Flags with the
same system and user flags set (using a case-insensitive name comparison for user flags).
- equals(Object) - Method in class javax.mail.internet.InternetAddress
-
Compares two addresses for equality.
- equals(Object) - Method in class javax.mail.internet.NewsAddress
-
- 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.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.HeaderTerm
-
- equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
-
- 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.RecipientStringTerm
-
- equals(Object) - Method in class javax.mail.search.RecipientTerm
-
- equals(Object) - Method in class javax.mail.search.StringTerm
-
- equals(Object) - Method in class javax.mail.URLName
-
- exists() - Method in class javax.mail.Folder
-
Check to see if this folder physically exists in the store.
- expunge() - Method in class javax.mail.Folder
-
Permanently delete all supplied messages that have the DELETED flag set from the Store.
- expunged - Variable in class javax.mail.Message
-
True if this message has been expunged from the Store.
- GE - Static variable in class javax.mail.search.ComparisonTerm
-
- get(String) - Method in class javax.mail.internet.ParameterList
-
- getAddress() - Method in class javax.mail.internet.InternetAddress
-
Return the address.
- getAddress() - Method in class javax.mail.search.AddressTerm
-
Return the address of this term.
- getAllHeaderLines() - Method in class javax.mail.internet.InternetHeaders
-
Return all the header lines as an Enumeration of Strings.
- getAllHeaderLines() - Method in class javax.mail.internet.MimeBodyPart
-
- getAllHeaderLines() - Method in class javax.mail.internet.MimeMessage
-
- getAllHeaderLines() - Method in interface javax.mail.internet.MimePart
-
- getAllHeaders() - Method in class javax.mail.internet.InternetHeaders
-
Return all headers.
- getAllHeaders() - Method in class javax.mail.internet.MimeBodyPart
-
- getAllHeaders() - Method in class javax.mail.internet.MimeMessage
-
Retrieve the complete list of message headers, as an enumeration.
- getAllHeaders() - Method in interface javax.mail.Part
-
- getAllRecipients() - Method in class javax.mail.internet.MimeMessage
-
Retrieve all of the recipients defined for this message.
- getAllRecipients() - Method in class javax.mail.Message
-
Get all recipients of this message.
- getBaseType() - Method in class javax.mail.internet.ContentType
-
- getBinaryTransferEncoding(InputStream) - Static method in class org.apache.geronimo.mail.util.ASCIIUtil
-
Determine if the transfer encoding looks like it might be
valid ascii text, and thus transferable as 7bit code.
- getBodyPart(int) - Method in class javax.mail.internet.MimeMultipart
-
- getBodyPart(String) - Method in class javax.mail.internet.MimeMultipart
-
- getBodyPart(int) - Method in class javax.mail.Multipart
-
Get the specified part; numbering starts at zero.
- getBodyPart(int) - Method in interface javax.mail.MultipartDataSource
-
- getBooleanProperty(Session, String, boolean) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a property associated with this mail session as a boolean value.
- getBooleanProperty(String, boolean) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a system property associated with this mail session as a boolean value.
- getCharSet(String) - Method in class org.apache.geronimo.mail.handlers.TextHandler
-
get the character set from content type
- getClassName() - Method in class javax.mail.Provider
-
- getComparison() - Method in class javax.mail.search.DateTerm
-
- getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
-
- getContent() - Method in class javax.mail.internet.MimeBodyPart
-
- getContent() - Method in class javax.mail.internet.MimeMessage
-
- getContent() - Method in interface javax.mail.Part
-
- getContent(DataSource) - Method in class org.apache.geronimo.mail.handlers.MessageHandler
-
Method getContent
- getContent(DataSource) - Method in class org.apache.geronimo.mail.handlers.MultipartHandler
-
Method getContent
- getContent(DataSource) - Method in class org.apache.geronimo.mail.handlers.TextHandler
-
Method getContent
- getContentID() - Method in class javax.mail.internet.MimeBodyPart
-
Retrieve the value of the "Content-ID" header.
- getContentID() - Method in class javax.mail.internet.MimeMessage
-
Retrieve the value of the "Content-ID" header.
- getContentID() - Method in interface javax.mail.internet.MimePart
-
- getContentLanguage() - Method in class javax.mail.internet.MimeBodyPart
-
- getContentLanguage() - Method in class javax.mail.internet.MimeMessage
-
- getContentLanguage() - Method in interface javax.mail.internet.MimePart
-
- getContentMD5() - Method in class javax.mail.internet.MimeBodyPart
-
- getContentMD5() - Method in class javax.mail.internet.MimeMessage
-
- getContentMD5() - Method in interface javax.mail.internet.MimePart
-
- getContentStream() - Method in class javax.mail.internet.MimeBodyPart
-
- getContentStream() - Method in class javax.mail.internet.MimeMessage
-
- getContentType() - Method in class javax.mail.internet.MimeBodyPart
-
- getContentType() - Method in class javax.mail.internet.MimeMessage
-
Returns the current content type (defined in the "Content-Type"
header.
- getContentType() - Method in class javax.mail.internet.MimePartDataSource
-
- getContentType() - Method in class javax.mail.Multipart
-
Return the content type.
- getContentType() - Method in interface javax.mail.Part
-
- getContentType() - Method in class javax.mail.util.ByteArrayDataSource
-
Get the MIME content type information for this DataSource.
- getCount() - Method in class javax.mail.internet.MimeMultipart
-
- getCount() - Method in class javax.mail.Multipart
-
Return the number of enclosed parts
- getCount() - Method in interface javax.mail.MultipartDataSource
-
- getDataHandler() - Method in class javax.mail.internet.MimeBodyPart
-
- getDataHandler() - Method in class javax.mail.internet.MimeMessage
-
- getDataHandler() - Method in interface javax.mail.Part
-
- getDate() - Method in class javax.mail.search.DateTerm
-
- getDebug() - Method in class javax.mail.Session
-
Get the debug setting for this session.
- getDebugOut() - Method in class javax.mail.Session
-
Return the debug output stream.
- getDefaultFolder() - Method in class javax.mail.Store
-
Retutn a Folder object that represents the root of the namespace for the current user.
- getDefaultInstance(Properties) - Static method in class javax.mail.Session
-
Get the "default" instance assuming no authenticator is required.
- getDefaultInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Get the "default" session.
- getDefaultJavaCharset() - Static method in class javax.mail.internet.MimeUtility
-
Get the default character set to use, in Java name format.
- getDefaultUserName() - Method in class javax.mail.Authenticator
-
- getDeletedMessageCount() - Method in class javax.mail.Folder
-
Return the numbew of messages in this folder that have the Flag.DELETED
flag set.
- getDescription() - Method in class javax.mail.internet.MimeBodyPart
-
- getDescription() - Method in class javax.mail.internet.MimeMessage
-
- getDescription() - Method in interface javax.mail.Part
-
- getDF() - Method in class org.apache.geronimo.mail.handlers.MessageHandler
-
Method getDF
- getDF() - Method in class org.apache.geronimo.mail.handlers.MultipartHandler
-
Method getDF
- getDF() - Method in class org.apache.geronimo.mail.handlers.TextHandler
-
Method getDF
- getDisposition() - Method in class javax.mail.internet.ContentDisposition
-
- getDisposition() - Method in class javax.mail.internet.MimeBodyPart
-
Retrieve the message "Content-Disposition" header field.
- getDisposition() - Method in class javax.mail.internet.MimeMessage
-
Retrieve the message "Content-Disposition" header field.
- getDisposition() - Method in interface javax.mail.Part
-
- getEncoding() - Method in class javax.mail.internet.MimeBodyPart
-
Retrieves the current value of the "Content-Transfer-Encoding"
header.
- getEncoding() - Method in class javax.mail.internet.MimeMessage
-
Decode the Content-Transfer-Encoding header to determine
the transfer encoding type.
- getEncoding() - Method in interface javax.mail.internet.MimePart
-
- getEncoding(DataHandler) - Static method in class javax.mail.internet.MimeUtility
-
Examine the content of a data source and decide what type
of transfer encoding should be used.
- getEncoding(DataSource) - Static method in class javax.mail.internet.MimeUtility
-
Determine the what transfer encoding should be used for
data retrieved from a DataSource.
- getEncoding() - Method in class javax.mail.internet.PreencodedMimeBodyPart
-
Retieve the defined encoding for this body part.
- getFile() - Method in class javax.mail.URLName
-
- getFileName() - Method in class javax.mail.internet.MimeBodyPart
-
- getFileName() - Method in class javax.mail.internet.MimeMessage
-
- getFileName() - Method in interface javax.mail.Part
-
- getFlags() - Method in class javax.mail.internet.MimeMessage
-
- getFlags() - Method in class javax.mail.Message
-
Return a copy the flags associated with this message.
- getFlags() - Method in class javax.mail.search.FlagTerm
-
- getFolder() - Method in class javax.mail.event.FolderEvent
-
Return the affected folder.
- getFolder(String) - Method in class javax.mail.Folder
-
Get the Folder determined by the supplied name; if the name is relative
then it is interpreted relative to this folder.
- getFolder() - Method in exception javax.mail.FolderClosedException
-
- getFolder() - Method in exception javax.mail.FolderNotFoundException
-
- getFolder() - Method in class javax.mail.Message
-
Return the folder containing this message.
- getFolder() - Method in exception javax.mail.ReadOnlyFolderException
-
- getFolder(URLName) - Method in class javax.mail.Session
-
Return a closed folder for the supplied URLName, or null if it cannot be obtained.
- getFolder(String) - Method in class javax.mail.Store
-
Return the Folder corresponding to the given name.
- getFolder(URLName) - Method in class javax.mail.Store
-
Return the folder identified by the URLName; the URLName must refer to this Store.
- getFrom() - Method in class javax.mail.internet.MimeMessage
-
Get the message "From" addresses.
- getFrom() - Method in class javax.mail.Message
-
Return the "From" header indicating the identity of the person who the message is from;
in some circumstances this may be different to the actual sender.
- getFullName() - Method in class javax.mail.Folder
-
Return the full absolute name of this folder.
- getGroup(boolean) - Method in class javax.mail.internet.InternetAddress
-
Return the members of a group address.
- getHeader(String) - Method in class javax.mail.internet.InternetHeaders
-
Return all the values for the specified header.
- getHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Return the values for the specified header as a single String.
- getHeader(String) - Method in class javax.mail.internet.MimeBodyPart
-
- getHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
- getHeader(String) - Method in class javax.mail.internet.MimeMessage
-
Retrieve all headers that match a given name.
- getHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Get all headers that match a particular name, as a single string.
- getHeader(String, String) - Method in interface javax.mail.internet.MimePart
-
- getHeader(String) - Method in interface javax.mail.Part
-
- getHeaderName() - Method in class javax.mail.search.HeaderTerm
-
- getHeaderNames() - Method in class javax.mail.FetchProfile
-
Get the headers that have already been included.
- getHost() - Method in class javax.mail.internet.NewsAddress
-
- getHost() - Method in class javax.mail.URLName
-
- getIgnoreCase() - Method in class javax.mail.search.StringTerm
-
Indicate if case should be ignored when matching.
- getInputStream() - Method in class javax.mail.internet.MimeBodyPart
-
- getInputStream() - Method in class javax.mail.internet.MimeMessage
-
- getInputStream() - Method in class javax.mail.internet.MimePartDataSource
-
- getInputStream() - Method in interface javax.mail.Part
-
- getInputStream() - Method in class javax.mail.util.ByteArrayDataSource
-
Create an input stream for this data.
- getInstance(Properties, Authenticator) - Static method in class javax.mail.Session
-
Create a new session initialized with the supplied properties which uses the supplied authenticator.
- getInstance(Properties) - Static method in class javax.mail.Session
-
Create a new session initialized with the supplied properties with no authenticator.
- getIntProperty(Session, String, int) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a property associated with this mail session as an integer value.
- getInvalidAddresses() - Method in class javax.mail.event.TransportEvent
-
- getInvalidAddresses() - Method in exception javax.mail.SendFailedException
-
- getItems() - Method in class javax.mail.FetchProfile
-
Get the profile items already included.
- getLineCount() - Method in class javax.mail.internet.MimeBodyPart
-
- getLineCount() - Method in class javax.mail.internet.MimeMessage
-
Retrieve the line count for the current message.
- getLineCount() - Method in interface javax.mail.Part
-
- getLocalAddress(Session) - Static method in class javax.mail.internet.InternetAddress
-
Return an InternetAddress representing the current user.
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Return all matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
- getMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
-
- getMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
-
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Return all matching Header objects.
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
- getMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
-
- getMatchingHeaders(String[]) - Method in interface javax.mail.Part
-
- getMessage() - Method in class javax.mail.event.MessageChangedEvent
-
Return the affected message.
- getMessage() - Method in class javax.mail.event.StoreEvent
-
Return the text to be displayed to the user.
- getMessage() - Method in class javax.mail.event.TransportEvent
-
- getMessage(int) - Method in class javax.mail.Folder
-
Retrieve the message with the specified index in this Folder;
messages indices start at 1 not zero.
- getMessage() - Method in class javax.mail.MessageContext
-
Return the message that contains the content; if the Part is a
Multipart
then recurse up the chain until a
Message
is found.
- getMessage() - Method in exception javax.mail.MessagingException
-
- getMessageByUID(long) - Method in interface javax.mail.UIDFolder
-
- getMessageChangeType() - Method in class javax.mail.event.MessageChangedEvent
-
Return the type of change.
- getMessageContext() - Method in class javax.mail.internet.MimePartDataSource
-
- getMessageContext() - Method in interface javax.mail.MessageAware
-
- getMessageCount() - Method in class javax.mail.Folder
-
Return the number of messages this folder contains.
- getMessageID() - Method in class javax.mail.internet.MimeMessage
-
- getMessageNumber() - Method in class javax.mail.Message
-
Return the message number for this Message.
- getMessages() - Method in class javax.mail.event.MessageCountEvent
-
Return the affected messages.
- getMessages(int, int) - Method in class javax.mail.Folder
-
Retrieve messages with index between start and end inclusive
- getMessages(int[]) - Method in class javax.mail.Folder
-
Retrieve messages with the specified indices.
- getMessages() - Method in class javax.mail.Folder
-
Retrieve all messages.
- getMessagesByUID(long, long) - Method in interface javax.mail.UIDFolder
-
- getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
-
- getMessageType() - Method in class javax.mail.event.StoreEvent
-
Return the message type.
- getMode() - Method in class javax.mail.Folder
-
Return the mode of this folder ass passed to
Folder.open(int)
, or -1 if
the folder is closed.
- getName() - Method in class javax.mail.Folder
-
Return the name of this folder.
- getName() - Method in class javax.mail.Header
-
Return the name of this header.
- getName() - Method in class javax.mail.internet.MimePartDataSource
-
- getName() - Method in class javax.mail.util.ByteArrayDataSource
-
Retrieve the DataSource name.
- getNames() - Method in class javax.mail.internet.ParameterList
-
- getNewFolder() - Method in class javax.mail.event.FolderEvent
-
Return the new folder; only applicable to RENAMED events.
- getNewMessageCount() - Method in class javax.mail.Folder
-
Return the numbew of messages in this folder that have the Flag.RECENT
flag set.
- getNewsgroup() - Method in class javax.mail.internet.NewsAddress
-
- getNextException() - Method in exception javax.mail.MessagingException
-
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Return all non-matching header lines.
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
- getNonMatchingHeaderLines(String[]) - Method in class javax.mail.internet.MimeMessage
-
- getNonMatchingHeaderLines(String[]) - Method in interface javax.mail.internet.MimePart
-
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.InternetHeaders
-
Return all non matching Header objects.
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
- getNonMatchingHeaders(String[]) - Method in class javax.mail.internet.MimeMessage
-
- getNonMatchingHeaders(String[]) - Method in interface javax.mail.Part
-
- getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
-
- getOutputStream() - Method in class javax.mail.internet.MimePartDataSource
-
- getOutputStream() - Method in class javax.mail.util.ByteArrayDataSource
-
Open an output stream for the DataSource.
- getParameter(String) - Method in class javax.mail.internet.ContentDisposition
-
- getParameter(String) - Method in class javax.mail.internet.ContentType
-
- getParameterList() - Method in class javax.mail.internet.ContentDisposition
-
- getParameterList() - Method in class javax.mail.internet.ContentType
-
- getParent() - Method in class javax.mail.BodyPart
-
- getParent() - Method in class javax.mail.Folder
-
Return the parent for this folder; if the folder is at the root of a heirarchy
this returns null.
- getParent() - Method in class javax.mail.Multipart
-
Return the Part containing this Multipart object or null if unknown.
- getPart() - Method in class javax.mail.MessageContext
-
Return the
Part
that contains the content.
- getPassword() - Method in class javax.mail.PasswordAuthentication
-
- getPassword() - Method in class javax.mail.URLName
-
- getPasswordAuthentication() - Method in class javax.mail.Authenticator
-
- getPasswordAuthentication(URLName) - Method in class javax.mail.Session
-
Get the password authentication associated with a URL
- getPattern() - Method in class javax.mail.search.StringTerm
-
Return the pattern associated with this term.
- getPermanentFlags() - Method in class javax.mail.Folder
-
Get the flags supported by this folder.
- getPersonal() - Method in class javax.mail.internet.InternetAddress
-
Return the personal name.
- getPersonalNamespaces() - Method in class javax.mail.Store
-
Return the root folders of the personal namespace belonging to the current user.
- getPort() - Method in class javax.mail.URLName
-
- getPos() - Method in exception javax.mail.internet.AddressException
-
- getPosition() - Method in interface javax.mail.internet.SharedInputStream
-
- getPosition() - Method in class javax.mail.util.SharedByteArrayInputStream
-
Get the position within the output stream, adjusted by the
starting offset.
- getPosition() - Method in class javax.mail.util.SharedFileInputStream
-
Return the current read position of the stream.
- getPreamble() - Method in class javax.mail.internet.MimeMultipart
-
Returns the preamble text that appears before the first bady
part of a MIME multi part.
- getPrimaryType() - Method in class javax.mail.internet.ContentType
-
- getProperties() - Method in class javax.mail.Session
-
Return the properties object for this Session; this is a live collection.
- getProperty(String) - Method in class javax.mail.Session
-
Return the specified property.
- getProperty(Session, String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a property associated with this mail session.
- getProperty(Session, String, String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a property associated with this mail session.
- getProperty(String, String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a system property associated with this mail session as a boolean value.
- getProperty(String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
-
Get a system property associated with this mail session as a boolean value.
- getProtocol() - Method in class javax.mail.Provider
-
- getProtocol() - Method in class javax.mail.URLName
-
- getProvider(String) - Method in class javax.mail.Session
-
Return the provider for a specific protocol.
- getProviders() - Method in class javax.mail.Session
-
Return the list of providers available to this application.
- getQuota(String) - Method in interface javax.mail.QuotaAwareStore
-
Get the quotas for the specified root element.
- getRawInputStream() - Method in class javax.mail.internet.MimeBodyPart
-
- getRawInputStream() - Method in class javax.mail.internet.MimeMessage
-
- getReceivedDate() - Method in class javax.mail.internet.MimeMessage
-
Get the message received date.
- getReceivedDate() - Method in class javax.mail.Message
-
Return the date this message was received.
- getRecipients(Message.RecipientType) - Method in class javax.mail.internet.MimeMessage
-
Gets the recipients by type.
- getRecipients(Message.RecipientType) - Method in class javax.mail.Message
-
Get all recipients of the given type.
- getRecipientType() - Method in class javax.mail.search.RecipientStringTerm
-
- getRecipientType() - Method in class javax.mail.search.RecipientTerm
-
- getRef() - Method in exception javax.mail.internet.AddressException
-
- getRef() - Method in class javax.mail.URLName
-
- getRemainder() - Method in class javax.mail.internet.HeaderTokenizer
-
- getReplyTo() - Method in class javax.mail.internet.MimeMessage
-
Get the ReplyTo address information.
- getReplyTo() - Method in class javax.mail.Message
-
Get the addresses to which replies should be directed.
- getRequestingPort() - Method in class javax.mail.Authenticator
-
- getRequestingPrompt() - Method in class javax.mail.Authenticator
-
- getRequestingProtocol() - Method in class javax.mail.Authenticator
-
- getRequestingSite() - Method in class javax.mail.Authenticator
-
- getSender() - Method in class javax.mail.internet.MimeMessage
-
Return the "Sender" header as an address.
- getSentDate() - Method in class javax.mail.internet.MimeMessage
-
Get the value of the "Date" header field.
- getSentDate() - Method in class javax.mail.Message
-
Return the date that this message was sent.
- getSeparator() - Method in class javax.mail.Folder
-
Return the character used by this folder's Store to separate path components.
- getSession() - Method in class javax.mail.MessageContext
-
Return the session associated with the Message containing this Part.
- getSharedNamespaces() - Method in class javax.mail.Store
-
Return the root folders of namespaces that are intended to be shared between users.
- getSize() - Method in class javax.mail.internet.MimeBodyPart
-
Return the content size of this message.
- getSize() - Method in class javax.mail.internet.MimeMessage
-
Return the content size of this message.
- getSize() - Method in interface javax.mail.Part
-
- getStore() - Method in class javax.mail.Folder
-
Return the store that this folder is part of.
- getStore() - Method in class javax.mail.Session
-
Return a Store for the default protocol defined by the mail.store.protocol property.
- getStore(String) - Method in class javax.mail.Session
-
Return a Store for the specified protocol.
- getStore(URLName) - Method in class javax.mail.Session
-
Return a Store for the protocol specified in the given URL
- getStore(Provider) - Method in class javax.mail.Session
-
Return the Store specified by the given provider.
- getStore() - Method in exception javax.mail.StoreClosedException
-
- getSubject() - Method in class javax.mail.internet.MimeMessage
-
Returns the value of the "Subject" header.
- getSubject() - Method in class javax.mail.Message
-
Get the subject for this message.
- getSubType() - Method in class javax.mail.internet.ContentType
-
- getSystemFlags() - Method in class javax.mail.Flags
-
Return a list of
Flags
containing the system flags that have been set
- getTerm() - Method in class javax.mail.search.NotTerm
-
- getTerms() - Method in class javax.mail.search.AndTerm
-
Return the terms.
- getTerms() - Method in class javax.mail.search.OrTerm
-
- getTestSet() - Method in class javax.mail.search.FlagTerm
-
- getTextTransferEncoding(InputStream) - Static method in class org.apache.geronimo.mail.util.ASCIIUtil
-
Examine a stream of text and make a judgement on what encoding
type should be used for the text.
- getTextTransferEncoding(String) - Static method in class org.apache.geronimo.mail.util.ASCIIUtil
-
Examine a stream of text and make a judgement on what encoding
type should be used for the text.
- getTransferData(DataFlavor, DataSource) - Method in class org.apache.geronimo.mail.handlers.MessageHandler
-
Method getTransferData
- getTransferData(DataFlavor, DataSource) - Method in class org.apache.geronimo.mail.handlers.MultipartHandler
-
Method getTransferData
- getTransferData(DataFlavor, DataSource) - Method in class org.apache.geronimo.mail.handlers.TextHandler
-
Method getTransferData
- getTransferDataFlavors() - Method in class org.apache.geronimo.mail.handlers.MessageHandler
-
Method getTransferDataFlavors
- getTransferDataFlavors() - Method in class org.apache.geronimo.mail.handlers.MultipartHandler
-
Method getTransferDataFlavors
- getTransferDataFlavors() - Method in class org.apache.geronimo.mail.handlers.TextHandler
-
Method getTransferDataFlavors
- getTransport() - Method in class javax.mail.Session
-
Return a Transport for the default protocol specified by the
mail.transport.protocol
property.
- getTransport(String) - Method in class javax.mail.Session
-
Return a Transport for the specified protocol.
- getTransport(URLName) - Method in class javax.mail.Session
-
Return a transport for the protocol specified in the URL.
- getTransport(Address) - Method in class javax.mail.Session
-
Return a transport for the protocol associated with the type of this address.
- getTransport(Provider) - Method in class javax.mail.Session
-
Return the Transport specified by a Provider
- getType() - Method in class javax.mail.Address
-
Return a String that identifies this address type.
- getType() - Method in class javax.mail.event.ConnectionEvent
-
- getType() - Method in class javax.mail.event.FolderEvent
-
Return the event type.
- getType() - Method in class javax.mail.event.MessageCountEvent
-
Return the event type.
- getType() - Method in class javax.mail.event.TransportEvent
-
- getType() - Method in class javax.mail.Folder
-
Return the type of this folder, indicating whether it can contain subfolders,
messages, or both.
- getType() - Method in class javax.mail.internet.HeaderTokenizer.Token
-
- getType() - Method in class javax.mail.internet.InternetAddress
-
Return the type of this address.
- getType() - Method in class javax.mail.internet.NewsAddress
-
The type of this address; always "news".
- getType() - Method in class javax.mail.Provider
-
- getUID(Message) - Method in interface javax.mail.UIDFolder
-
- getUIDValidity() - Method in interface javax.mail.UIDFolder
-
- getUnreadMessageCount() - Method in class javax.mail.Folder
-
Return the numbew of messages in this folder that do not have the Flag.SEEN
flag set.
- getURL() - Method in class javax.mail.URLName
-
- getURLName() - Method in class javax.mail.Folder
-
Return the URLName for this folder, which includes the location of the store.
- getURLName() - Method in class javax.mail.Service
-
Return a copy of the URLName representing this service with the password and file information removed.
- getUserFlags() - Method in class javax.mail.Flags
-
Return a list of user flags that have been set
- getUserName() - Method in class javax.mail.PasswordAuthentication
-
- getUsername() - Method in class javax.mail.URLName
-
- getUserNamespaces(String) - Method in class javax.mail.Store
-
Return the root folders of the personal namespaces belonging to the supplied user.
- getValidSentAddresses() - Method in class javax.mail.event.TransportEvent
-
- getValidSentAddresses() - Method in exception javax.mail.SendFailedException
-
- getValidUnsentAddresses() - Method in class javax.mail.event.TransportEvent
-
- getValidUnsentAddresses() - Method in exception javax.mail.SendFailedException
-
- getValue() - Method in class javax.mail.Header
-
Return the value of this header.
- getValue() - Method in class javax.mail.internet.HeaderTokenizer.Token
-
- getVendor() - Method in class javax.mail.Provider
-
- getVersion() - Method in class javax.mail.Provider
-
- GT - Static variable in class javax.mail.search.ComparisonTerm
-
- MAIL_BASE64_IGNOREERRORS - Static variable in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- MailDateFormat - Class in javax.mail.internet
-
Formats ths date as specified by
draft-ietf-drums-msg-fmt-08 dated January 26, 2000
which supercedes RFC822.
- MailDateFormat() - Constructor for class javax.mail.internet.MailDateFormat
-
- MailEvent - Class in javax.mail.event
-
Common base class for mail events.
- MailEvent(Object) - Constructor for class javax.mail.event.MailEvent
-
- mark(int) - Method in class javax.mail.util.SharedFileInputStream
-
Mark the current position for retracing.
- markSupported() - Method in class javax.mail.util.SharedFileInputStream
-
Indicates the mark() operation is supported.
- markSupported() - Method in class org.apache.geronimo.mail.util.Base64DecoderStream
-
- markSupported() - Method in class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
-
Indicate whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.geronimo.mail.util.UUDecoderStream
-
- match(ContentType) - Method in class javax.mail.internet.ContentType
-
- match(String) - Method in class javax.mail.internet.ContentType
-
- match(SearchTerm) - Method in class javax.mail.Message
-
Apply the specified search criteria to this message
- match(Address) - Method in class javax.mail.search.AddressStringTerm
-
Tests if the patterm associated with this Term is a substring of
the address in the supplied object.
- match(Address) - Method in class javax.mail.search.AddressTerm
-
Match to the supplied address.
- match(Message) - Method in class javax.mail.search.AndTerm
-
Match by applying the terms, in order, to the Message and performing an AND operation
to the result.
- match(Message) - Method in class javax.mail.search.BodyTerm
-
- match(Date) - Method in class javax.mail.search.DateTerm
-
- match(Message) - Method in class javax.mail.search.FlagTerm
-
- match(Message) - Method in class javax.mail.search.FromStringTerm
-
- match(Message) - Method in class javax.mail.search.FromTerm
-
- match(Message) - Method in class javax.mail.search.HeaderTerm
-
- match(int) - Method in class javax.mail.search.IntegerComparisonTerm
-
- match(Message) - Method in class javax.mail.search.MessageIDTerm
-
- match(Message) - Method in class javax.mail.search.MessageNumberTerm
-
- match(Message) - Method in class javax.mail.search.NotTerm
-
- match(Message) - Method in class javax.mail.search.OrTerm
-
- match(Message) - Method in class javax.mail.search.ReceivedDateTerm
-
- match(Message) - Method in class javax.mail.search.RecipientStringTerm
-
- match(Message) - Method in class javax.mail.search.RecipientTerm
-
- match(Message) - Method in class javax.mail.search.SearchTerm
-
Checks a matching criteria defined by the concrete subclass of this Term.
- match(Message) - Method in class javax.mail.search.SentDateTerm
-
- match(Message) - Method in class javax.mail.search.SizeTerm
-
- match(String) - Method in class javax.mail.search.StringTerm
-
Determine if the pattern associated with this term is a substring of the
supplied String.
- match(Message) - Method in class javax.mail.search.SubjectTerm
-
- MAX_CHARS_PER_LINE - Static variable in class org.apache.geronimo.mail.util.UUDecoderStream
-
- MAX_CHARS_PER_LINE - Static variable in class org.apache.geronimo.mail.util.UUEncoderStream
-
- message - Variable in class javax.mail.event.StoreEvent
-
The text to be presented to the user.
- Message - Class in javax.mail
-
- Message() - Constructor for class javax.mail.Message
-
Default constructor.
- Message(Folder, int) - Constructor for class javax.mail.Message
-
Constructor initializing folder and message msgnum; intended to be used by implementations of Folder.
- Message(Session) - Constructor for class javax.mail.Message
-
Constructor initializing the session; intended to by used by client created instances.
- Message.RecipientType - Class in javax.mail
-
Enumeration of types of recipients allowed by the Message class.
- Message.RecipientType(String) - Constructor for class javax.mail.Message.RecipientType
-
- MESSAGE_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
Indicates that the message has successfully been delivered to all
recipients.
- MESSAGE_NOT_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
Indicates that no messages could be delivered.
- MESSAGE_PARTIALLY_DELIVERED - Static variable in class javax.mail.event.TransportEvent
-
Indicates that some of the messages were successfully delivered
but that some failed.
- MessageAware - Interface in javax.mail
-
- messageChanged(MessageChangedEvent) - Method in interface javax.mail.event.MessageChangedListener
-
- MessageChangedEvent - Class in javax.mail.event
-
- MessageChangedEvent(Object, int, Message) - Constructor for class javax.mail.event.MessageChangedEvent
-
Constructor.
- MessageChangedListener - Interface in javax.mail.event
-
- MessageContext - Class in javax.mail
-
The context in which a piece of message content is contained.
- MessageContext(Part) - Constructor for class javax.mail.MessageContext
-
Create a MessageContext object describing the context of the supplied Part.
- MessageCountAdapter - Class in javax.mail.event
-
An adaptor that receives message count events.
- MessageCountAdapter() - Constructor for class javax.mail.event.MessageCountAdapter
-
- MessageCountEvent - Class in javax.mail.event
-
Event indicating a change in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class javax.mail.event.MessageCountEvent
-
Construct a new event.
- MessageCountListener - Interface in javax.mail.event
-
- messageDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
- messageDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
- MessageHandler - Class in org.apache.geronimo.mail.handlers
-
- MessageHandler() - Constructor for class org.apache.geronimo.mail.handlers.MessageHandler
-
- MessageIDTerm - Class in javax.mail.search
-
- MessageIDTerm(String) - Constructor for class javax.mail.search.MessageIDTerm
-
- messageNotDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
- messageNotDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
- MessageNumberTerm - Class in javax.mail.search
-
- MessageNumberTerm(int) - Constructor for class javax.mail.search.MessageNumberTerm
-
- messagePartiallyDelivered(TransportEvent) - Method in class javax.mail.event.TransportAdapter
-
- messagePartiallyDelivered(TransportEvent) - Method in interface javax.mail.event.TransportListener
-
- MessageRemovedException - Exception in javax.mail
-
- MessageRemovedException() - Constructor for exception javax.mail.MessageRemovedException
-
- MessageRemovedException(String) - Constructor for exception javax.mail.MessageRemovedException
-
- messagesAdded(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
-
- messagesAdded(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
-
- messagesRemoved(MessageCountEvent) - Method in class javax.mail.event.MessageCountAdapter
-
- messagesRemoved(MessageCountEvent) - Method in interface javax.mail.event.MessageCountListener
-
- MessagingException - Exception in javax.mail
-
- MessagingException() - Constructor for exception javax.mail.MessagingException
-
- MessagingException(String) - Constructor for exception javax.mail.MessagingException
-
- MessagingException(String, Exception) - Constructor for exception javax.mail.MessagingException
-
- MethodNotSupportedException - Exception in javax.mail
-
- MethodNotSupportedException() - Constructor for exception javax.mail.MethodNotSupportedException
-
- MethodNotSupportedException(String) - Constructor for exception javax.mail.MethodNotSupportedException
-
- MIME - Static variable in class javax.mail.internet.HeaderTokenizer
-
- MimeBodyPart - Class in javax.mail.internet
-
- MimeBodyPart() - Constructor for class javax.mail.internet.MimeBodyPart
-
- MimeBodyPart(InputStream) - Constructor for class javax.mail.internet.MimeBodyPart
-
- MimeBodyPart(InternetHeaders, byte[]) - Constructor for class javax.mail.internet.MimeBodyPart
-
- mimeCharset(String) - Static method in class javax.mail.internet.MimeUtility
-
Map a Java character set name into the MIME equivalent.
- MimeMessage - Class in javax.mail.internet
-
- MimeMessage(Session) - Constructor for class javax.mail.internet.MimeMessage
-
Create a new MimeMessage.
- MimeMessage(Session, InputStream) - Constructor for class javax.mail.internet.MimeMessage
-
Create a MimeMessage by reading an parsing the data from the supplied stream.
- MimeMessage(MimeMessage) - Constructor for class javax.mail.internet.MimeMessage
-
Copy a MimeMessage.
- MimeMessage(Folder, int) - Constructor for class javax.mail.internet.MimeMessage
-
Create an new MimeMessage in the supplied
Folder
and message number.
- MimeMessage(Folder, InputStream, int) - Constructor for class javax.mail.internet.MimeMessage
-
Create a MimeMessage by reading an parsing the data from the supplied stream.
- MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class javax.mail.internet.MimeMessage
-
Create a MimeMessage with the supplied headers and content.
- MimeMessage.RecipientType - Class in javax.mail.internet
-
- MimeMessage.RecipientType(String) - Constructor for class javax.mail.internet.MimeMessage.RecipientType
-
- MimeMultipart - Class in javax.mail.internet
-
- MimeMultipart() - Constructor for class javax.mail.internet.MimeMultipart
-
Create an empty MimeMultipart with content type "multipart/mixed"
- MimeMultipart(String) - Constructor for class javax.mail.internet.MimeMultipart
-
Create an empty MimeMultipart with the subtype supplied.
- MimeMultipart(DataSource) - Constructor for class javax.mail.internet.MimeMultipart
-
Create a MimeMultipart from the supplied DataSource.
- MimePart - Interface in javax.mail.internet
-
- MimePartDataSource - Class in javax.mail.internet
-
- MimePartDataSource(MimePart) - Constructor for class javax.mail.internet.MimePartDataSource
-
- MimeUtility - Class in javax.mail.internet
-
- mode - Variable in class javax.mail.Folder
-
The current mode of this folder.
- mode - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
-
- modified - Variable in class javax.mail.internet.MimeMessage
-
Flag indicating that the message has been modified; set to true when
an empty message is created or when
MimeMessage.saveChanges()
is called.
- msg - Variable in class javax.mail.event.MessageChangedEvent
-
- msg - Variable in class javax.mail.event.TransportEvent
-
The message associated with this event.
- msgnum - Variable in class javax.mail.Message
-
The index of a message withing its folder, or zero if the message was not retrieved from a folder.
- msgs - Variable in class javax.mail.event.MessageCountEvent
-
The affected messages.
- Multipart - Class in javax.mail
-
- Multipart() - Constructor for class javax.mail.Multipart
-
- MultipartDataSource - Interface in javax.mail
-
- MultipartHandler - Class in org.apache.geronimo.mail.handlers
-
- MultipartHandler() - Constructor for class org.apache.geronimo.mail.handlers.MultipartHandler
-
- MultipartHandler(ActivationDataFlavor) - Constructor for class org.apache.geronimo.mail.handlers.MultipartHandler
-
Constructor TextHandler
- saveChanges() - Method in class javax.mail.internet.MimeMessage
-
Saves any changes on this message.
- saveChanges() - Method in class javax.mail.Message
-
To ensure changes are saved to the store, this message should be invoked
before its containing folder is closed.
- saved - Variable in class javax.mail.internet.MimeMessage
-
Flag indicating that the message has been saved.
- saveFile(File) - Method in class javax.mail.internet.MimeBodyPart
-
Save the body part content to a given target file.
- saveFile(String) - Method in class javax.mail.internet.MimeBodyPart
-
Save the body part content to a given target file.
- search(SearchTerm) - Method in class javax.mail.Folder
-
Search this folder for messages matching the supplied search criteria.
- search(SearchTerm, Message[]) - Method in class javax.mail.Folder
-
Search the supplied messages for those that match the supplied criteria;
messages must belong to this folder.
- SearchException - Exception in javax.mail.search
-
- SearchException() - Constructor for exception javax.mail.search.SearchException
-
- SearchException(String) - Constructor for exception javax.mail.search.SearchException
-
- SearchTerm - Class in javax.mail.search
-
Base class for Terms in a parse tree used to represent a search condition.
- SearchTerm() - Constructor for class javax.mail.search.SearchTerm
-
- SEEN - Static variable in class javax.mail.Flags.Flag
-
Flag that indicates that the message has been viewed; has a bit value of 32.
- send(Message) - Static method in class javax.mail.Transport
-
Send a message to all recipient addresses it contains (as returned by
Message.getAllRecipients()
)
using message transports appropriate for each address.
- send(Message, Address[]) - Static method in class javax.mail.Transport
-
Send a message to all addresses provided irrespective of any recipients contained in the message itself
using message transports appropriate for each address.
- SendFailedException - Exception in javax.mail
-
- 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
-
- sendMessage(Message, Address[]) - Method in class javax.mail.Transport
-
Send a message to the supplied addresses using this transport; if any of the addresses are
invalid then a
SendFailedException
is thrown.
- SentDateTerm - Class in javax.mail.search
-
- SentDateTerm(int, Date) - Constructor for class javax.mail.search.SentDateTerm
-
- Service - Class in javax.mail
-
- Service(Session, URLName) - Constructor for class javax.mail.Service
-
Construct a new Service.
- session - Variable in class javax.mail.Message
-
The
Session
associated with this message.
- session - Variable in class javax.mail.Service
-
The session from which this service was created.
- Session - Class in javax.mail
-
OK, so we have a final class in the API with a heck of a lot of implementation required...
- SessionUtil - Class in org.apache.geronimo.mail.util
-
Simple utility class for managing session properties.
- SessionUtil() - Constructor for class org.apache.geronimo.mail.util.SessionUtil
-
- set(String, String) - Method in class javax.mail.internet.ParameterList
-
- set(String, String, String) - Method in class javax.mail.internet.ParameterList
-
- set - Variable in class javax.mail.search.FlagTerm
-
If true, test that all flags are set; if false, test that all flags are clear.
- setAddress(String) - Method in class javax.mail.internet.InternetAddress
-
Set the address.
- setCalendar(Calendar) - Method in class javax.mail.internet.MailDateFormat
-
The calendar cannot be set
- setConnected(boolean) - Method in class javax.mail.Service
-
Notification to subclasses that the connection state has changed.
- setContent(Object, String) - Method in class javax.mail.internet.MimeBodyPart
-
- setContent(Multipart) - Method in class javax.mail.internet.MimeBodyPart
-
- setContent(Object, String) - Method in class javax.mail.internet.MimeMessage
-
- setContent(Multipart) - Method in class javax.mail.internet.MimeMessage
-
- setContent(Multipart) - Method in interface javax.mail.Part
-
- setContent(Object, String) - Method in interface javax.mail.Part
-
- setContentID(String) - Method in class javax.mail.internet.MimeBodyPart
-
- setContentID(String) - Method in class javax.mail.internet.MimeMessage
-
- setContentLanguage(String[]) - Method in class javax.mail.internet.MimeBodyPart
-
- setContentLanguage(String[]) - Method in class javax.mail.internet.MimeMessage
-
- setContentLanguage(String[]) - Method in interface javax.mail.internet.MimePart
-
- setContentMD5(String) - Method in class javax.mail.internet.MimeBodyPart
-
- setContentMD5(String) - Method in class javax.mail.internet.MimeMessage
-
- setContentMD5(String) - Method in interface javax.mail.internet.MimePart
-
- setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeBodyPart
-
- setDataHandler(DataHandler) - Method in class javax.mail.internet.MimeMessage
-
- setDataHandler(DataHandler) - Method in interface javax.mail.Part
-
- setDebug(boolean) - Method in class javax.mail.Session
-
Enable debugging for this session.
- setDebugOut(PrintStream) - Method in class javax.mail.Session
-
Set the output stream where debug information should be sent.
- setDescription(String) - Method in class javax.mail.internet.MimeBodyPart
-
- setDescription(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
- setDescription(String) - Method in class javax.mail.internet.MimeMessage
-
- setDescription(String, String) - Method in class javax.mail.internet.MimeMessage
-
- setDescription(String) - Method in interface javax.mail.Part
-
- setDisposition(String) - Method in class javax.mail.internet.ContentDisposition
-
- setDisposition(String) - Method in class javax.mail.internet.MimeBodyPart
-
Set a new dispostion value for the "Content-Disposition" field.
- setDisposition(String) - Method in class javax.mail.internet.MimeMessage
-
Set a new dispostion value for the "Content-Disposition" field.
- setDisposition(String) - Method in interface javax.mail.Part
-
- setExpunged(boolean) - Method in class javax.mail.Message
-
Set the expunged flag for this message.
- setFileName(String) - Method in class javax.mail.internet.MimeBodyPart
-
- setFileName(String) - Method in class javax.mail.internet.MimeMessage
-
- setFileName(String) - Method in interface javax.mail.Part
-
- setFlag(Flags.Flag, boolean) - Method in class javax.mail.Message
-
Set a flag to the supplied value.
- setFlags(Message[], Flags, boolean) - Method in class javax.mail.Folder
-
Set flags on the messages to the supplied value; all messages must belong to this folder.
- setFlags(int, int, Flags, boolean) - Method in class javax.mail.Folder
-
Set flags on a range of messages to the supplied value.
- setFlags(int[], Flags, boolean) - Method in class javax.mail.Folder
-
Set flags on a set of messages to the supplied value.
- setFlags(Flags, boolean) - Method in class javax.mail.internet.MimeMessage
-
Set or clear a flag value.
- setFlags(Flags, boolean) - Method in class javax.mail.Message
-
Set the flags specified to the supplied value; flags not included in the
supplied
Flags
parameter are not affected.
- setFrom(Address) - Method in class javax.mail.internet.MimeMessage
-
Set the current message "From" recipient.
- setFrom() - Method in class javax.mail.internet.MimeMessage
-
- setFrom() - Method in class javax.mail.Message
-
Set the "From" header for this message to the value of the "mail.user" property,
of if that property is not set, to the value of the system property "user.name"
- setFrom(Address) - Method in class javax.mail.Message
-
Set the "From" header to the supplied address.
- setHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
-
Set the value of the header to the supplied value; any existing headers
are removed.
- setHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
- setHeader(String, String) - Method in class javax.mail.internet.MimeMessage
-
Set a new value for a named header.
- setHeader(String, String) - Method in interface javax.mail.Part
-
- setHost(String) - Method in class javax.mail.internet.NewsAddress
-
- setMessageNumber(int) - Method in class javax.mail.Message
-
Set the message number for this Message.
- setMultipartDataSource(MultipartDataSource) - Method in class javax.mail.Multipart
-
Initialize this multipart object from the supplied data source.
- setName(String) - Method in class javax.mail.util.ByteArrayDataSource
-
Set a new DataSource name.
- setNewsgroup(String) - Method in class javax.mail.internet.NewsAddress
-
- setNextException(Exception) - Method in exception javax.mail.MessagingException
-
- setNumberFormat(NumberFormat) - Method in class javax.mail.internet.MailDateFormat
-
The format cannot be set
- setParameter(String, String) - Method in class javax.mail.internet.ContentDisposition
-
- setParameter(String, String) - Method in class javax.mail.internet.ContentType
-
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentDisposition
-
- setParameterList(ParameterList) - Method in class javax.mail.internet.ContentType
-
- setParent(Part) - Method in class javax.mail.Multipart
-
Set the parent of this Multipart object
- setPasswordAuthentication(URLName, PasswordAuthentication) - Method in class javax.mail.Session
-
Set the password authentication associated with a URL.
- setPersonal(String, String) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- setPersonal(String) - Method in class javax.mail.internet.InternetAddress
-
Set the personal name.
- setPreamble(String) - Method in class javax.mail.internet.MimeMultipart
-
Set the message preamble text.
- setPrimaryType(String) - Method in class javax.mail.internet.ContentType
-
- setProtocolForAddress(String, String) - Method in class javax.mail.Session
-
Add a mapping between an address type and a protocol used
to process that address type.
- setProvider(Provider) - Method in class javax.mail.Session
-
Make the supplied Provider the default for its protocol.
- setQuota(Quota) - Method in interface javax.mail.QuotaAwareStore
-
Set a quota item.
- setRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
-
Set the list of recipients for the specified type to a single address.
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
-
Set a recipients list for a particular recipient type.
- setRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
-
Set a recipient field to a string address (which may be a
list or group type).
- setRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
-
Set the list of recipients for the specified type.
- setReplyTo(Address[]) - Method in class javax.mail.internet.MimeMessage
-
Set the Reply-To field to the provided list of addresses.
- setReplyTo(Address[]) - Method in class javax.mail.Message
-
Set the addresses to which replies should be directed.
- setResourceLimit(String, long) - Method in class javax.mail.Quota
-
Set a limit value for a resource.
- setSender(Address) - Method in class javax.mail.internet.MimeMessage
-
Set the "Sender" header.
- setSentDate(Date) - Method in class javax.mail.internet.MimeMessage
-
Set the message sent date.
- setSentDate(Date) - Method in class javax.mail.Message
-
Set the date this message was sent.
- setSubject(String) - Method in class javax.mail.internet.MimeMessage
-
Set the value for the "Subject" header.
- setSubject(String, String) - Method in class javax.mail.internet.MimeMessage
-
- setSubject(String) - Method in class javax.mail.Message
-
Set the subject of this message
- setSubscribed(boolean) - Method in class javax.mail.Folder
-
Set the user's subscription to this folder.
- setSubType(String) - Method in class javax.mail.internet.ContentType
-
- setSubType(String) - Method in class javax.mail.internet.MimeMultipart
-
- setText(String) - Method in class javax.mail.internet.MimeBodyPart
-
- setText(String, String) - Method in class javax.mail.internet.MimeBodyPart
-
- setText(String, String, String) - Method in class javax.mail.internet.MimeBodyPart
-
- setText(String) - Method in class javax.mail.internet.MimeMessage
-
- setText(String, String) - Method in class javax.mail.internet.MimeMessage
-
- setText(String, String, String) - Method in class javax.mail.internet.MimeMessage
-
- setText(String) - Method in interface javax.mail.internet.MimePart
-
- setText(String, String) - Method in interface javax.mail.internet.MimePart
-
- setText(String, String, String) - Method in interface javax.mail.internet.MimePart
-
- setText(String) - Method in interface javax.mail.Part
-
- setURLName(URLName) - Method in class javax.mail.Service
-
Set the url field.
- SharedByteArrayInputStream - Class in javax.mail.util
-
- SharedByteArrayInputStream(byte[]) - Constructor for class javax.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream that shares the entire
buffer.
- SharedByteArrayInputStream(byte[], int, int) - Constructor for class javax.mail.util.SharedByteArrayInputStream
-
Create a SharedByteArrayInputStream using a subset of the
array data.
- SharedFileInputStream - Class in javax.mail.util
-
- SharedFileInputStream(String) - Constructor for class javax.mail.util.SharedFileInputStream
-
Construct a SharedFileInputStream from a file name, using the default buffer size.
- SharedFileInputStream(File) - Constructor for class javax.mail.util.SharedFileInputStream
-
Construct a SharedFileInputStream from a File object, using the default buffer size.
- SharedFileInputStream(String, int) - Constructor for class javax.mail.util.SharedFileInputStream
-
Construct a SharedFileInputStream from a file name, with a given initial buffer size.
- SharedFileInputStream(File, int) - Constructor for class javax.mail.util.SharedFileInputStream
-
Construct a SharedFileInputStream from a File object, with a given initial buffer size.
- SharedInputStream - Interface in javax.mail.internet
-
- size() - Method in class javax.mail.internet.ParameterList
-
- SizeTerm - Class in javax.mail.search
-
- SizeTerm(int, int) - Constructor for class javax.mail.search.SizeTerm
-
- skip(long) - Method in class javax.mail.util.SharedFileInputStream
-
Skip the read pointer ahead a given number of bytes.
- specials - Variable in class org.apache.geronimo.mail.util.RFC2231Encoder
-
- start - Variable in class javax.mail.util.SharedByteArrayInputStream
-
Position within shared buffer that this stream starts at.
- start - Variable in class javax.mail.util.SharedFileInputStream
-
The starting position of data represented by this stream relative
to the start of the file data.
- store - Variable in class javax.mail.Folder
-
The store that this folder is part of.
- STORE - Static variable in class javax.mail.Provider.Type
-
A message store provider such as POP3 or IMAP4.
- Store - Class in javax.mail
-
Abstract class that represents a message store.
- Store(Session, URLName) - Constructor for class javax.mail.Store
-
Constructor specifying session and url of this store.
- StoreClosedException - Exception in javax.mail
-
- StoreClosedException(Store) - Constructor for exception javax.mail.StoreClosedException
-
- StoreClosedException(Store, String) - Constructor for exception javax.mail.StoreClosedException
-
- StoreEvent - Class in javax.mail.event
-
Event representing motifications from the Store connection.
- StoreEvent(Store, int, String) - Constructor for class javax.mail.event.StoreEvent
-
Construct a new event.
- StoreListener - Interface in javax.mail.event
-
- StringBufferOutputStream - Class in org.apache.geronimo.mail.util
-
An implementation of an OutputStream that writes the data directly
out to a StringBuffer object.
- StringBufferOutputStream(StringBuffer) - Constructor for class org.apache.geronimo.mail.util.StringBufferOutputStream
-
Create an output stream that writes to the target StringBuffer
- StringTerm - Class in javax.mail.search
-
A Term that provides matching criteria for Strings.
- StringTerm(String) - Constructor for class javax.mail.search.StringTerm
-
Constructor specifying a pattern.
- StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
-
Constructor specifying pattern and case sensitivity.
- SubjectTerm - Class in javax.mail.search
-
- SubjectTerm(String) - Constructor for class javax.mail.search.SubjectTerm
-