Class TransformMessage
java.lang.Object
org.apache.james.mime4j.samples.transform.TransformMessage
This code should illustrate how to transform a message into another message
without modifying the original.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static byte[]
createRandomBinary
(int numberOfBytes) static void
-
Field Details
-
HOSTNAME
- See Also:
-
-
Constructor Details
-
TransformMessage
public TransformMessage()
-
-
Method Details
-
main
- Throws:
Exception
-
createRandomBinary
private static byte[] createRandomBinary(int numberOfBytes)
-