class

Mail::Encodings::SevenBit

Inherits Mail::Encodings::EightBit < Mail::Encodings::Binary < Mail::Encodings::Identity < Mail::Encodings::TransferEncoding < Reference < Object

7bit and 8bit are equivalent. 7bit encoding is for text only.

Constants

NAME = "7bit"
PRIORITY = 1

Class methods

compatible_input?(str)

Per RFC 2045 2.7. 7bit Data, No octets with decimal values greater than 127 are allowed.

Source
decode(str)
Source
encode(str)
Source