- watch(Folder) - Method in class com.sun.mail.imap.IdleManager
-
Watch the Folder for new messages and other events using the IMAP IDLE
command.
- WRITE - Static variable in class com.sun.mail.imap.Rights.Right
-
Write - STORE flags other than \SEEN and \DELETED.
- writeTo(OutputStream) - Method in class com.sun.mail.dsn.DeliveryStatus
-
- writeTo(OutputStream) - Method in class com.sun.mail.dsn.DispositionNotification
-
- writeTo(OutputStream) - Method in class com.sun.mail.imap.IMAPMessage
-
Write out the bytes into the given OutputStream.
- writeTo(OutputStream, String[]) - Method in class com.sun.mail.pop3.POP3Message
-
Output the message as an RFC 822 format stream, without
specified headers.
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeBodyPart
-
Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeMessage
-
Output the message as an RFC 822 format stream.
- writeTo(OutputStream, String[]) - Method in class javax.mail.internet.MimeMessage
-
Output the message as an RFC 822 format stream, without
specified headers.
- writeTo(OutputStream) - Method in class javax.mail.internet.MimeMultipart
-
Iterates through all the parts and outputs each MIME part
separated by a boundary.
- writeTo(OutputStream) - Method in class javax.mail.internet.PreencodedMimeBodyPart
-
Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) - Method in class javax.mail.Multipart
-
Output an appropriately encoded bytestream to the given
OutputStream.
- writeTo(OutputStream) - Method in interface javax.mail.Part
-
Output a bytestream for this Part.