mail v0.1.1 Mail.Encoders.EightBit

Encodes/decodes 8-bit strings according to RFC 2045.

See the following link for reference:

Summary

Functions

Decodes an 8-bit encoded string

Encodes a string into an 8-bit encoded string

Functions

decode(string)

Decodes an 8-bit encoded string.

encode(string)

Encodes a string into an 8-bit encoded string.

Raises if any character is “”.