See: Description
| Class | Description |
|---|---|
| Base64 |
Base64 encoding implementation.
|
| EightBit |
Decode only.
|
| Encoding |
Interface to encode/decode content transfer encodings like quoted-printable, base64 etc.
|
| EncodingFactory |
Manager class to handle content transfer encodings.
|
| 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
|
| HTML |
HTML encoding for safe text display in SusiMail web pages.
|
| QuotedPrintable |
ref: https://en.wikipedia.org/wiki/Quoted-printable
|
| SevenBit |
Decode only.
|
| Exception | Description |
|---|---|
| DecodingException |
Exception for decoding errors.
|
| EncodingException |
Converted from Exception to IOException in 0.9.33
|
Character encoding and MIME handling for SusiMail.
This package provides comprehensive support for handling various character encodings and MIME types in email messages. It ensures proper display and processing of international email content according to internet standards.
Features include: