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

C

cachedContent - Variable in class jakarta.mail.internet.MimeBodyPart
If our content is a Multipart of Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
cachedContent - Variable in class jakarta.mail.internet.MimeMessage
If our content is a Multipart or Message object, we save it the first time it's created by parsing a stream so that changes to the contained objects will not be lost.
cal - Variable in class com.sun.mail.imap.protocol.SearchSequence
 
canOpen - Variable in class com.sun.mail.imap.protocol.ListInfo
 
capabilities() - Method in class com.sun.mail.pop3.POP3Store
Return a Map of the capabilities the server provided, as per RFC 2449.
capability() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
CAPABILITY command.
cc - Variable in class com.sun.mail.imap.protocol.ENVELOPE
 
CC - Static variable in class com.sun.mail.imap.SortTerm
Sort by email address of first Cc recipient.
CC - Static variable in class jakarta.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
CHANGED - Static variable in class com.sun.mail.imap.protocol.ListInfo
 
changeState - Variable in class com.sun.mail.imap.protocol.ListInfo
 
check() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
CHECK Command.
checkClosed() - Method in class com.sun.mail.imap.IMAPFolder
 
checkConnected() - Method in class com.sun.mail.smtp.SMTPTransport
Check if we're in the connected state.
checkExists() - Method in class com.sun.mail.imap.IMAPFolder
 
checkExpunged() - Method in class com.sun.mail.imap.IMAPMessage
 
checkExpunged() - Method in class com.sun.mail.imap.IMAPNestedMessage
 
checkOpened() - Method in class com.sun.mail.imap.IMAPFolder
 
checkRange(int) - Method in class com.sun.mail.imap.IMAPFolder
 
clearSystemFlags() - Method in class jakarta.mail.Flags
Clear all of the system flags.
clearUserFlags() - Method in class jakarta.mail.Flags
Clear all of the user flags.
clone() - Method in class com.sun.mail.imap.ACL
Clone this ACL entry.
clone() - Method in class com.sun.mail.imap.Rights
Returns a clone of this Rights object.
clone() - Method in class com.sun.mail.util.logging.DurationFilter
Creates a copy of this filter that retains the filter settings but does not include the current filter state.
clone() - Method in class jakarta.mail.Flags
Returns a clone of this Flags object.
clone() - Method in class jakarta.mail.internet.InternetAddress
Return a copy of this InternetAddress object.
clone() - Method in class jakarta.mail.internet.MailDateFormat
Overrides Cloneable.
close() - Method in class com.sun.mail.imap.IMAPStore
Close this Store.
close() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
CLOSE Command.
close() - Method in class com.sun.mail.pop3.POP3Store
 
close() - Method in class com.sun.mail.smtp.SMTPTransport
Close the Transport and terminate the connection to the server.
close() - Method in class com.sun.mail.util.BASE64EncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream
close() - Method in class com.sun.mail.util.logging.MailHandler
Prevents any other records from being published.
close() - Method in class com.sun.mail.util.QPEncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream.
close() - Method in class com.sun.mail.util.UUEncoderStream
 
close() - Method in class com.sun.mail.util.WriteTimeoutSocket
 
close() - Method in class jakarta.mail.Folder
Close this Folder and expunge deleted messages.
close() - Method in class jakarta.mail.Service
Close this service and terminate its connection.
close() - Method in class jakarta.mail.util.SharedFileInputStream
Closes this input stream and releases any system resources associated with the stream.
close(boolean) - Method in class com.sun.mail.imap.IMAPFolder
Close this folder.
close(boolean) - Method in class com.sun.mail.pop3.DefaultFolder
 
close(boolean) - Method in class com.sun.mail.pop3.POP3Folder
 
close(boolean) - Method in class jakarta.mail.Folder
Close this Folder.
closed(ConnectionEvent) - Method in class jakarta.mail.event.ConnectionAdapter
 
closed(ConnectionEvent) - Method in interface jakarta.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is closed.
CLOSED - Static variable in class jakarta.mail.event.ConnectionEvent
A connection was closed.
cmd - Variable in exception com.sun.mail.smtp.SMTPAddressFailedException
 
cmd - Variable in exception com.sun.mail.smtp.SMTPAddressSucceededException
 
cmd - Variable in exception com.sun.mail.smtp.SMTPSenderFailedException
 
cmd - Variable in exception com.sun.mail.smtp.SMTPSendFailedException
 
CollectorFormatter - Class in com.sun.mail.util.logging
A LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.
CollectorFormatter() - Constructor for class com.sun.mail.util.logging.CollectorFormatter
Creates the formatter using the LogManager defaults.
CollectorFormatter(String) - Constructor for class com.sun.mail.util.logging.CollectorFormatter
Creates the formatter using the given format.
CollectorFormatter(String, Formatter, Comparator<? super LogRecord>) - Constructor for class com.sun.mail.util.logging.CollectorFormatter
Creates the formatter using the given values.
com.sun.mail.auth - package com.sun.mail.auth
This package includes internal authentication support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
com.sun.mail.handlers - package com.sun.mail.handlers
This package includes internal data handler support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
com.sun.mail.iap - package com.sun.mail.iap
This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
com.sun.mail.imap - package com.sun.mail.imap
An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.
com.sun.mail.imap.protocol - package com.sun.mail.imap.protocol
This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
com.sun.mail.pop3 - package com.sun.mail.pop3
A POP3 protocol provider for the Jakarta Mail API that provides access to a POP3 message store.
com.sun.mail.smtp - package com.sun.mail.smtp
An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server.
com.sun.mail.util - package com.sun.mail.util
Utility classes for use with the Jakarta Mail API.
com.sun.mail.util.logging - package com.sun.mail.util.logging
Contains Angus Mail extensions for the Java™ platform's core logging facilities.
combineSegments() - Method in class jakarta.mail.internet.ParameterList
Normal users of this class will use simple parameter names.
command(String, Argument) - Method in class com.sun.mail.iap.Protocol
Send a command to the server.
CommandFailedException - Exception in com.sun.mail.iap
 
CommandFailedException() - Constructor for exception com.sun.mail.iap.CommandFailedException
Constructs an CommandFailedException with no detail message.
CommandFailedException(Response) - Constructor for exception com.sun.mail.iap.CommandFailedException
Constructs an CommandFailedException with the specified Response.
CommandFailedException(String) - Constructor for exception com.sun.mail.iap.CommandFailedException
Constructs an CommandFailedException with the specified detail message.
COMMENT - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
CompactFormatter - Class in com.sun.mail.util.logging
A plain text formatter that can produce fixed width output.
CompactFormatter() - Constructor for class com.sun.mail.util.logging.CompactFormatter
Creates an instance with a default format pattern.
CompactFormatter(String) - Constructor for class com.sun.mail.util.logging.CompactFormatter
Creates an instance with the given format pattern.
compare(LogRecord, LogRecord) - Method in class com.sun.mail.util.logging.SeverityComparator
Compares two log records based on severity.
compareThrowable(Throwable, Throwable) - Method in class com.sun.mail.util.logging.SeverityComparator
Compares two throwable objects or null.
comparison - Variable in class jakarta.mail.search.ComparisonTerm
The comparison.
ComparisonTerm - Class in jakarta.mail.search
This class models the comparison operator.
ComparisonTerm() - Constructor for class jakarta.mail.search.ComparisonTerm
Creates a default ComparisonTerm.
complete - Variable in class jakarta.mail.internet.MimeMultipart
Have we seen the final bounary line?
compress() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
COMPRESS Command.
CONDSTORE - Static variable in class com.sun.mail.imap.ResyncData
Used to enable only the CONDSTORE extension.
config(String) - Method in class com.sun.mail.util.MailLogger
Log a message at the CONFIG level.
connect() - Method in class jakarta.mail.Service
A generic connect method that takes no parameters.
connect(String, int, String, String) - Method in class jakarta.mail.Service
Similar to connect(host, user, password) except a specific port can be specified.
connect(String, String) - Method in class jakarta.mail.Service
Connect to the current host using the specified username and password.
connect(String, String, String) - Method in class jakarta.mail.Service
Connect to the specified address.
connect(Socket) - Method in class com.sun.mail.smtp.SMTPTransport
Start the SMTP protocol on the given socket, which was already connected by the caller.
connect(SocketAddress) - Method in class com.sun.mail.util.WriteTimeoutSocket
 
connect(SocketAddress, int) - Method in class com.sun.mail.util.WriteTimeoutSocket
 
ConnectionAdapter - Class in jakarta.mail.event
The adapter which receives connection events.
ConnectionAdapter() - Constructor for class jakarta.mail.event.ConnectionAdapter
Creates a default ConnectionAdapter.
ConnectionEvent - Class in jakarta.mail.event
This class models Connection events.
ConnectionEvent(Object, int) - Constructor for class jakarta.mail.event.ConnectionEvent
Construct a ConnectionEvent.
ConnectionException - Exception in com.sun.mail.iap
 
ConnectionException() - Constructor for exception com.sun.mail.iap.ConnectionException
Constructs an ConnectionException with no detail message.
ConnectionException(Protocol, Response) - Constructor for exception com.sun.mail.iap.ConnectionException
Constructs an ConnectionException with the specified Response.
ConnectionException(String) - Constructor for exception com.sun.mail.iap.ConnectionException
Constructs an ConnectionException with the specified detail message.
ConnectionListener - Interface in jakarta.mail.event
This is the Listener interface for Connection events.
contains(Rights) - Method in class com.sun.mail.imap.Rights
Check whether all the rights in the specified Rights object are present in this Rights object.
contains(Rights.Right) - Method in class com.sun.mail.imap.Rights
Check whether the specified right is present in this Rights object.
contains(FetchProfile.Item) - Method in class jakarta.mail.FetchProfile
Returns true if the fetch profile contains the given special item.
contains(Flags) - Method in class jakarta.mail.Flags
Check whether all the flags in the specified Flags object are present in this Flags object.
contains(Flags.Flag) - Method in class jakarta.mail.Flags
Check whether the specified system flag is present in this Flags object.
contains(String) - Method in class jakarta.mail.FetchProfile
Returns true if the fetch profile contains the given header name.
contains(String) - Method in class jakarta.mail.Flags
Check whether the specified user flag is present in this Flags object.
content - Variable in class jakarta.mail.internet.MimeBodyPart
Byte array that holds the bytes of the content of this Part.
content - Variable in class jakarta.mail.internet.MimeMessage
Byte array that holds the bytes of this Message's content.
CONTENT_INFO - Static variable in class jakarta.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
ContentDisposition - Class in jakarta.mail.internet
This class represents a MIME ContentDisposition value.
ContentDisposition() - Constructor for class jakarta.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String) - Constructor for class jakarta.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
ContentDisposition(String, ParameterList) - Constructor for class jakarta.mail.internet.ContentDisposition
Constructor.
contentStream - Variable in class jakarta.mail.internet.MimeBodyPart
If the data for this body part was supplied by an InputStream that implements the SharedInputStream interface, contentStream is another such stream representing the content of this body part.
contentStream - Variable in class jakarta.mail.internet.MimeMessage
If the data for this message was supplied by an InputStream that implements the SharedInputStream interface, contentStream is another such stream representing the content of this message.
contentType - Variable in class jakarta.mail.Multipart
This field specifies the content-type of this multipart object.
ContentType - Class in jakarta.mail.internet
This class represents a MIME Content-Type value.
ContentType() - Constructor for class jakarta.mail.internet.ContentType
No-arg Constructor.
ContentType(String) - Constructor for class jakarta.mail.internet.ContentType
Constructor that takes a Content-Type string.
ContentType(String, String, ParameterList) - Constructor for class jakarta.mail.internet.ContentType
Constructor.
CONTINUATION - Static variable in class com.sun.mail.iap.Response
 
copy(int, int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
COPY command.
copy(MessageSet[], String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
COPY command.
copyMessages(Message[], Folder) - Method in class com.sun.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
copyMessages(Message[], Folder) - Method in class jakarta.mail.Folder
Copy the specified Messages from this Folder into another Folder.
copyuid(int, int, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
COPY command, return uid from COPYUID response code.
copyuid(MessageSet[], String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
COPY command, return uid from COPYUID response code.
CopyUID - Class in com.sun.mail.imap
Information from the COPYUID response code defined by the UIDPLUS extension - RFC 4315.
CopyUID(long, UIDSet[], UIDSet[]) - Constructor for class com.sun.mail.imap.CopyUID
 
copyUIDMessages(Message[], Folder) - Method in class com.sun.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
cParams - Variable in class com.sun.mail.imap.protocol.BODYSTRUCTURE
 
create(int) - Method in class com.sun.mail.imap.IMAPFolder
Create this folder, with the specified type.
create(int) - Method in class com.sun.mail.pop3.DefaultFolder
 
create(int) - Method in class com.sun.mail.pop3.POP3Folder
Always returns false; the POP3 protocol doesn't support creating folders.
create(int) - Method in class jakarta.mail.Folder
Create this folder on the Store.
create(String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
CREATE Command.
CREATE - Static variable in class com.sun.mail.imap.Rights.Right
Create - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox.
CREATED - Static variable in class jakarta.mail.event.FolderEvent
The folder was created.
createFlagList(Flags) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
Creates an IMAP flag_list from the given Flags object.
createInternetHeaders(InputStream) - Method in class jakarta.mail.internet.MimeMessage
Create and return an InternetHeaders object that loads the headers from the given InputStream.
createInternetHeaders(InputStream) - Method in class jakarta.mail.internet.MimeMultipart
Create and return an InternetHeaders object that loads the headers from the given InputStream.
createMessage(Folder, int) - Method in class com.sun.mail.pop3.POP3Folder
 
createMessageSets(int[]) - Static method in class com.sun.mail.imap.protocol.MessageSet
Convert an array of integers into an array of MessageSets
createMimeBodyPart(InternetHeaders, byte[]) - Method in class jakarta.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeBodyPart(InputStream) - Method in class jakarta.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeMessage(Session) - Method in class jakarta.mail.internet.MimeMessage
Create and return a MimeMessage object.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.sun.mail.auth.OAuth2SaslClientFactory
 
createSocket() - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(String, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createUIDSets(long[]) - Static method in class com.sun.mail.imap.protocol.UIDSet
Convert an array of longs into an array of UIDSets
CRLFOutputStream - Class in com.sun.mail.util
Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.
CRLFOutputStream(OutputStream) - Constructor for class com.sun.mail.util.CRLFOutputStream
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages