| Package | Description |
|---|---|
| i2p.susi.webmail.encoding | Character encoding and MIME handling for SusiMail. |
| Modifier and Type | Class and Description |
|---|---|
class | Base64Base64 encoding implementation. |
class | EightBitDecode only. |
class | HeaderLineRef:
http://en.wikipedia.org/wiki/MIME#Encoded-Word
http://tools.ietf.org/html/rfc2047
https://jeffreystedfast.blogspot.com/2013/09/time-for-rant-on-mime-parsers.html
https://jeffreystedfast.blogspot.com/2013/08/why-decoding-rfc2047-encoded-headers-is.html |
class | HTMLHTML encoding for safe text display in SusiMail web pages. |
class | QuotedPrintableref: https://en.wikipedia.org/wiki/Quoted-printable |
class | SevenBitDecode only. |
| Modifier and Type | Method and Description |
|---|---|
static Encoding | EncodingFactory.getEncoding(String name)Retrieve instance of an encoder for a supported encoding (or null). |