Uses of Class
org.apache.james.mime4j.message.BodyPartBuilder
Packages that use BodyPartBuilder
-
Uses of BodyPartBuilder in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return BodyPartBuilderModifier and TypeMethodDescriptionstatic BodyPartBuilder
BodyPartBuilder.create()
Sets binary content of this message with the given MIME type.Sets text of this message with the given MIME subtype and charset.Sets text of this message with the charset.BodyPartBuilder.setBody
(BinaryBody binaryBody) BodyPartBuilder.setContentDisposition
(String dispositionType) BodyPartBuilder.setContentDisposition
(String dispositionType, String filename) BodyPartBuilder.setContentDisposition
(String dispositionType, String filename, long size) BodyPartBuilder.setContentDisposition
(String dispositionType, String filename, long size, Date creationDate, Date modificationDate, Date readDate) BodyPartBuilder.setContentTransferEncoding
(String contentTransferEncoding) BodyPartBuilder.setContentType
(String mimeType, NameValuePair... parameters) BodyPartBuilder.use
(BodyFactory bodyFactory) SetsBodyFactory
that will be used to generate message body.Methods in org.apache.james.mime4j.message with parameters of type BodyPartBuilder