Class Summary |
Base64Util |
Represent a base 64 mapping. |
CharsetProvider |
Charset service-provider class used for both variants of the UTF-7 charset
and the modified-UTF-7 charset. |
ModifiedUTF7Charset |
The character set specified in RFC 3501 to use for IMAP4rev1 mailbox name encoding. |
UTF7Charset |
The character set specified in RFC 2152. |
UTF7StyleCharset |
Abstract base class for UTF-7 style encoding and decoding. |
UTF7StyleCharsetDecoder |
The CharsetDecoder used to decode both variants of the UTF-7 charset and the
modified-UTF-7 charset. |
UTF7StyleCharsetEncoder |
The CharsetEncoder used to encode both variants of the UTF-7 charset and the
modified-UTF-7 charset. |