Class Mail::Encodings::Binary
In: lib/mail/encodings/binary.rb
Parent: TransferEncoding

Methods

cost   decode   encode  

Constants

NAME = 'binary'
PRIORITY = 5

Public Class methods

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

Decode the string

Encode the string

[Validate]