Class TransformMessage

java.lang.Object
org.apache.james.mime4j.samples.transform.TransformMessage

public class TransformMessage extends Object
This code should illustrate how to transform a message into another message without modifying the original.
  • Field Details

  • Constructor Details

    • TransformMessage

      public TransformMessage()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • createRandomBinary

      private static byte[] createRandomBinary(int numberOfBytes)