com.sun.mail.util
Class MimeUtil

java.lang.Object
  extended by com.sun.mail.util.MimeUtil

public class MimeUtil
extends Object

General MIME-related utility methods.

Since:
JavaMail 1.4.4
Author:
Bill Shannon

Method Summary
static String cleanContentType(MimePart mp, String contentType)
          If a Content-Type handler has been specified, call it to clean up the Content-Type value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.