Class MIME


  • public final class MIME
    extends java.lang.Object
    Since:
    4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      MIME()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONTENT_TRANSFER_ENC

        public static final java.lang.String CONTENT_TRANSFER_ENC
        See Also:
        Constant Field Values
      • CONTENT_DISPOSITION

        public static final java.lang.String CONTENT_DISPOSITION
        See Also:
        Constant Field Values
      • DEFAULT_CHARSET

        public static final java.nio.charset.Charset DEFAULT_CHARSET
        The default character set to be used, i.e. "US-ASCII"
      • UTF8_CHARSET

        public static final java.nio.charset.Charset UTF8_CHARSET
        UTF-8 is used for RFC6532
    • Constructor Detail

      • MIME

        public MIME()