| Package | Description |
|---|---|
| org.apache.james.mime4j.message |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setMultipart(Multipart multipart)
Sets the specified multipart as body of this entity.
|
void |
Entity.setMultipart(Multipart multipart,
java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the specified multipart as body of this entity.
|
void |
MessageWriter.writeMultipart(Multipart multipart,
java.io.OutputStream out)
Write the specified
Multipart to the specified
OutputStream. |
| Constructor and Description |
|---|
Multipart(Multipart other)
Creates a new
Multipart from the specified
Multipart. |
Copyright © 2004-2012. All Rights Reserved.