Mime |
| Class | Description | |
|---|---|---|
| Base64Decoder | Incrementally decodes content encoded with the base64 encoding. | |
| Base64Encoder | Incrementally encodes content using the base64 encoding. | |
| HexDecoder | Incrementally decodes content encoded with a Uri hex encoding. | |
| HexEncoder | Incrementally encodes content using a Uri hex encoding. | |
| PassThroughDecoder | A pass-through decoder implementing the IMimeDecoder interface. | |
| PassThroughEncoder | A pass-through encoder implementing the IMimeDecoder interface. | |
| Punycode | A class for encoding and decoding international domain names. | |
| QEncoder | Incrementally encodes content using a variation of the quoted-printable encoding that is specifically meant to be used for rfc2047 encoded-word tokens. | |
| QuotedPrintableDecoder | Incrementally decodes content encoded with the quoted-printable encoding. | |
| QuotedPrintableEncoder | Incrementally encodes content using the quoted-printable encoding. | |
| UUDecoder | Incrementally decodes content encoded with the Unix-to-Unix encoding. | |
| UUEncoder | Incrementally encodes content using the Unix-to-Unix encoding. | |
| YDecoder | Incrementally decodes content encoded with the yEnc encoding. | |
| YEncoder | Incrementally encodes content using the yEnc encoding. |
| Interface | Description | |
|---|---|---|
| IMimeDecoder | An interface for incrementally decoding content. | |
| IMimeEncoder | An interface for incrementally encoding content. | |
| IPunycode | An interface for encoding and decoding international domain names. |
| Enumeration | Description | |
|---|---|---|
| QEncodeMode | Q-Encoding mode. |