mail v0.2.2 Mail.Encoders.SevenBit
Encodes/decodes 7-bit strings according to RFC 2045.
See the following link for reference:
Link to this section Summary
Link to this section Functions
Link to this function
decode(string)
Decodes a 7-bit encoded string.
Link to this function
encode(string)
Encodes a string into a 7-bit encoded string.
Raises if any character isn't in the 7-bit ASCII range 1..127.