| Package | Description |
|---|---|
| i2p.susi.webmail.encoding | Character encoding and MIME handling for SusiMail. |
| Modifier and Type | Method and Description |
|---|---|
abstract String | Encoding.encode(byte[] in)Encode a byte array to a ASCII or ISO-8859-1 String. |
String | Base64.encode(byte[] in) |
String | HeaderLine.encode(byte[] in)This will split multibyte chars across lines,
see 4th ref above |
String | SevenBit.encode(byte[] in) |
String | HTML.encode(byte[] in) |
String | QuotedPrintable.encode(byte[] in) |
String | EightBit.encode(byte[] in)TODO would be nice to implement this, as it is supported on the project server,
but content must be CRLF terminated with a max of 998 chars per line. |
String | Encoding.encode(String str)Encode a (UTF-8) String to a ASCII or ISO-8859-1 String. |
String | HeaderLine.encode(String str)Encode a single header line ONLY. |
String | HTML.encode(String str) |