Class Rfc2047Helper

    • Constructor Detail

      • Rfc2047Helper

        public Rfc2047Helper()
        Deprecated.
    • Method Detail

      • encode

        public static String encode​(String value)
        Deprecated.
      • encode

        public static String encode​(String value,
                                    String charset,
                                    Rfc2047Helper.Codec codec)
        Deprecated.
        Used to encode a string as specified by RFC 2047
        Parameters:
        value - The string to encode
        charset - The character set to use for the encoding
      • decode

        public static String decode​(String value)
        Deprecated.
        Used to decode a string as specified by RFC 2047
        Parameters:
        value - The encoded string