パッケージ | 説明 |
---|---|
i2p.susi.webmail.encoding |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
Base64 |
|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static Encoding |
EncodingFactory.getEncoding(java.lang.String name) |
Retrieve instance of an encoder for a supported encoding (or null).
|