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
All Classes All Packages
All Classes All Packages
D
- data() - Method in class com.sun.mail.smtp.SMTPTransport
-
Send the
DATAcommand to the SMTP host and return an OutputStream to which the data is to be written. - datalen - Variable in class jakarta.mail.util.SharedFileInputStream
-
The amount of data in this subset of the file.
- date - Variable in class com.sun.mail.imap.protocol.ENVELOPE
- date - Variable in class com.sun.mail.imap.protocol.INTERNALDATE
- date - Variable in class jakarta.mail.search.DateTerm
-
The date.
- DATE - Static variable in class com.sun.mail.imap.SortTerm
-
Sort by sent date and time.
- DateTerm - Class in jakarta.mail.search
-
This class implements comparisons for Dates
- DateTerm(int, Date) - Constructor for class jakarta.mail.search.DateTerm
-
Constructor.
- debug - Variable in class jakarta.mail.Service
-
Debug flag for this service.
- decode(InputStream, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Decode the given input stream.
- decode(String) - Static method in class com.sun.mail.imap.protocol.BASE64MailboxDecoder
- decodeText(String) - Static method in class jakarta.mail.internet.MimeUtility
-
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
- decodeWord(String) - Static method in class jakarta.mail.internet.MimeUtility
-
The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".
- DecodingException - Exception in com.sun.mail.util
-
A special IOException that indicates a failure to decode data due to an error in the formatting of the data.
- DecodingException(String) - Constructor for exception com.sun.mail.util.DecodingException
-
Constructor.
- DefaultFolder - Class in com.sun.mail.imap
-
The default IMAP folder (root of the naming hierarchy).
- DefaultFolder - Class in com.sun.mail.pop3
-
The POP3 DefaultFolder.
- DefaultFolder(IMAPStore) - Constructor for class com.sun.mail.imap.DefaultFolder
- defaultPort - Variable in class com.sun.mail.imap.IMAPStore
- DefaultProvider - Annotation Type in com.sun.mail.util
-
Annotation to mark the default providers that are part of Jakarta Mail.
- delete(boolean) - Method in class com.sun.mail.imap.DefaultFolder
- delete(boolean) - Method in class com.sun.mail.imap.IMAPFolder
-
Delete this folder.
- delete(boolean) - Method in class com.sun.mail.pop3.DefaultFolder
- delete(boolean) - Method in class com.sun.mail.pop3.POP3Folder
-
Always throws
MethodNotSupportedExceptionbecause the POP3 protocol doesn't allow the INBOX to be deleted. - delete(boolean) - Method in class jakarta.mail.Folder
-
Delete this Folder.
- delete(String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
DELETE Command.
- DELETE - Static variable in class com.sun.mail.imap.Rights.Right
-
Delete - STORE \DELETED flag, perform EXPUNGE.
- deleteACL(String, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
DELETEACL Command.
- DELETED - Static variable in class jakarta.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class jakarta.mail.Flags.Flag
-
This message is marked deleted.
- delimiter - Variable in class com.sun.mail.imap.protocol.Namespaces.Namespace
-
Delimiter between names in this namespace.
- description - Variable in class com.sun.mail.imap.protocol.BODYSTRUCTURE
- description() - Method in annotation type jakarta.mail.MailSessionDefinition
-
Description of this mail session.
- dh - Variable in class jakarta.mail.internet.MimeBodyPart
-
The DataHandler object representing this Part's content.
- dh - Variable in class jakarta.mail.internet.MimeMessage
-
The DataHandler object representing this Message's content.
- digest(byte[]) - Method in class com.sun.mail.auth.MD4
-
Compute and return the message digest of the input byte array.
- DigestMD5 - Class in com.sun.mail.smtp
-
DIGEST-MD5 authentication support.
- DigestMD5(MailLogger) - Constructor for class com.sun.mail.smtp.DigestMD5
- disconnect() - Method in class com.sun.mail.iap.Protocol
-
Disconnect.
- disconnect() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Close socket connection.
- disconnected(ConnectionEvent) - Method in class jakarta.mail.event.ConnectionAdapter
- disconnected(ConnectionEvent) - Method in interface jakarta.mail.event.ConnectionListener
-
Invoked when a Store is disconnected.
- DISCONNECTED - Static variable in class jakarta.mail.event.ConnectionEvent
-
A connection was disconnected (not currently used).
- dispatch(Object) - Method in class jakarta.mail.event.ConnectionEvent
-
Invokes the appropriate ConnectionListener method
- dispatch(Object) - Method in class jakarta.mail.event.FolderEvent
-
Invokes the appropriate FolderListener method
- dispatch(Object) - Method in class jakarta.mail.event.MailEvent
-
This method invokes the appropriate method on a listener for this event.
- dispatch(Object) - Method in class jakarta.mail.event.MessageChangedEvent
-
Invokes the appropriate MessageChangedListener method.
- dispatch(Object) - Method in class jakarta.mail.event.MessageCountEvent
-
Invokes the appropriate MessageCountListener method.
- dispatch(Object) - Method in class jakarta.mail.event.StoreEvent
-
Invokes the appropriate StoreListener method.
- dispatch(Object) - Method in class jakarta.mail.event.TransportEvent
-
Invokes the appropriate TransportListener method.
- dispose() - Method in class com.sun.mail.auth.OAuth2SaslClient
- disposition - Variable in class com.sun.mail.imap.protocol.BODYSTRUCTURE
- doCommand(IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
-
Execute a user-supplied IMAP command.
- doCommand(IMAPProtocol) - Method in interface com.sun.mail.imap.IMAPFolder.ProtocolCommand
-
Execute the user-defined command using the supplied IMAPProtocol object.
- doCommandIgnoreFailure(IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
- doList(String, String, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
-
Execute the specified LIST-like command (e.g., "LIST" or "LSUB"), using the reference and pattern.
- doOptionalCommand(String, IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
- doProtocolCommand(IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
- dParams - Variable in class com.sun.mail.imap.protocol.BODYSTRUCTURE
- DRAFT - Static variable in class jakarta.mail.Flags.Flag
-
This message is a draft.
- ds - Variable in class jakarta.mail.internet.MimeMultipart
-
The DataSource supplying our InputStream.
- dst - Variable in class com.sun.mail.imap.CopyUID
- DurationFilter - Class in com.sun.mail.util.logging
-
A filter used to limit log records based on a maximum generation rate.
- DurationFilter() - Constructor for class com.sun.mail.util.logging.DurationFilter
-
Creates the filter using the default properties.
- DurationFilter(long, long) - Constructor for class com.sun.mail.util.logging.DurationFilter
-
Creates the filter using the given properties.
All Classes All Packages