class

Mail::Encodings::Identity

Inherits Mail::Encodings::TransferEncoding < Reference < Object

Identity encodings do no encoding/decoding and have a fixed cost: 1 byte in -> 1 byte out.

Class methods

cost(str)

1 output byte per input byte.

Source
decode(str)
Source
encode(str)
Source