abstract class Athena::MIME::Header::Abstract(T)
inherits Reference
#
Base type of all headers that provides common utilities and abstractions.
Included modules
Athena::MIME::Header::Interface
Direct known subclasses
Athena::MIME::Header::Date
Athena::MIME::Header::Identification
Athena::MIME::Header::Mailbox
Athena::MIME::Header::MailboxList
Athena::MIME::Header::Path
Athena::MIME::Header::Unstructured
Constructors#
Methods#
#charset=(charset : String)
#
Sets the character set used in this header.
Defaults to UTF-8
.
#max_line_length : Int32
#
Controls how long each header line may be before needing wrapped.
Defaults to 76
.
#max_line_length=(max_line_length : Int32)
#
Controls how long each header line may be before needing wrapped.
Defaults to 76
.