mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
8bd2f9c260
Based on this comment in MIME4J, this seems like a win: * Utility class for working with character sets. It is somewhat similar to * the Java 1.4 <code>java.nio.charset.Charset</code> class but knows many * more aliases and is compatible with Java 1.3. It will use a simple detection * mechanism to detect what character sets the current VM supports. This will * be a sub-set of the character sets listed in the * <a href="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html"> * Java 1.5 (J2SE5.0) Supported Encodings</a> document. * <p> * The <a href="http://www.iana.org/assignments/character-sets"> * IANA Character Sets</a> document has been used to determine the preferred * MIME character set names and to get a list of known aliases. * <p> |
||
---|---|---|
.. | ||
BinaryTempFileBody.java | ||
MimeBodyPart.java | ||
MimeHeader.java | ||
MimeMessage.java | ||
MimeMultipart.java | ||
MimeUtility.java | ||
TextBody.java |