Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

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.
capabilities() - Method in class org.eclipse.angus.mail.pop3.POP3Store
Return a Map of the capabilities the server provided, as per RFC 2449.
CC - Static variable in class jakarta.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
CC - Static variable in class org.eclipse.angus.mail.imap.SortTerm
Sort by email address of first Cc recipient.
checkClosed() - Method in class org.eclipse.angus.mail.imap.IMAPFolder
 
checkConnected() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
Check if we're in the connected state.
checkExists() - Method in class org.eclipse.angus.mail.imap.IMAPFolder
 
checkExpunged() - Method in class org.eclipse.angus.mail.imap.IMAPMessage
 
checkOpened() - Method in class org.eclipse.angus.mail.imap.IMAPFolder
 
checkRange(int) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
 
clearCachedLabels() - Method in class org.eclipse.angus.mail.gimap.GmailMessage
Clear any cached labels for this message.
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 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.
clone() - Method in class org.eclipse.angus.mail.imap.ACL
Clone this ACL entry.
clone() - Method in class org.eclipse.angus.mail.imap.Rights
Returns a clone of this Rights object.
clone() - Method in class org.eclipse.angus.mail.util.logging.DurationFilter
Creates a copy of this filter that retains the filter settings but does not include the current filter state.
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() - Method in class org.eclipse.angus.mail.imap.IMAPStore
Close this Store.
close() - Method in class org.eclipse.angus.mail.pop3.POP3Store
 
close() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
Close the Transport and terminate the connection to the server.
close() - Method in class org.eclipse.angus.mail.util.logging.MailHandler
Prevents any other records from being published.
close(boolean) - Method in class jakarta.mail.Folder
Close this Folder.
close(boolean) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Close this folder.
close(boolean) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
 
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 org.eclipse.angus.mail.smtp.SMTPAddressFailedException
 
cmd - Variable in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
 
cmd - Variable in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
 
cmd - Variable in exception org.eclipse.angus.mail.smtp.SMTPSendFailedException
 
CollectorFormatter - Class in org.eclipse.angus.mail.util.logging
A LogRecord formatter that takes a sequence of LogRecords and combines them into a single summary result.
CollectorFormatter() - Constructor for class org.eclipse.angus.mail.util.logging.CollectorFormatter
Creates the formatter using the LogManager defaults.
CollectorFormatter(String) - Constructor for class org.eclipse.angus.mail.util.logging.CollectorFormatter
Creates the formatter using the given format.
CollectorFormatter(String, Formatter, Comparator<? super LogRecord>) - Constructor for class org.eclipse.angus.mail.util.logging.CollectorFormatter
Creates the formatter using the given values.
combineSegments() - Method in class jakarta.mail.internet.ParameterList
Normal users of this class will use simple parameter names.
COMMENT - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
CompactFormatter - Class in org.eclipse.angus.mail.util.logging
A plain text formatter that can produce fixed width output.
CompactFormatter() - Constructor for class org.eclipse.angus.mail.util.logging.CompactFormatter
Creates an instance with a default format pattern.
CompactFormatter(String) - Constructor for class org.eclipse.angus.mail.util.logging.CompactFormatter
Creates an instance with the given format pattern.
compare(LogRecord, LogRecord) - Method in class org.eclipse.angus.mail.util.logging.SeverityComparator
Compares two log records based on severity.
compareThrowable(Throwable, Throwable) - Method in class org.eclipse.angus.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?
CONDSTORE - Static variable in class org.eclipse.angus.mail.imap.ResyncData
Used to enable only the CONDSTORE extension.
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 org.eclipse.angus.mail.smtp.SMTPTransport
Start the SMTP protocol on the given socket, which was already connected by the caller.
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.
ConnectionListener - Interface in jakarta.mail.event
This is the Listener interface for Connection events.
constructed - Variable in class org.eclipse.angus.mail.dsn.MultipartReport
 
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.
contains(Rights) - Method in class org.eclipse.angus.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 org.eclipse.angus.mail.imap.Rights
Check whether the specified right is present in this Rights 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.
copyMessages(Message[], Folder) - Method in class jakarta.mail.Folder
Copy the specified Messages from this Folder into another Folder.
copyMessages(Message[], Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
copyUIDMessages(Message[], Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Copy the specified messages from this folder, to the specified destination.
create(int) - Method in class jakarta.mail.Folder
Create this folder on the Store.
create(int) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Create this folder, with the specified type.
create(int) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always returns false; the POP3 protocol doesn't support creating folders.
CREATE - Static variable in class org.eclipse.angus.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.
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 org.eclipse.angus.mail.pop3.POP3Folder
 
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.
createSocket() - Method in class org.eclipse.angus.mail.util.MailSSLSocketFactory
 
createSocket(String, int) - Method in class org.eclipse.angus.mail.util.MailSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.eclipse.angus.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.eclipse.angus.mail.util.MailSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.eclipse.angus.mail.util.MailSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.eclipse.angus.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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form