Package | Description |
---|---|
i2p.susi.webmail.encoding |
Modifier and Type | Method and Description |
---|---|
String |
QuotedPrintable.encode(byte[] in) |
String |
HeaderLine.encode(byte[] in)
This will split multibyte chars across lines,
see 4th ref above
|
String |
SevenBit.encode(byte[] in) |
abstract String |
Encoding.encode(byte[] in)
Encode a byte array to a ASCII or ISO-8859-1 String.
|
String |
Base64.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 |
HTML.encode(byte[] in) |
String |
HeaderLine.encode(String str)
Encode a single header line ONLY.
|
String |
Encoding.encode(String str)
Encode a (UTF-8) String to a ASCII or ISO-8859-1 String.
|
String |
HTML.encode(String str) |