Uses of Class
jakarta.mail.internet.InternetHeaders
Packages that use InternetHeaders
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
-
Uses of InternetHeaders in jakarta.mail.internet
Fields in jakarta.mail.internet declared as InternetHeadersModifier and TypeFieldDescriptionprotected InternetHeadersMimeBodyPart.headersThe InternetHeaders object that stores all the headers of this body part.protected InternetHeadersMimeMessage.headersThe InternetHeaders object that stores the header of this message.Methods in jakarta.mail.internet that return InternetHeadersModifier and TypeMethodDescriptionprotected InternetHeadersMimeMessage.createInternetHeaders(InputStream is) Create and return an InternetHeaders object that loads the headers from the given InputStream.protected InternetHeadersMimeMultipart.createInternetHeaders(InputStream is) Create and return an InternetHeaders object that loads the headers from the given InputStream.Methods in jakarta.mail.internet with parameters of type InternetHeadersModifier and TypeMethodDescriptionprotected MimeBodyPartMimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.Constructors in jakarta.mail.internet with parameters of type InternetHeadersModifierConstructorDescriptionMimeBodyPart(InternetHeaders headers, byte[] content) Constructs a MimeBodyPart using the given header and content bytes.protectedMimeMessage(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
Fields in org.eclipse.angus.mail.dsn declared as InternetHeadersModifier and TypeFieldDescriptionprotected InternetHeadersDeliveryStatus.messageDSNThe DSN fields for the message.protected InternetHeadersDispositionNotification.notificationsThe disposition notification content fields.protected InternetHeaders[]DeliveryStatus.recipientDSNThe DSN fields for each recipient.Methods in org.eclipse.angus.mail.dsn that return InternetHeadersModifier 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.Methods in org.eclipse.angus.mail.dsn with parameters of type InternetHeadersModifier and TypeMethodDescriptionvoidDeliveryStatus.addRecipientDSN(InternetHeaders h) Add deliver status notification information for another recipient.voidDeliveryStatus.setMessageDSN(InternetHeaders messageDSN) Set the per-message fields in the delivery status notification.voidDispositionNotification.setNotifications(InternetHeaders notifications) Set the disposition notification fields in the disposition notification.Constructors in org.eclipse.angus.mail.dsn with parameters of type InternetHeadersModifierConstructorDescriptionMessageHeaders(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.