java.lang.Object
javax.mail.internet.MimeUtility
- See Also:
- Top Examples, Source Code
public static final int ALL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static InputStream decode(InputStream is,
String encoding)
throws MessagingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String decodeText(String etext)
throws UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String decodeWord(String eword)
throws ParseException,
UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static OutputStream encode(OutputStream os,
String encoding)
throws MessagingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static OutputStream encode(OutputStream os,
String encoding,
String filename)
throws MessagingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String encodeText(String text)
throws UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String encodeText(String text,
String charset,
String encoding)
throws UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String encodeWord(String word)
throws UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String encodeWord(String word,
String charset,
String encoding)
throws UnsupportedEncodingException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String getDefaultJavaCharset()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String getEncoding(DataHandler dh)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String getEncoding(DataSource ds)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String javaCharset(String charset)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String mimeCharset(String charset)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String quote(String word,
String specials)
- See Also:
HeaderTokenizer.RFC822
, HeaderTokenizer.MIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples