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