module

Athena::MIME::Encoder::ContentEncoderInterface

Inherits Athena::MIME::Encoder::EncoderInterface

A more specialized version of AMIME::Encoder::EncoderInterface used to encode MIME message contents.

Instance methods

encode(input : IO, max_line_length : Int32 | Nil = nil) : String

Returns an string representing the encoded contents of the provided input IO. With lines optionally limited to max_line_length, depending on the underlying implementation.

Source
name

Returns the name of this encoder for use within the content-transfer-encoding header.

Source