Class MimeUtil


  • public class MimeUtil
    extends Object
    General MIME-related utility methods.
    Since:
    JavaMail 1.4.4
    • Method Detail

      • cleanContentType

        public static String cleanContentType​(MimePart mp,
                                              String contentType)
        If a Content-Type handler has been specified, call it to clean up the Content-Type value.
        Parameters:
        mp - the MimePart
        contentType - the Content-Type value
        Returns:
        the cleaned Content-Type value