Class Mail::Encodings::SevenBit
In: lib/mail/encodings/7bit.rb
Parent: EightBit

Methods

cost   decode   encode  

Constants

NAME = '7bit'
PRIORITY = 1

Public Class methods

Idenity encodings have a fixed cost, 1 byte out per 1 byte in

Decode the string

Encode the string

[Validate]