Uses of Class
jakarta.mail.internet.InternetHeaders
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
-
Uses of InternetHeaders in jakarta.mail.internet
Modifier and TypeFieldDescriptionprotected InternetHeaders
MimeBodyPart.headers
The InternetHeaders object that stores all the headers of this body part.protected InternetHeaders
MimeMessage.headers
The InternetHeaders object that stores the header of this message.Modifier and TypeMethodDescriptionprotected InternetHeaders
MimeMessage.createInternetHeaders
(InputStream is) Create and return an InternetHeaders object that loads the headers from the given InputStream.protected InternetHeaders
MimeMultipart.createInternetHeaders
(InputStream is) Create and return an InternetHeaders object that loads the headers from the given InputStream.Modifier and TypeMethodDescriptionprotected MimeBodyPart
MimeMultipart.createMimeBodyPart
(InternetHeaders headers, byte[] content) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.ModifierConstructorDescriptionMimeBodyPart
(InternetHeaders headers, byte[] content) Constructs a MimeBodyPart using the given header and content bytes.protected
MimeMessage
(Folder folder, InternetHeaders headers, byte[] content, int msgnum) Constructs a MimeMessage from the given InternetHeaders object and content. -
Uses of InternetHeaders in org.eclipse.angus.mail.dsn
Modifier and TypeFieldDescriptionprotected InternetHeaders
DeliveryStatus.messageDSN
The DSN fields for the message.protected InternetHeaders
DispositionNotification.notifications
The disposition notification content fields.protected InternetHeaders[]
DeliveryStatus.recipientDSN
The DSN fields for each recipient.Modifier and TypeMethodDescriptionDeliveryStatus.getMessageDSN()
Return all the per-message fields in the delivery status notification.DispositionNotification.getNotifications()
Return all the disposition notification fields in the disposition notification.DeliveryStatus.getRecipientDSN
(int n) Return the delivery status notification information for the specified recipient.Modifier and TypeMethodDescriptionvoid
DeliveryStatus.addRecipientDSN
(InternetHeaders h) Add deliver status notification information for another recipient.void
DeliveryStatus.setMessageDSN
(InternetHeaders messageDSN) Set the per-message fields in the delivery status notification.void
DispositionNotification.setNotifications
(InternetHeaders notifications) Set the disposition notification fields in the disposition notification.ModifierConstructorDescriptionMessageHeaders
(InternetHeaders headers) Constructs a MessageHeaders object using the given InternetHeaders.MultipartReport
(String text, Report report, InternetHeaders hdr) Construct a multipart/report object with the specified plain text, report, and headers from the original message to be returned to the user.