Class MimeType

java.lang.Object
com.aoapps.hodgepodge.email.MimeType

@Deprecated public final class MimeType extends Object
Deprecated.
This simple hard-coded list of MIME types is not maintained well. It is strongly recommended to use a different, well-supported API.
Obtains MIME types for file names.
Author:
AO Industries, Inc.
  • Field Details

  • Method Details

    • getMimeType

      public static String getMimeType(String filename)
      Deprecated.