Class ExampleUtils


  • public class ExampleUtils
    extends Object
    • Constructor Detail

      • ExampleUtils

        public ExampleUtils()
    • Method Detail

      • dumpContent

        public static void dumpContent​(javax.mail.internet.MimeBodyPart bodyPart,
                                       String fileName)
                                throws javax.mail.MessagingException,
                                       IOException
        Dump the content of the passed in BodyPart to the file fileName.
        Throws:
        javax.mail.MessagingException
        IOException