Uses of Class
org.apache.james.mime4j.message.MultipartBuilder
Packages that use MultipartBuilder
Package
Description
-
Uses of MultipartBuilder in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type MultipartBuilder -
Uses of MultipartBuilder in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type MultipartBuilder -
Uses of MultipartBuilder in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return MultipartBuilderModifier and TypeMethodDescriptionMultipartBuilder.addBinaryPart
(byte[] bin, String mimeType) MultipartBuilder.addBodyPart
(Entity bodyPart) Adds a body part to the end of the list of body parts.MultipartBuilder.addBodyPart
(Entity bodyPart, int index) Inserts a body part at the specified position in the list of body parts.MultipartBuilder.addBodyPart
(BodyPartBuilder bodyPart) MultipartBuilder.addContentTypeParameter
(NameValuePair parameter) MultipartBuilder.addTextPart
(String text, Charset charset) static MultipartBuilder
MultipartBuilder.create()
static MultipartBuilder
static MultipartBuilder
MultipartBuilder.createCopy
(Multipart other) MultipartBuilder.removeBodyPart
(int index) Removes the body part at the specified position in the list of body parts.MultipartBuilder.replaceBodyPart
(Entity bodyPart, int index) Replaces the body part at the specified position in the list of body parts with the specified body part.MultipartBuilder.setEpilogue
(String epilogue) Sets the epilogue.MultipartBuilder.setPreamble
(String preamble) Sets the preamble.MultipartBuilder.setSubType
(String subType) Sets the multipart sub-type.MultipartBuilder.use
(BodyFactory bodyFactory) Methods in org.apache.james.mime4j.message with parameters of type MultipartBuilder