- data() - Method in class com.sun.mail.smtp.SMTPTransport
-
Send the DATA
command to the SMTP host and return
an OutputStream to which the data is to be written.
- datalen - Variable in class javax.mail.util.SharedFileInputStream
-
The amount of data in this subset of the file.
- DATE - Static variable in class com.sun.mail.imap.SortTerm
-
Sort by sent date and time.
- date - Variable in class javax.mail.search.DateTerm
-
The date.
- DateTerm - Class in javax.mail.search
-
This class implements comparisons for Dates
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
-
Constructor.
- debug - Variable in class javax.mail.Service
-
Debug flag for this service.
- decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
-
Decode the given input stream.
- decodeText(String) - Static method in class javax.mail.internet.MimeUtility
-
Decode "unstructured" headers, that is, headers that are defined
as '*text' as per RFC 822.
- decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
-
The string is parsed using the rules in RFC 2047 and RFC 2231 for
parsing an "encoded-word".
- defaultPort - Variable in class com.sun.mail.imap.IMAPStore
-
- delete(boolean) - Method in class com.sun.mail.imap.IMAPFolder
-
Delete this folder.
- DELETE - Static variable in class com.sun.mail.imap.Rights.Right
-
Delete - STORE \DELETED flag, perform EXPUNGE.
- delete(boolean) - Method in class com.sun.mail.pop3.POP3Folder
-
Always throws MethodNotSupportedException
because the POP3 protocol doesn't allow the INBOX to
be deleted.
- delete(boolean) - Method in class javax.mail.Folder
-
Delete this Folder.
- DELETED - Static variable in class javax.mail.event.FolderEvent
-
The folder was deleted.
- DELETED - Static variable in class javax.mail.Flags.Flag
-
This message is marked deleted.
- DeliveryStatus - Class in com.sun.mail.dsn
-
A message/delivery-status message content, as defined in
RFC 3464.
- DeliveryStatus() - Constructor for class com.sun.mail.dsn.DeliveryStatus
-
Construct a delivery status notification with no content.
- DeliveryStatus(InputStream) - Constructor for class com.sun.mail.dsn.DeliveryStatus
-
Construct a delivery status notification by parsing the
supplied input stream.
- dh - Variable in class javax.mail.internet.MimeBodyPart
-
The DataHandler object representing this Part's content.
- dh - Variable in class javax.mail.internet.MimeMessage
-
The DataHandler object representing 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 (not currently used).
- disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store is disconnected.
- dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
-
Invokes the appropriate ConnectionListener method
- dispatch(Object) - Method in class javax.mail.event.FolderEvent
-
Invokes the appropriate FolderListener method
- dispatch(Object) - Method in class javax.mail.event.MailEvent
-
This method invokes the appropriate method on a listener for
this event.
- dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
-
Invokes the appropriate MessageChangedListener method.
- dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
-
Invokes the appropriate MessageCountListener method.
- dispatch(Object) - Method in class javax.mail.event.StoreEvent
-
Invokes the appropriate StoreListener method.
- dispatch(Object) - Method in class javax.mail.event.TransportEvent
-
Invokes the appropriate TransportListener method.
- DispositionNotification - Class in com.sun.mail.dsn
-
A message/disposition-notification message content, as defined in
RFC 3798.
- DispositionNotification() - Constructor for class com.sun.mail.dsn.DispositionNotification
-
Construct a disposition notification with no content.
- DispositionNotification(InputStream) - Constructor for class com.sun.mail.dsn.DispositionNotification
-
Construct a disposition notification by parsing the
supplied input stream.
- 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
-
- doOptionalCommand(String, IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
-
- doProtocolCommand(IMAPFolder.ProtocolCommand) - Method in class com.sun.mail.imap.IMAPFolder
-
- DRAFT - Static variable in class javax.mail.Flags.Flag
-
This message is a draft.
- ds - Variable in class javax.mail.internet.MimeMultipart
-
The DataSource supplying our InputStream.
- 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.