A B C D E F G H I J L M N O P Q R S T U V W X

A

add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Add a predefined profile of headers.
add(String) - Method in class javax.mail.FetchProfile
Add a specific header.
add(Flags.Flag) - Method in class javax.mail.Flags
Set a system flag.
add(Flags) - Method in class javax.mail.Flags
Set all system and user flags from the supplied Flags.
add(String) - Method in class javax.mail.Flags
Set a user flag.
addBodyPart(BodyPart) - Method in class javax.mail.Multipart
Add a part to the end of the list.
addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
Insert a part into the list at a designated point; all subsequent parts move down
addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
 
addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
 
ADDED - Static variable in class javax.mail.event.MessageCountEvent
Messages were added to the folder.
addFolderListener(FolderListener) - Method in class javax.mail.Folder
 
addFolderListener(FolderListener) - Method in class javax.mail.Store
 
addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
Add a set of addresses to the existing From header.
addFrom(Address[]) - Method in class javax.mail.Message
Add multiple addresses to the "From" header.
addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Add a new value to the header with the supplied name.
addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
 
addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Add a new value to an existing header.
addHeader(String, String) - Method in interface javax.mail.Part
Add this value to the existing headers with the given name.
addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
 
addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
 
addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
 
addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
 
addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
 
addProvider(Provider) - Method in class javax.mail.Session
Add a provider to the Session managed provider list.
addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
Add a recipent of a specified type.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
Add a list of addresses to a target recipient list.
addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
Add an address to a target recipient list by string name.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
Add recipents of a specified type.
Address - Class in javax.mail
This abstract class models the addresses in a message.
Address() - Constructor for class javax.mail.Address
 
address - Variable in class javax.mail.internet.InternetAddress
The address in RFC822 format.
address - Variable in class javax.mail.search.AddressTerm
The address.
AddressException - Exception in javax.mail.internet
 
AddressException() - Constructor for exception javax.mail.internet.AddressException
 
AddressException(String) - Constructor for exception javax.mail.internet.AddressException
 
AddressException(String, String) - Constructor for exception javax.mail.internet.AddressException
 
AddressException(String, String, int) - Constructor for exception javax.mail.internet.AddressException
 
AddressStringTerm - Class in javax.mail.search
A Term that compares two Addresses as Strings.
AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
Constructor.
AddressTerm - Class in javax.mail.search
Term that compares two addresses.
AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
Constructor taking the address for this term.
addStoreListener(StoreListener) - Method in class javax.mail.Store
 
addTransportListener(TransportListener) - Method in class javax.mail.Transport
 
ALERT - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is an alert.
ALL - Static variable in class javax.mail.internet.MimeUtility
 
AndTerm - Class in javax.mail.search
Term that implements a logical AND across terms.
AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
Constructor for performing a binary AND.
AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
Constructor for performing and AND across an arbitraty number of terms.
ANSWERED - Static variable in class javax.mail.Flags.Flag
Flag that indicates that the message has been replied to; has a bit value of 1.
appendMessages(Message[]) - Method in class javax.mail.Folder
Append the supplied messages to this folder.
ASCIIUtil - Class in org.apache.geronimo.mail.util
Set of utility classes for handling common encoding-related manipulations.
ASCIIUtil() - Constructor for class org.apache.geronimo.mail.util.ASCIIUtil
 
ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
 
attachFile(File) - Method in class javax.mail.internet.MimeBodyPart
Attach a file to this body part from a File object.
attachFile(String) - Method in class javax.mail.internet.MimeBodyPart
Attach a file to this body part from a file name.
ATTACHMENT - Static variable in interface javax.mail.Part
This part should be presented as an attachment.
AuthenticationFailedException - Exception in javax.mail
 
AuthenticationFailedException() - Constructor for exception javax.mail.AuthenticationFailedException
 
AuthenticationFailedException(String) - Constructor for exception javax.mail.AuthenticationFailedException
 
Authenticator - Class in javax.mail
 
Authenticator() - Constructor for class javax.mail.Authenticator
 
available() - Method in class javax.mail.util.SharedFileInputStream
Return the number of bytes available for reading without blocking for a long period.
available() - Method in class org.apache.geronimo.mail.util.Base64DecoderStream
 
available() - Method in class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
Give an estimate of how much additional data is available from this stream.
available() - Method in class org.apache.geronimo.mail.util.UUDecoderStream
 

B

Base64 - Class in org.apache.geronimo.mail.util
 
Base64() - Constructor for class org.apache.geronimo.mail.util.Base64
 
Base64DecoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterInputStream that decodes the stream data in BASE64 encoding format.
Base64DecoderStream(InputStream) - Constructor for class org.apache.geronimo.mail.util.Base64DecoderStream
 
Base64Encoder - Class in org.apache.geronimo.mail.util
 
Base64Encoder() - Constructor for class org.apache.geronimo.mail.util.Base64Encoder
 
Base64EncoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterOutputStream that encodes the stream data in BASE64 encoding format.
Base64EncoderStream(OutputStream) - Constructor for class org.apache.geronimo.mail.util.Base64EncoderStream
Create a Base64 encoder stream that wraps a specifed stream using the default line break size.
Base64EncoderStream(OutputStream, int) - Constructor for class org.apache.geronimo.mail.util.Base64EncoderStream
 
BCC - Static variable in class javax.mail.Message.RecipientType
A "Bcc" or blind carbon-copy recipient.
beginRead - Variable in class org.apache.geronimo.mail.util.UUDecoderStream
 
beginWritten - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
 
BodyPart - Class in javax.mail
 
BodyPart() - Constructor for class javax.mail.BodyPart
 
BodyTerm - Class in javax.mail.search
Term that matches on a message body.
BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
 
buffer - Variable in class org.apache.geronimo.mail.util.Base64EncoderStream
 
buffer - Variable in class org.apache.geronimo.mail.util.StringBufferOutputStream
 
buffer - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
 
BUFFERED_UNITS - Static variable in class org.apache.geronimo.mail.util.Base64DecoderStream
 
bufferedBytes - Variable in class org.apache.geronimo.mail.util.Base64EncoderStream
 
bufferedBytes - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
 
bufpos - Variable in class javax.mail.util.SharedFileInputStream
The file offset that is the first byte in the read buffer.
bufsize - Variable in class javax.mail.util.SharedFileInputStream
The normal size of the read buffer.
ByteArrayDataSource - Class in javax.mail.util
An activation DataSource object that sources the data from a byte[] array.
ByteArrayDataSource(InputStream, String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource from an input stream.
ByteArrayDataSource(byte[], String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource directly from a byte array.
ByteArrayDataSource(String, String) - Constructor for class javax.mail.util.ByteArrayDataSource
Create a ByteArrayDataSource from a string value.
bytesWritten - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 

C

cachedCharacter - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
CC - Static variable in class javax.mail.Message.RecipientType
A "Cc" or carbon-copy recipient.
clone() - Method in class javax.mail.Flags
Return a copy of this instance.
clone() - Method in class javax.mail.internet.InternetAddress
Clone this object.
close(boolean) - Method in class javax.mail.Folder
Close this folder; it must already be open.
close() - Method in class javax.mail.Service
Close this service and terminate its physical connection.
close() - Method in class javax.mail.util.SharedFileInputStream
Close the stream.
close() - Method in class org.apache.geronimo.mail.util.Base64EncoderStream
 
close() - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
close() - Method in class org.apache.geronimo.mail.util.UUEncoderStream
 
closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
CLOSED - Static variable in class javax.mail.event.ConnectionEvent
A connection was closed.
closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Called when a connection is closed.
COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
 
comparison - Variable in class javax.mail.search.ComparisonTerm
 
ComparisonTerm - Class in javax.mail.search
Base for comparison terms.
ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
 
connect() - Method in class javax.mail.Service
A generic connect method that takes no parameters allowing subclasses to implement an appropriate authentication scheme.
connect(String, String, String) - Method in class javax.mail.Service
Connect to the specified host using a simple username/password authenticaion scheme and the default port.
connect(String, String) - Method in class javax.mail.Service
Connect to the specified host using a simple username/password authenticaion scheme and the default host and port.
connect(String, int, String, String) - Method in class javax.mail.Service
Connect to the specified host at the specified port using a simple username/password authenticaion scheme.
ConnectionAdapter - Class in javax.mail.event
An adaptor that receives connection events.
ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
 
ConnectionEvent - Class in javax.mail.event
 
ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
 
ConnectionListener - Interface in javax.mail.event
Listener for handling connection events.
contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Determine if the given profile item is already included.
contains(String) - Method in class javax.mail.FetchProfile
Determine if the specified header is already included.
contains(Flags.Flag) - Method in class javax.mail.Flags
See if the supplied system flags are set
contains(Flags) - Method in class javax.mail.Flags
See if all of the supplied Flags are set
contains(String) - Method in class javax.mail.Flags
See if the supplied user flag is set
content - Variable in class javax.mail.internet.MimeBodyPart
This message's content (unless sourced from a SharedInputStream).
content - Variable in class javax.mail.internet.MimeMessage
This message's content (unless sourced from a SharedInputStream).
CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
Item for fetching information about the content of the message.
ContentDisposition - Class in javax.mail.internet
 
ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
 
ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
 
ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
 
contentStream - Variable in class javax.mail.internet.MimeBodyPart
If the data for this message was supplied by a SharedInputStream then this is another such stream representing the content of this message; if this field is non-null, then MimeBodyPart.content will be null.
contentStream - Variable in class javax.mail.internet.MimeMessage
If the data for this message was supplied by a SharedInputStream then this is another such stream representing the content of this message; if this field is non-null, then MimeMessage.content will be null.
ContentType - Class in javax.mail.internet
 
ContentType() - Constructor for class javax.mail.internet.ContentType
 
ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
 
ContentType(String) - Constructor for class javax.mail.internet.ContentType
 
contentType - Variable in class javax.mail.Multipart
The content type of this multipart object; defaults to "multipart/mixed"
copyMessages(Message[], Folder) - Method in class javax.mail.Folder
Copy the specified messages to another folder.
create(int) - Method in class javax.mail.Folder
Create a new folder capable of containing subfoldera and/or messages as determined by the type parameter.
CREATED - Static variable in class javax.mail.event.FolderEvent
 
createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMessage
Create a new set of internet headers from the InputStream
createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMultipart
 
createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
 
createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
 
createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
Method used to create a new MimeMessage instance.
CRLF - Static variable in class org.apache.geronimo.mail.util.Base64EncoderStream
 

D

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(byte[], int, int) - 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.

E

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[], int, int) - 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(byte[], StringBuffer, String) - 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.
encodeWord(byte[], StringBuffer, String, String) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
Perform RFC-2047 word encoding using Base64 data encoding.
encodeWordData(byte[], StringBuffer) - Method in class org.apache.geronimo.mail.util.Base64Encoder
encode the input data producing a base 64 output stream.
encodeWordData(byte[], StringBuffer, String) - 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.MessageIDTerm
 
equals(Object) - Method in class javax.mail.search.MessageNumberTerm
 
equals(Object) - Method in class javax.mail.search.NotTerm
 
equals(Object) - Method in class javax.mail.search.OrTerm
 
equals(Object) - Method in class javax.mail.search.ReceivedDateTerm
 
equals(Object) - Method in class javax.mail.search.RecipientStringTerm
 
equals(Object) - Method in class javax.mail.search.RecipientTerm
 
equals(Object) - Method in class javax.mail.search.SentDateTerm
 
equals(Object) - Method in class javax.mail.search.SizeTerm
 
equals(Object) - Method in class javax.mail.search.StringTerm
 
equals(Object) - Method in class javax.mail.search.SubjectTerm
 
equals(Object) - Method in class javax.mail.URLName
 
estimateEncodedLength(byte[]) - Method in class org.apache.geronimo.mail.util.Base64Encoder
Estimate the final encoded size of a segment of data.
estimateEncodedLength(byte[], String) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
Estimate the final encoded size of a segment of data.
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.

F

fetch(Message[], FetchProfile) - Method in class javax.mail.Folder
Hint to the store to prefetch information on the supplied messaged.
FetchProfile - Class in javax.mail
A FetchProfile defines a list of message attributes that a client wishes to prefetch from the server during a fetch operation.
FetchProfile() - Constructor for class javax.mail.FetchProfile
 
FetchProfile.Item - Class in javax.mail
Inner class that defines sets of headers that are commonly bundled together in a FetchProfile.
FetchProfile.Item(String) - Constructor for class javax.mail.FetchProfile.Item
 
finalize() - Method in class javax.mail.Folder
Unregisters all listeners.
finalize() - Method in class javax.mail.Service
 
FLAGGED - Static variable in class javax.mail.Flags.Flag
Flag that indicates that the message has been flagged; has a bit value of 8.
FLAGS - Static variable in class javax.mail.FetchProfile.Item
Item for fetching information about message flags.
Flags - Class in javax.mail
Representation of flags that may be associated with a message.
Flags() - Constructor for class javax.mail.Flags
Construct a Flags instance with no flags set.
Flags(Flags.Flag) - Constructor for class javax.mail.Flags
Construct a Flags instance with a supplied system flag set.
Flags(Flags) - Constructor for class javax.mail.Flags
Construct a Flags instance with a same flags set.
Flags(String) - Constructor for class javax.mail.Flags
Construct a Flags instance with the supplied user flags set.
flags - Variable in class javax.mail.internet.MimeMessage
This message's flags.
flags - Variable in class javax.mail.search.FlagTerm
The flags to test.
Flags.Flag - Class in javax.mail
 
FLAGS_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's flags changed.
FlagTerm - Class in javax.mail.search
Term for matching message Flags.
FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
 
flush() - Method in class org.apache.geronimo.mail.util.Base64EncoderStream
 
flush() - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
flush() - Method in class org.apache.geronimo.mail.util.UUEncoderStream
 
fold(int, String) - Static method in class javax.mail.internet.MimeUtility
Perform RFC 2047 text folding on a string of text.
folder - Variable in class javax.mail.event.FolderEvent
 
Folder - Class in javax.mail
An abstract representation of a folder in a mail system; subclasses would implement Folders for each supported protocol.
Folder(Store) - Constructor for class javax.mail.Folder
Constructor that initializes the Store.
folder - Variable in class javax.mail.Message
The Folder that contains this message, or null if it was not obtained from a folder.
FolderAdapter - Class in javax.mail.event
An adaptor that receives connection events.
FolderAdapter() - Constructor for class javax.mail.event.FolderAdapter
 
FolderClosedException - Exception in javax.mail
 
FolderClosedException(Folder) - Constructor for exception javax.mail.FolderClosedException
 
FolderClosedException(Folder, String) - Constructor for exception javax.mail.FolderClosedException
 
folderCreated(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderCreated(FolderEvent) - Method in interface javax.mail.event.FolderListener
 
folderDeleted(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderDeleted(FolderEvent) - Method in interface javax.mail.event.FolderListener
 
FolderEvent - Class in javax.mail.event
 
FolderEvent(Object, Folder, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor used for RENAMED events.
FolderEvent(Object, Folder, int) - Constructor for class javax.mail.event.FolderEvent
Constructor other events.
FolderListener - Interface in javax.mail.event
 
FolderNotFoundException - Exception in javax.mail
 
FolderNotFoundException() - Constructor for exception javax.mail.FolderNotFoundException
 
FolderNotFoundException(Folder) - Constructor for exception javax.mail.FolderNotFoundException
 
FolderNotFoundException(Folder, String) - Constructor for exception javax.mail.FolderNotFoundException
 
FolderNotFoundException(String, Folder) - Constructor for exception javax.mail.FolderNotFoundException
 
folderRenamed(FolderEvent) - Method in class javax.mail.event.FolderAdapter
 
folderRenamed(FolderEvent) - Method in interface javax.mail.event.FolderListener
 
format(Date, StringBuffer, FieldPosition) - Method in class javax.mail.internet.MailDateFormat
 
FromStringTerm - Class in javax.mail.search
 
FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
 
FromTerm - Class in javax.mail.search
 
FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
 
fullURL - Variable in class javax.mail.URLName
 

G

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
Return all headers as an Enumeration of Header objects.
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
Return a content object for this 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
Get the ContentType for this part, or null if the ContentType has not been set.
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
Returns a DataHandler instance for the content with in the 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
Return 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
Returns a description string for this 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
Return the disposition of the 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
Get a file name associated with this part.
getFlags() - Method in class javax.mail.internet.MimeMessage
Return a copy the flags associated with this message.
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 the message is from; in some circumstances this may be different than 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
Get all Headers for this header name.
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
Return an InputStream for accessing the Part content.
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
Return the number of lines in the content, or -1 if the line count cannot be determined.
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
Return all headers that match the list of names as an Enumeration of Header objects.
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
Retrieve a message using the UID rather than the message sequence number.
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
Get a series of messages using a UID range.
getMessagesByUID(long[]) - Method in interface javax.mail.UIDFolder
Retrieve a set of messages by explicit UIDs.
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
Return an Enumeration of all Headers except those that match the names given in the exclusion list.
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
Return the size of this part, or -1 if the size cannot be reliably determined.
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
Retrieve the UID for a message from this Folder.
getUIDValidity() - Method in interface javax.mail.UIDFolder
Get the UID validity value for this Folder.
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
 

H

hashCode() - Method in class javax.mail.Flags
Calculate a hashCode for this instance
hashCode() - Method in class javax.mail.internet.InternetAddress
Return the hashCode for this address.
hashCode() - Method in class javax.mail.internet.NewsAddress
 
hashCode() - Method in class javax.mail.search.AddressTerm
 
hashCode() - Method in class javax.mail.search.AndTerm
 
hashCode() - Method in class javax.mail.search.ComparisonTerm
 
hashCode() - Method in class javax.mail.search.DateTerm
 
hashCode() - Method in class javax.mail.search.FlagTerm
 
hashCode() - Method in class javax.mail.search.HeaderTerm
 
hashCode() - Method in class javax.mail.search.IntegerComparisonTerm
 
hashCode() - Method in class javax.mail.search.NotTerm
 
hashCode() - Method in class javax.mail.search.OrTerm
 
hashCode() - Method in class javax.mail.search.RecipientStringTerm
 
hashCode() - Method in class javax.mail.search.RecipientTerm
 
hashCode() - Method in class javax.mail.search.StringTerm
 
hashCode() - Method in class javax.mail.URLName
 
hasNewMessages() - Method in class javax.mail.Folder
Check to see if this Folder conatins messages with the Flag.RECENT flag set.
Header - Class in javax.mail
Class representing a header field.
Header(String, String) - Constructor for class javax.mail.Header
Constructor initializing all immutable fields.
headerName - Variable in class javax.mail.search.HeaderTerm
 
headers - Variable in class javax.mail.internet.InternetHeaders
 
headers - Variable in class javax.mail.internet.MimeBodyPart
This message's headers.
headers - Variable in class javax.mail.internet.MimeMessage
This message's headers.
HeaderTerm - Class in javax.mail.search
 
HeaderTerm(String, String) - Constructor for class javax.mail.search.HeaderTerm
 
HeaderTokenizer - Class in javax.mail.internet
 
HeaderTokenizer(String) - Constructor for class javax.mail.internet.HeaderTokenizer
 
HeaderTokenizer(String, String) - Constructor for class javax.mail.internet.HeaderTokenizer
 
HeaderTokenizer(String, String, boolean) - Constructor for class javax.mail.internet.HeaderTokenizer
 
HeaderTokenizer.Token - Class in javax.mail.internet
 
HeaderTokenizer.Token(int, String) - Constructor for class javax.mail.internet.HeaderTokenizer.Token
 
Hex - Class in org.apache.geronimo.mail.util
 
Hex() - Constructor for class org.apache.geronimo.mail.util.Hex
 
HexEncoder - Class in org.apache.geronimo.mail.util
 
HexEncoder() - Constructor for class org.apache.geronimo.mail.util.HexEncoder
 
HOLDS_FOLDERS - Static variable in class javax.mail.Folder
Flag that indicates that a folder can contain other folders.
HOLDS_MESSAGES - Static variable in class javax.mail.Folder
Flag that indicates that a folder can contain messages.
host - Variable in class javax.mail.internet.NewsAddress
The host for this newsgroup
HtmlHandler - Class in org.apache.geronimo.mail.handlers
 
HtmlHandler() - Constructor for class org.apache.geronimo.mail.handlers.HtmlHandler
 

I

ignoreCase - Variable in class javax.mail.search.StringTerm
If true, case should be ignored during matching.
ignoreErrors - Variable in class org.apache.geronimo.mail.util.Base64DecoderStream
 
IllegalWriteException - Exception in javax.mail
 
IllegalWriteException() - Constructor for exception javax.mail.IllegalWriteException
 
IllegalWriteException(String) - Constructor for exception javax.mail.IllegalWriteException
 
in - Variable in class javax.mail.util.SharedFileInputStream
The source of the file data.
initialiseDecodingTable() - Method in class org.apache.geronimo.mail.util.Base64Encoder
 
initialiseDecodingTable() - Method in class org.apache.geronimo.mail.util.HexEncoder
 
initialiseDecodingTable() - Method in class org.apache.geronimo.mail.util.RFC2231Encoder
 
initialiseDecodingTable() - Method in class org.apache.geronimo.mail.util.XTextEncoder
 
INLINE - Static variable in interface javax.mail.Part
This part should be presented or rendered inline.
IntegerComparisonTerm - Class in javax.mail.search
A Term that provides comparisons for integers.
IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
 
InternetAddress - Class in javax.mail.internet
A representation of an Internet email address as specified by RFC822 in conjunction with a human-readable personal name that can be encoded as specified by RFC2047.
InternetAddress() - Constructor for class javax.mail.internet.InternetAddress
 
InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
 
InternetAddress(String, boolean) - Constructor for class javax.mail.internet.InternetAddress
 
InternetAddress(String, String) - Constructor for class javax.mail.internet.InternetAddress
 
InternetAddress(String, String, String) - Constructor for class javax.mail.internet.InternetAddress
 
InternetHeaders - Class in javax.mail.internet
Class that represents the RFC822 headers associated with a message.
InternetHeaders() - Constructor for class javax.mail.internet.InternetHeaders
Create an empty InternetHeaders
InternetHeaders(InputStream) - Constructor for class javax.mail.internet.InternetHeaders
Create a new InternetHeaders initialized by reading headers from the stream.
InternetHeaders.InternetHeader - Class in javax.mail.internet
 
InternetHeaders.InternetHeader(String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
 
InternetHeaders.InternetHeader(String, String) - Constructor for class javax.mail.internet.InternetHeaders.InternetHeader
 
invalid - Variable in class javax.mail.event.TransportEvent
Addresses that are invalid.
invalid - Variable in exception javax.mail.SendFailedException
 
isAscii(String) - Static method in class org.apache.geronimo.mail.util.ASCIIUtil
Test to see if this string contains only US-ASCII (i.e., 7-bit ASCII) charactes.
isAscii(int) - Static method in class org.apache.geronimo.mail.util.ASCIIUtil
Test to see if a given character can be considered "valid" ASCII.
isComplete() - Method in class javax.mail.internet.MimeMultipart
Return true if the final boundary line for this multipart was seen when parsing the data.
isConnected() - Method in class javax.mail.Service
Check if this service is currently connected.
isExpunged() - Method in class javax.mail.Message
Checks to see if this message has been expunged.
isGroup() - Method in class javax.mail.internet.InternetAddress
Return true is this address is an RFC822 group address in the format phrase ":" [#mailbox] ";".
isMimeType(String) - Method in class javax.mail.internet.MimeBodyPart
Tests to see if this message has a mime-type match with the given type name.
isMimeType(String) - Method in class javax.mail.internet.MimeMessage
Tests to see if this message has a mime-type match with the given type name.
isMimeType(String) - Method in interface javax.mail.Part
Tests if the part is of the specified MIME type.
isOpen() - Method in class javax.mail.Folder
Indicates that the folder has been opened.
isPropertyFalse(Session, String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
Process a session property as a boolean value, returning either true or false.
isPropertyTrue(Session, String) - Static method in class org.apache.geronimo.mail.util.SessionUtil
Process a session property as a boolean value, returning either true or false.
isRemoved() - Method in class javax.mail.event.MessageCountEvent
 
isSet(Flags.Flag) - Method in class javax.mail.internet.MimeMessage
Check whether the supplied flag is set.
isSet(Flags.Flag) - Method in class javax.mail.Message
Check whether the supplied flag is set.
isSubscribed() - Method in class javax.mail.Folder
Determine if the user is subscribed to this Folder.
isValidBase64(int) - Method in class org.apache.geronimo.mail.util.Base64Encoder
Test if a character is a valid Base64 encoding character.

J

javaCharset(String) - Static method in class javax.mail.internet.MimeUtility
Translate a MIME standard character set name into the Java equivalent.
javax.mail - package javax.mail
 
javax.mail.event - package javax.mail.event
 
javax.mail.internet - package javax.mail.internet
 
javax.mail.search - package javax.mail.search
 
javax.mail.util - package javax.mail.util
 

L

lastCR - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
LASTUID - Static variable in interface javax.mail.UIDFolder
A special value than can be passed as the end parameter to Folder.getMessages(int, int) to indicate the last message in this folder.
lastWhitespace - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
LE - Static variable in class javax.mail.search.ComparisonTerm
 
limit - Variable in class javax.mail.Quota.Resource
The limit value for this resource.
lineBreak - Variable in class org.apache.geronimo.mail.util.Base64EncoderStream
 
lineBreak - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
lineCount - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
lineLength - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
list(String) - Method in class javax.mail.Folder
Return a list of folders from this Folder's namespace that match the supplied pattern.
list() - Method in class javax.mail.Folder
Convenience method that invokes Folder.list(String) with the pattern "%".
listSubscribed(String) - Method in class javax.mail.Folder
Return a list of folders to which the user is subscribed and which match the supplied pattern.
listSubscribed() - Method in class javax.mail.Folder
Convenience method that invokes Folder.listSubscribed(String) with the pattern "%".
load(InputStream) - Method in class javax.mail.internet.InternetHeaders
Read and parse the supplied stream and add all headers to the current set.
LT - Static variable in class javax.mail.search.ComparisonTerm
 

M

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
Extends Message.RecipientType to support addition recipient types.
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 within 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
A container for multiple BodyParts.
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

N

name - Variable in class javax.mail.Header
The name of the header.
name - Variable in class javax.mail.Quota.Resource
The resource name.
name - Variable in class org.apache.geronimo.mail.util.UUEncoderStream
 
NE - Static variable in class javax.mail.search.ComparisonTerm
 
newFolder - Variable in class javax.mail.event.FolderEvent
 
NewsAddress - Class in javax.mail.internet
A representation of an RFC1036 Internet newsgroup address.
NewsAddress() - Constructor for class javax.mail.internet.NewsAddress
 
NewsAddress(String) - Constructor for class javax.mail.internet.NewsAddress
 
NewsAddress(String, String) - Constructor for class javax.mail.internet.NewsAddress
 
newsgroup - Variable in class javax.mail.internet.NewsAddress
The name of this newsgroup
NEWSGROUPS - Static variable in class javax.mail.internet.MimeMessage.RecipientType
Recipient type for Usenet news.
newStream(long, long) - Method in interface javax.mail.internet.SharedInputStream
 
newStream(long, long) - Method in class javax.mail.util.SharedByteArrayInputStream
Create a new input stream from this input stream, accessing a subset of the data.
newStream(long, long) - Method in class javax.mail.util.SharedFileInputStream
Create a new stream from this stream, using the given start offset and length.
next() - Method in class javax.mail.internet.HeaderTokenizer
 
NoSuchProviderException - Exception in javax.mail
 
NoSuchProviderException() - Constructor for exception javax.mail.NoSuchProviderException
 
NoSuchProviderException(String) - Constructor for exception javax.mail.NoSuchProviderException
 
NOTICE - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is a notice.
notification(StoreEvent) - Method in interface javax.mail.event.StoreListener
 
notifyConnectionListeners(int) - Method in class javax.mail.Folder
 
notifyConnectionListeners(int) - Method in class javax.mail.Service
 
notifyFolderListeners(int) - Method in class javax.mail.Folder
 
notifyFolderListeners(int, Folder) - Method in class javax.mail.Store
 
notifyFolderRenamedListeners(Folder) - Method in class javax.mail.Folder
 
notifyFolderRenamedListeners(Folder, Folder) - Method in class javax.mail.Store
 
notifyMessageAddedListeners(Message[]) - Method in class javax.mail.Folder
 
notifyMessageChangedListeners(int, Message) - Method in class javax.mail.Folder
 
notifyMessageRemovedListeners(boolean, Message[]) - Method in class javax.mail.Folder
 
notifyStoreListeners(int, String) - Method in class javax.mail.Store
 
notifyTransportListeners(int, Address[], Address[], Address[], Message) - Method in class javax.mail.Transport
 
NotTerm - Class in javax.mail.search
Term that implements a logical negation.
NotTerm(SearchTerm) - Constructor for class javax.mail.search.NotTerm
 
number - Variable in class javax.mail.search.IntegerComparisonTerm
 

O

open(int) - Method in class javax.mail.Folder
Open this folder; the folder must be able to contain messages and must currently be closed.
opened(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
OPENED - Static variable in class javax.mail.event.ConnectionEvent
A connection was opened.
opened(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Called when a connection is opened.
org.apache.geronimo.mail.handlers - package org.apache.geronimo.mail.handlers
 
org.apache.geronimo.mail.util - package org.apache.geronimo.mail.util
 
OrTerm - Class in javax.mail.search
 
OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
 
OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
 
out - Variable in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
outputCount - Variable in class org.apache.geronimo.mail.util.Base64EncoderStream
 

P

padding - Variable in class org.apache.geronimo.mail.util.Base64Encoder
 
ParameterList - Class in javax.mail.internet
 
ParameterList() - Constructor for class javax.mail.internet.ParameterList
 
ParameterList(String) - Constructor for class javax.mail.internet.ParameterList
 
parent - Variable in class javax.mail.BodyPart
 
parent - Variable in class javax.mail.Multipart
The Part that contains this multipart.
parse(String) - Static method in class javax.mail.internet.InternetAddress
Parse addresses out of the string with basic checking.
parse(String, boolean) - Static method in class javax.mail.internet.InternetAddress
Parse addresses out of the string.
parse(String, ParsePosition) - Method in class javax.mail.internet.MailDateFormat
Parse a Mail date into a Date object.
parse(InputStream) - Method in class javax.mail.internet.MimeMessage
Parse the supplied stream and initialize MimeMessage.headers and MimeMessage.content appropriately.
parse() - Method in class javax.mail.internet.MimeMultipart
 
parse(String) - Static method in class javax.mail.internet.NewsAddress
Parse a comma-spearated list of addresses.
parsed - Variable in class javax.mail.internet.MimeMultipart
Indicates if the data has been parsed.
ParseException - Exception in javax.mail.internet
 
ParseException() - Constructor for exception javax.mail.internet.ParseException
 
ParseException(String) - Constructor for exception javax.mail.internet.ParseException
 
parseHeader(String, boolean) - Static method in class javax.mail.internet.InternetAddress
Parse addresses out of the string.
parseString(String) - Method in class javax.mail.URLName
 
part - Variable in class javax.mail.internet.MimePartDataSource
 
Part - Interface in javax.mail
Note: Parts are used in Collections so implementing classes must provide a suitable implementation of equals and hashCode.
parts - Variable in class javax.mail.Multipart
Vector of sub-parts.
PasswordAuthentication - Class in javax.mail
A data holder used by Authenticator to contain a username and password.
PasswordAuthentication(String, String) - Constructor for class javax.mail.PasswordAuthentication
 
pattern - Variable in class javax.mail.search.StringTerm
The pattern associated with this term.
peek() - Method in class javax.mail.internet.HeaderTokenizer
 
personal - Variable in class javax.mail.internet.InternetAddress
The personal name as a Java String.
pos - Variable in exception javax.mail.internet.AddressException
 
PreencodedMimeBodyPart - Class in javax.mail.internet
 
PreencodedMimeBodyPart(String) - Constructor for class javax.mail.internet.PreencodedMimeBodyPart
Create a new body part with the specified MIME transfer encoding.
protocolConnect(String, int, String, String) - Method in class javax.mail.Service
Attempt the protocol-specific connection; subclasses should override this to establish a connection in the appropriate manner.
Provider - Class in javax.mail
 
Provider(Provider.Type, String, String, String, String) - Constructor for class javax.mail.Provider
 
Provider.Type - Class in javax.mail
A enumeration inner class that defines Provider types.

Q

queueEvent(MailEvent, Vector) - Method in class javax.mail.Service
 
Quota - Class in javax.mail
A representation of a Quota item for a given quota root.
Quota(String) - Constructor for class javax.mail.Quota
Create a Quota with the given name and no resources.
Quota.Resource - Class in javax.mail
A representation of a given resource definition.
Quota.Resource(String, long, long) - Constructor for class javax.mail.Quota.Resource
Construct a Resource object from the given name and usage/limit information.
QuotaAwareStore - Interface in javax.mail
An interface for Store implementations to support the IMAP RFC 2087 Quota extension.
quotaRoot - Variable in class javax.mail.Quota
The name of the quota root.
quote(String, String) - Static method in class javax.mail.internet.MimeUtility
Quote a "word" value.
QuotedPrintable - Class in org.apache.geronimo.mail.util
 
QuotedPrintable() - Constructor for class org.apache.geronimo.mail.util.QuotedPrintable
 
QuotedPrintableDecoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterOutputStream that decodes the stream data in Q-P encoding format.
QuotedPrintableDecoderStream(InputStream) - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
Stream constructor.
QuotedPrintableEncoder - Class in org.apache.geronimo.mail.util
 
QuotedPrintableEncoder() - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
QuotedPrintableEncoder(OutputStream) - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
QuotedPrintableEncoder(OutputStream, int) - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
QuotedPrintableEncoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterOutputStream that encodes the stream data in Q-P encoding format.
QuotedPrintableEncoderStream(OutputStream) - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
Create a Base64 encoder stream that wraps a specifed stream using the default line break size.
QuotedPrintableEncoderStream(OutputStream, int) - Constructor for class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
QUOTEDSTRING - Static variable in class javax.mail.internet.HeaderTokenizer.Token
 

R

read() - Method in class javax.mail.util.SharedFileInputStream
Read a single byte of data from the input stream.
read(byte[], int, int) - Method in class javax.mail.util.SharedFileInputStream
Read multiple bytes of data and place them directly into a byte-array buffer.
read() - Method in class org.apache.geronimo.mail.util.Base64DecoderStream
 
read(byte[], int, int) - Method in class org.apache.geronimo.mail.util.Base64DecoderStream
 
read() - Method in class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
Read a single byte from the stream.
read(byte[], int, int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableDecoderStream
Read a buffer of data from the input stream.
read() - Method in class org.apache.geronimo.mail.util.UUDecoderStream
 
read(byte[], int, int) - Method in class org.apache.geronimo.mail.util.UUDecoderStream
 
READ_ONLY - Static variable in class javax.mail.Folder
Flag indicating that this folder cannot be modified.
READ_WRITE - Static variable in class javax.mail.Folder
Flag indictaing that this folder can be modified.
readLine() - Method in class org.apache.geronimo.mail.util.UUDecoderStream
Read a line of data.
ReadOnlyFolderException - Exception in javax.mail
 
ReadOnlyFolderException(Folder) - Constructor for exception javax.mail.ReadOnlyFolderException
 
ReadOnlyFolderException(Folder, String) - Constructor for exception javax.mail.ReadOnlyFolderException
 
readResolve() - Method in class javax.mail.internet.MimeMessage.RecipientType
Ensure the singleton is returned.
readResolve() - Method in class javax.mail.Message.RecipientType
 
ReceivedDateTerm - Class in javax.mail.search
 
ReceivedDateTerm(int, Date) - Constructor for class javax.mail.search.ReceivedDateTerm
 
RECENT - Static variable in class javax.mail.Flags.Flag
Flag that indicates that the message has been delivered since the last time this folder was opened; has a bit value of 16.
RecipientStringTerm - Class in javax.mail.search
 
RecipientStringTerm(Message.RecipientType, String) - Constructor for class javax.mail.search.RecipientStringTerm
 
RecipientTerm - Class in javax.mail.search
 
RecipientTerm(Message.RecipientType, Address) - Constructor for class javax.mail.search.RecipientTerm
 
ref - Variable in exception javax.mail.internet.AddressException
 
remove(Flags.Flag) - Method in class javax.mail.Flags
Unset the supplied system flag.
remove(Flags) - Method in class javax.mail.Flags
Unset all flags from the supplied instance.
remove(String) - Method in class javax.mail.Flags
Unset the supplied user flag.
remove(String) - Method in class javax.mail.internet.ParameterList
 
removeBodyPart(BodyPart) - Method in class javax.mail.Multipart
Remove the supplied part from the list.
removeBodyPart(int) - Method in class javax.mail.Multipart
Remove the specified part; all others move down one
removeConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
 
removeConnectionListener(ConnectionListener) - Method in class javax.mail.Service
 
REMOVED - Static variable in class javax.mail.event.MessageCountEvent
Messages were removed from the folder.
removed - Variable in class javax.mail.event.MessageCountEvent
If true, then messages were expunged from the folder by this client and message numbers reflect the deletion; if false, then the change was the result of an expunge by a different client.
removeFolderListener(FolderListener) - Method in class javax.mail.Folder
 
removeFolderListener(FolderListener) - Method in class javax.mail.Store
 
removeHeader(String) - Method in class javax.mail.internet.InternetHeaders
Remove all header entries with the supplied name
removeHeader(String) - Method in class javax.mail.internet.MimeBodyPart
 
removeHeader(String) - Method in class javax.mail.internet.MimeMessage
Remove a header with the given name.
removeHeader(String) - Method in interface javax.mail.Part
Remove all headers with the given name from the Part.
removeMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
 
removeMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
 
removeStoreListener(StoreListener) - Method in class javax.mail.Store
 
removeTransportListener(TransportListener) - Method in class javax.mail.Transport
 
RENAMED - Static variable in class javax.mail.event.FolderEvent
 
renameTo(Folder) - Method in class javax.mail.Folder
Rename this folder; the folder must be closed.
reply(boolean) - Method in class javax.mail.internet.MimeMessage
 
reply(boolean) - Method in class javax.mail.Message
Create a new message suitable as a reply to this message with all headers set up appropriately.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class javax.mail.Session
Call back to the application supplied authenticator to get the needed username add password.
reset() - Method in class javax.mail.util.SharedFileInputStream
Reset the mark position.
resources - Variable in class javax.mail.Quota
The resources associated with this quota root.
RFC2231Encoder - Class in org.apache.geronimo.mail.util
Encoder for RFC2231 encoded parameters RFC2231 string are encoded as charset'language'encoded-text and encoded-text = *(char / hexchar) where char is any ASCII character in the range 33-126, EXCEPT the characters "%" and " ".
RFC2231Encoder() - Constructor for class org.apache.geronimo.mail.util.RFC2231Encoder
 
RFC2231Encoder(String) - Constructor for class org.apache.geronimo.mail.util.RFC2231Encoder
 
RFC822 - Static variable in class javax.mail.internet.HeaderTokenizer
 

S

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 the message 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, 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
Set a content object for this 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
Set a DataHandler for this part that defines the Part content.
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
Set a descriptive string for this 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
Set the disposition for this 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
Set a descriptive file name for this 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
Set the "From" header using the value returned by InternetAddress.getLocalAddress(javax.mail.Session).
setFrom() - Method in class javax.mail.Message
Set the "From" header for this message to the value of the "mail.user" property, or 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
Sets a value for the given header.
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
Set the Part content as text.
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
 

T

term - Variable in class javax.mail.search.NotTerm
 
terms - Variable in class javax.mail.search.AndTerm
Terms to which the AND operator should be applied.
terms - Variable in class javax.mail.search.OrTerm
 
TextHandler - Class in org.apache.geronimo.mail.handlers
 
TextHandler() - Constructor for class org.apache.geronimo.mail.handlers.TextHandler
 
TextHandler(ActivationDataFlavor) - Constructor for class org.apache.geronimo.mail.handlers.TextHandler
Constructor TextHandler
TO - Static variable in class javax.mail.Message.RecipientType
A "To" or primary recipient.
toString() - Method in class javax.mail.Address
Subclasses must provide a suitable representation of their address.
toString() - Method in class javax.mail.Folder
Returns the full name of this folder; if null, returns the value from the superclass.
toString() - Method in exception javax.mail.internet.AddressException
 
toString() - Method in class javax.mail.internet.ContentDisposition
 
toString() - Method in class javax.mail.internet.ContentType
 
toString() - Method in class javax.mail.internet.InternetAddress
Return a string representation of this address using only US-ASCII characters.
toString(Address[]) - Static method in class javax.mail.internet.InternetAddress
Convert the supplied addresses into a single String of comma-separated text as produced by toString().
toString(Address[], int) - Static method in class javax.mail.internet.InternetAddress
Convert the supplies addresses into a String of comma-separated text, inserting line-breaks between addresses as needed to restrict the line length to 72 characters.
toString() - Method in class javax.mail.internet.NewsAddress
 
toString(Address[]) - Static method in class javax.mail.internet.NewsAddress
Convert the supplied addresses to a comma-separated String.
toString() - Method in class javax.mail.internet.ParameterList
 
toString(int) - Method in class javax.mail.internet.ParameterList
 
toString() - Method in class javax.mail.Message.RecipientType
 
toString() - Method in class javax.mail.Provider
 
toString() - Method in class javax.mail.Service
 
toString() - Method in class javax.mail.URLName
 
toUnicodeString() - Method in class javax.mail.internet.InternetAddress
Return a string representation of this address using Unicode characters.
TRANSPORT - Static variable in class javax.mail.Provider.Type
A message transport provider such as SMTP.
Transport - Class in javax.mail
Abstract class modeling a message transport.
Transport(Session, URLName) - Constructor for class javax.mail.Transport
Constructor taking Session and URLName parameters required for Service.Service(Session, URLName).
TransportAdapter - Class in javax.mail.event
An adaptor that receives transport events.
TransportAdapter() - Constructor for class javax.mail.event.TransportAdapter
 
TransportEvent - Class in javax.mail.event
 
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class javax.mail.event.TransportEvent
Construct a new event,
TransportListener - Interface in javax.mail.event
 
type - Variable in class javax.mail.event.ConnectionEvent
 
type - Variable in class javax.mail.event.FolderEvent
 
type - Variable in class javax.mail.event.MessageChangedEvent
 
type - Variable in class javax.mail.event.MessageCountEvent
The event type.
type - Variable in class javax.mail.event.StoreEvent
The message type.
type - Variable in class javax.mail.event.TransportEvent
The event type.
type - Variable in class javax.mail.Message.RecipientType
 
type - Variable in class javax.mail.search.RecipientTerm
 

U

UID - Static variable in class javax.mail.UIDFolder.FetchProfileItem
 
UIDFolder - Interface in javax.mail
 
UIDFolder.FetchProfileItem - Class in javax.mail
Special profile item used for fetching UID information.
UIDFolder.FetchProfileItem(String) - Constructor for class javax.mail.UIDFolder.FetchProfileItem
 
unfold(String) - Static method in class javax.mail.internet.MimeUtility
Unfold a folded string.
updateHeaders() - Method in class javax.mail.internet.MimeBodyPart
 
updateHeaders() - Method in class javax.mail.internet.MimeMessage
Update the internet headers so that they make sense.
updateHeaders() - Method in class javax.mail.internet.MimeMultipart
 
updateHeaders() - Method in class javax.mail.internet.PreencodedMimeBodyPart
Override of update headers to ensure the transfer encoding is forced to the correct type.
updateMessageID() - Method in class javax.mail.internet.MimeMessage
Update the message identifier after headers have been updated.
url - Variable in class javax.mail.Service
The URLName of this service
URLName - Class in javax.mail
 
URLName(String) - Constructor for class javax.mail.URLName
 
URLName(String, String, int, String, String, String) - Constructor for class javax.mail.URLName
 
URLName(URL) - Constructor for class javax.mail.URLName
 
usage - Variable in class javax.mail.Quota.Resource
The current resource usage.
USER - Static variable in class javax.mail.Flags.Flag
Flags that indicates if this folder supports user-defined flags; has a bit value of 0x80000000.
UUDecoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterOutputStream that decodes the stream data in UU encoding format.
UUDecoderStream(InputStream) - Constructor for class org.apache.geronimo.mail.util.UUDecoderStream
 
UUEncode - Class in org.apache.geronimo.mail.util
 
UUEncode() - Constructor for class org.apache.geronimo.mail.util.UUEncode
 
UUEncoder - Class in org.apache.geronimo.mail.util
 
UUEncoder() - Constructor for class org.apache.geronimo.mail.util.UUEncoder
 
UUEncoderStream - Class in org.apache.geronimo.mail.util
An implementation of a FilterOutputStream that encodes the stream data in UUencoding format.
UUEncoderStream(OutputStream) - Constructor for class org.apache.geronimo.mail.util.UUEncoderStream
Create a Base64 encoder stream that wraps a specifed stream using the default line break size.
UUEncoderStream(OutputStream, String) - Constructor for class org.apache.geronimo.mail.util.UUEncoderStream
Create a Base64 encoder stream that wraps a specifed stream using the default line break size.
UUEncoderStream(OutputStream, String, int) - Constructor for class org.apache.geronimo.mail.util.UUEncoderStream
 

V

validate() - Method in class javax.mail.internet.InternetAddress
Validate the address portion of an internet address to ensure validity.
validSent - Variable in class javax.mail.event.TransportEvent
Addresses to which the message was successfully delivered.
validSent - Variable in exception javax.mail.SendFailedException
 
validUnsent - Variable in class javax.mail.event.TransportEvent
Addresses which are valid but to which the message was not sent.
validUnsent - Variable in exception javax.mail.SendFailedException
 
value - Variable in class javax.mail.Header
The header value (can be null).

W

write(int) - Method in class org.apache.geronimo.mail.util.Base64EncoderStream
 
write(byte[]) - Method in class org.apache.geronimo.mail.util.Base64EncoderStream
 
write(byte[], int, int) - Method in class org.apache.geronimo.mail.util.Base64EncoderStream
 
write(int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
write(byte[]) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
write(byte[], int, int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoderStream
 
write(int) - Method in class org.apache.geronimo.mail.util.StringBufferOutputStream
 
write(int) - Method in class org.apache.geronimo.mail.util.UUEncoderStream
 
write(byte[]) - Method in class org.apache.geronimo.mail.util.UUEncoderStream
 
write(byte[], int, int) - Method in class org.apache.geronimo.mail.util.UUEncoderStream
 
writeCharacter(int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
writeEncodedCharacter(int) - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
writeEOL() - Method in class org.apache.geronimo.mail.util.QuotedPrintableEncoder
 
writeTo(OutputStream) - Method in class javax.mail.internet.MimeBodyPart
 
writeTo(OutputStream) - Method in class javax.mail.internet.MimeMessage
Write the message out to a stream in RFC 822 format.
writeTo(OutputStream, String[]) - Method in class javax.mail.internet.MimeMessage
Write the message out to a target output stream, excluding the specified message headers.
writeTo(OutputStream) - Method in class javax.mail.internet.MimeMultipart
 
writeTo(OutputStream) - Method in class javax.mail.internet.PreencodedMimeBodyPart
Write the body part content to the stream without applying and additional encodings.
writeTo(OutputStream) - Method in class javax.mail.Multipart
Encode and write this multipart to the supplied OutputStream; the encoding used is determined by the implementation.
writeTo(OutputStream) - Method in interface javax.mail.Part
Write the Part content out to the provided OutputStream as a byte stream using an encoding appropriate to the Part content.
writeTo(Object, String, OutputStream) - Method in class org.apache.geronimo.mail.handlers.MessageHandler
Method writeTo
writeTo(Object, String, OutputStream) - Method in class org.apache.geronimo.mail.handlers.MultipartHandler
Method writeTo
writeTo(Object, String, OutputStream) - Method in class org.apache.geronimo.mail.handlers.TextHandler
Write an object of "our" type out to the provided output stream.

X

XMLHandler - Class in org.apache.geronimo.mail.handlers
 
XMLHandler() - Constructor for class org.apache.geronimo.mail.handlers.XMLHandler
 
XText - Class in org.apache.geronimo.mail.util
Encoder for RFC1891 xtext.
XText() - Constructor for class org.apache.geronimo.mail.util.XText
 
XTextEncoder - Class in org.apache.geronimo.mail.util
 
XTextEncoder() - Constructor for class org.apache.geronimo.mail.util.XTextEncoder
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.