Skip navigation links
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 

C

cachedContent - Variable in class javax.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 javax.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.
capabilities() - Method in class com.sun.mail.pop3.POP3Store
Return a Map of the capabilities the server provided, as per RFC 2449.
CC - Static variable in class com.sun.mail.imap.SortTerm
Sort by email address of first Cc recipient.
CC - Static variable in class javax.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
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
 
checkOpened() - Method in class com.sun.mail.imap.IMAPFolder
 
checkRange(int) - Method in class com.sun.mail.imap.IMAPFolder
 
clearCachedLabels() - Method in class com.sun.mail.gimap.GmailMessage
Clear any cached labels for this message.
clearSystemFlags() - Method in class javax.mail.Flags
Clear all of the system flags.
clearUserFlags() - Method in class javax.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 javax.mail.Flags
Returns a clone of this Flags object.
clone() - Method in class javax.mail.internet.InternetAddress
Return a copy of this InternetAddress object.
clone() - Method in class javax.mail.internet.MailDateFormat
Overrides Cloneable.
close(boolean) - Method in class com.sun.mail.imap.IMAPFolder
Close this folder.
close() - Method in class com.sun.mail.imap.IMAPStore
Close this Store.
close(boolean) - Method in class com.sun.mail.pop3.POP3Folder
 
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.logging.MailHandler
Prevents any other records from being published.
close(boolean) - Method in class javax.mail.Folder
Close this Folder.
close() - Method in class javax.mail.Folder
Close this Folder and expunge deleted messages.
close() - Method in class javax.mail.Service
Close this service and terminate its connection.
close() - Method in class javax.mail.util.SharedFileInputStream
Closes this input stream and releases any system resources associated with the stream.
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
Invoked when a Store/Folder/Transport is 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.dsn - package com.sun.mail.dsn
Support for creating and parsing Delivery Status Notifications.
com.sun.mail.gimap - package com.sun.mail.gimap
An EXPERIMENTAL IMAP protocol provider that supports the Gmail-specific IMAP protocol extensions .
com.sun.mail.imap - package com.sun.mail.imap
An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store.
com.sun.mail.pop3 - package com.sun.mail.pop3
A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store.
com.sun.mail.smtp - package com.sun.mail.smtp
An SMTP protocol provider for the JavaMail API that provides access to an SMTP server.
com.sun.mail.util - package com.sun.mail.util
Utility classes for use with the JavaMail API.
com.sun.mail.util.logging - package com.sun.mail.util.logging
Contains JavaMail™ extensions for the Java™ platform's core logging facilities.
combineSegments() - Method in class javax.mail.internet.ParameterList
Normal users of this class will use simple parameter names.
COMMENT - Static variable in class javax.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 javax.mail.search.ComparisonTerm
The comparison.
ComparisonTerm - Class in javax.mail.search
This class models the comparison operator.
ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
 
complete - Variable in class javax.mail.internet.MimeMultipart
Have we seen the final bounary line?
CONDSTORE - Static variable in class com.sun.mail.imap.ResyncData
Used to enable only the CONDSTORE extension.
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() - Method in class javax.mail.Service
A generic connect method that takes no parameters.
connect(String, String, String) - Method in class javax.mail.Service
Connect to the specified address.
connect(String, String) - Method in class javax.mail.Service
Connect to the current host using the specified username and password.
connect(String, int, String, String) - Method in class javax.mail.Service
Similar to connect(host, user, password) except a specific port can be specified.
ConnectionAdapter - Class in javax.mail.event
The adapter which receives connection events.
ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
 
ConnectionEvent - Class in javax.mail.event
This class models Connection events.
ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
Construct a ConnectionEvent.
ConnectionListener - Interface in javax.mail.event
This is the Listener interface for Connection events.
constructed - Variable in class com.sun.mail.dsn.MultipartReport
 
contains(Rights.Right) - Method in class com.sun.mail.imap.Rights
Check whether the specified right is present in this Rights object.
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(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains the given special item.
contains(String) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains the given header name.
contains(Flags.Flag) - Method in class javax.mail.Flags
Check whether the specified system flag is present in this Flags object.
contains(String) - Method in class javax.mail.Flags
Check whether the specified user flag is present in this Flags object.
contains(Flags) - Method in class javax.mail.Flags
Check whether all the flags in the specified Flags object are present in this Flags object.
content - Variable in class javax.mail.internet.MimeBodyPart
Byte array that holds the bytes of the content of this Part.
content - Variable in class javax.mail.internet.MimeMessage
Byte array that holds the bytes of this Message's content.
CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
ContentDisposition - Class in javax.mail.internet
This class represents a MIME ContentDisposition value.
ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
Constructor.
ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
contentStream - Variable in class javax.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 javax.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 - Class in javax.mail.internet
This class represents a MIME Content-Type value.
ContentType() - Constructor for class javax.mail.internet.ContentType
No-arg Constructor.
ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
Constructor.
ContentType(String) - Constructor for class javax.mail.internet.ContentType
Constructor that takes a Content-Type string.
contentType - Variable in class javax.mail.Multipart
This field specifies the content-type of this multipart object.
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 javax.mail.Folder
Copy the specified Messages from this Folder into another Folder.
copyUIDMessages(Message[], Folder) - Method in class com.sun.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
create(int) - Method in class com.sun.mail.imap.IMAPFolder
Create this folder, with the specified type.
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.
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 javax.mail.Folder
Create this folder on the Store.
CREATED - Static variable in class javax.mail.event.FolderEvent
The folder was created.
createInternetHeaders(InputStream) - Method in class javax.mail.internet.MimeMessage
Create and return an InternetHeaders object that loads the headers from the given InputStream.
createInternetHeaders(InputStream) - Method in class javax.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
 
createMimeBodyPart(InternetHeaders, byte[]) - Method in class javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeBodyPart(InputStream) - Method in class javax.mail.internet.MimeMultipart
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
createMimeMessage(Session) - Method in class javax.mail.internet.MimeMessage
Create and return a MimeMessage object.
createSocket(Socket, String, int, boolean) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket() - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
createSocket(String, int) - Method in class com.sun.mail.util.MailSSLSocketFactory
 
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 
Skip navigation links

Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.