Package | Description |
---|---|
i2p.susi.webmail.encoding |
Modifier and Type | Class and Description |
---|---|
class |
Base64 |
class |
Binary
Same as EightBit
|
class |
EightBit
Decode only.
|
class |
HeaderLine
Ref:
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 |
HTML |
class |
QuotedPrintable
ref: https://en.wikipedia.org/wiki/Quoted-printable
|
class |
SevenBit
Decode only.
|
Modifier and Type | Method and Description |
---|---|
static Encoding |
EncodingFactory.getEncoding(String name)
Retrieve instance of an encoder for a supported encoding (or null).
|